Posted March 31, 2021
Every time I use the unrecognized PrtSc key for Fraps, Quake 2 reports "<UNKNOWN KEYNUM> is unbound, hit F4 to set."
Is there a way to mute that pop-up or pop-ups in general through autoexec.cfg without having to recompile the source code?
Or a way to mute the "Wrote q2_0001.tga" pop-ups (that are visible even on subsequent F12 screenshots)?
495 of keys.c:
return "<UNKNOWN KEYNUM>";
766-767 of keys.c:
if (key >= 200 && !keybindings[key])
Com_Printf ("%s is unbound, hit F4 to set.\n", Key_KeynumToString (key) );
Alternatively, a patch that comments out the latter would be welcome.
Is there a way to mute that pop-up or pop-ups in general through autoexec.cfg without having to recompile the source code?
Or a way to mute the "Wrote q2_0001.tga" pop-ups (that are visible even on subsequent F12 screenshots)?
495 of keys.c:
return "<UNKNOWN KEYNUM>";
766-767 of keys.c:
if (key >= 200 && !keybindings[key])
Com_Printf ("%s is unbound, hit F4 to set.\n", Key_KeynumToString (key) );
Alternatively, a patch that comments out the latter would be welcome.
Post edited April 01, 2021 by KoneserX
No posts in this topic were marked as the solution yet. If you can help, add your reply