•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Technical Issue Binding and minimizing issue

Alesis

Banned
Posts
6
Likes
0
Hey guys, I have this problem where if I bind any voice_cmd's to my numpad or kp_anything it will disappear after I close the game and relaunch it. I also have another problem where if I bind a chat message to a key and switch servers or close the game, it will cut it in half. For example, I bind this:

bind 1 "say Can't get the mod to run? Having problems with your computer? Want to know how to use a certain feature? This is the place where you can ask for help."

and then when I switch servers or relaunch the game it turns into this:

Can't get the mod to run? Having problems with your computer? Want to know ho

And I have no idea why either of these things happen. Rebinding things are a pain in the ass, so I would appreciate any help w/ this problem.


My next issue is that the game will crash any time I minimize it while playing in a server.


Any help is appreciated
 
Posts
400
Likes
1,099
your openjk or jampconfig just overwrites every time i think
create a separate .cfg file with your binds like "binds.cfg"
bind there (in the .cfg file!!!) some button like "bind f1 exec binds.cfg"
each time you join the game press f1, this should work
 
Posts
495
Likes
540
chat message (...) cut it in half
maybe it has something to do with message length limit?

openjk or jampconfig just overwrites every time
yeah i had this too
the way i deal with it is store config & binds in separate files, put
Code:
vid_restart
exec binds
at the end of myconfig.cfg, then put
Code:
exec myconfig
at the end of autoexec (or just exec myconfig every session)
 

Alesis

Banned
Posts
6
Likes
0
The weird part is that only the numpad binds reset after I restart, and any key message bind cuts in half.


I will definitely try the binds.cfg solution though
 
Top