reactivedrop_public_src
reactivedrop_public_src copied to clipboard
Keybindings with non-ASCII characters won't load
(Not sure if it is really an issue with non-ASCII, but) can't save binds with e.g. Kaomoji. Bind key in console and it will work. After game restarts lines with binds stop to load after first funny character (everything else still works fine).
How to recreate:
-
Type in console:
bind - "say how (っ °Д °;)っ"; bind = "say ü"; bind -; bind =;
"-" = "say how (っ °Д °;)っ" "=" = "say ü"
-
Restart game and check config.cfg:
bind "-" "say how (っ °Д °;)っ" bind "=" "say ü"
-
Type in console:
bind -; bind =;
"-" = "say how (" "=" = "say "
-
Exit game and check config.cfg:
bind "-" "say how (" bind "=" "say "