a problem not so big problem, but a problem>:(
#10
if the gamma thing works for you I'd suggest:
[cubescript]
bind KP0 [ g = $gamma; gamma (- $g 1); gamma $g ]
[/cubescript]
That'd bind the fixing to the 0 (zero) key on the numeric-keypad (not a good idea on most laptops, since it's harder to access), as always pick any key you like - see config/keymap.cfg (installation directory) for a list of all known keys, you could even copy it over into your game-home and add new keys by their keycode.
Another - more reliable - option, but with longer delay:
[cubescript]
resetgl
[/cubescript]
HTH
Thanks given by:


Messages In This Thread
RE: a problem not so big problem, but a problem>:( - by flowtron - 14 Dec 11, 09:00PM