The domain hl4.org is for sale. Click here for more details. Half Life Game Engine - How do you get binds to save in Counter Strike Source?

Half Life Game Engine

How do you get binds to save in Counter Strike Source?

Whenever I try to bind something in Counter-Strike: Source it will work ingame but once I exit and relog in it doesn't stay binded. For some reason if I were to change a key in the options menu, Lets say i switch crouch to C if I log out that also doesn't save. How can I resolve this problem?

Public Comments

  1. There is a file in the cs source directory (where your game is installed) that has a text file with all the default binds and when you launch css it loads that file, you need to change the assignments in that file to what you want and the make it a read only file so it doesn't get overwritten.
  2. What you're going to want to do is do a system search for a .cfg document by the name of "autoexec.cfg." In this document you will see a lot of other commands that are all booted up at the launch of your game. Anywhere on the document, create a new line and type, bind "KEY" "ACTION" For example. bind "mwheeldown" "+jump" Everything will be saved when you boot up the game as long as you save the .cfg document. Something that might be helpful is to also make the file itself read only. (Right click on the icon) This prevents servers from messing with your commands which can be done. Good Luck
  3. I only play CS 1.6 maybe this help you in CSS.try to save your cfg by this consol command: writecfg name next time you want to load your last saved cfg type this in consol: exec name.cfg example: writecfg hoomi ( SAVE ) exec hoomi.cfg ( LOAD ) this works on cs 1.6
Powered by Yahoo! Answers