[QUOTE=Smokeskin;329519]There is a command that fixes the corrupt text: clearGlyphCache
I was thinking maybe it could be bound to some other key I use so it had two functions, like spacebar or tab, but I couldn’t figure out how to do it.[/QUOTE]
I assume key modifiers still work (based on etqw configs), so you could use
bind kp_minus “clearGlyphCache” “RIGHTSHIFT” “default”
This would require the RIGHT hand SHIFT key to be pressed when pressing kp_minus, which is not tremendously useful, BUT if you add it to a key you have already bound in a more convenient location like say SPACEBAR or TAB you can use that key as normal but then press RIGHT SHIFT whilst still holding it to clear the cache at will.
Some examples of what I use are below, I take a commonly used key and give them an “alternate fire” if you will…
bind “F1” “toggle com_showfps 0 1” “RIGHTSHIFT” “default”
bind “F2” “toggle net_clientLagOMeter 0 1” “RIGHTSHIFT” “default”
Hope this is useful.
MOOKA!