halflife-unified-sdk icon indicating copy to clipboard operation
halflife-unified-sdk copied to clipboard

Restore hud notify area

Open SamVanheer opened this issue 1 year ago • 0 comments

The HUD notify area is located in the top left of the screen and used to contain text printed to the notify area (see HUD_PRINTNOTIFY).

An update to the engine broke notify printing. It should be possible to re-implement this by using cl_enginefunc_t::Con_NPrintf or Con_NXPrintf.

Check the original version of the game to determine how notify printing was done to match the original behavior.

SamVanheer avatar Jun 26 '23 14:06 SamVanheer