Saturday, September 20, 2008

Binding a key in Half Life - Counter Strike - Must Haves of a CS 1.6 Listen Server

Binding a key in Half Life - Counter Strike means just assigning a command to the keyboard keys.

Console: Console is the interface where you can give a command. You can get the console by tapping the "`" key, the key left to "1" key.

You can bind the keys using the console commands. Or if you want the keys to be used permanently you can add the commands in the config.cfg in the cstrike folder.

This is the command to bind a key. bind
Ex: bind p "say hello"
Meaning assingn the command "say hello" to key "p".

Sample commands in the console:
  1. bind p "say hello" - when ever you tap the p key, it says hello in the chat.
  2. bind kp_del "sv_restart 1" - When ever you tap "del" in the Numpad it will restart the server.
  3. bind kp_5 "record map1" - Record a demo named map1.dem

So, this is how you bind a key.

The commands that a Counter Strike Listen Server must have to be used very frequently.

  1. amxmodmenu - Brings up AMX MOD X Menu (Requires AMX Addon)
  2. clanmodmenu - Brings up ClanMod Menu (Requires Clan Mod)
  3. amx_menu - Brings up client command Menu
  4. amx_gungame_vote - Brings up a vote for GunGame
  5. wc3_enable - Enables warcraft 3 Mod
  6. war3menu - Brings up Warcraft 3 Menu
  7. skillsinfo - Used to see own skills (In case of Warcraft Mod)
  8. playerskills - Shows other players skills (In case of Warcraft Mod)
  9. ultimate - uses ultimate skill (In case of Warcraft Mod)
  10. shopmenu - brings up power buy menu (In case of Warcraft Mod)
  11. shopmenu2 - brings up power buy menu2 (In case of Warcraft Mod)
  12. wc3_disable - Disables warcraft 3 Mod
  13. csdm_enable - Enables Counter Strike Death Match
  14. csdm_disable - Disables Counter Strike Death Match

For Plugins Download and Installation serach the blog. Site Search is the best way of navigation.

You can bind these to the following keys in the Numpad as shown,

  1. bind kp_home csdm_enable
  2. bind kp_leftarrow csdm_disable
  3. bind kp_uparrow amx_gungame_vote
  4. bind kp_pgup wc3_enable
  5. bind kp_rightarrow wc3_disable

The Listen Server becomes so easy to operate that you will lose no time opening the console.

You can bind keys to chagelevels, change other setttings of the game.

For some more help... comment here...

No comments:

Post a Comment