dgrrr Posted April 12, 2002 Share Posted April 12, 2002 I know that I can put a set of console commands into a cfg file,a nd exec the cfg file in order to cause those commands to happen in my game... But I'd like to be able to bind one key to : HelpUsObi 1 Another key to g_saberrealisticcombat 1 and a third key to g_saberrealisticcombat 3 So I can easily switch from 1 to 3 to see the differecne. Is tihs possigle? Link to comment Share on other sites More sharing options...
Digital_Ronin Posted April 12, 2002 Share Posted April 12, 2002 Sure. Just either add such lines into the autoexec.cfg or type them into console: bind <key> <command> for example, " bind k g_saberrealisticcombat 1 " to clear this key again some time later, use " unbind k " Hope this helps Digital_Ronin Link to comment Share on other sites More sharing options...
Digital_Ronin Posted April 12, 2002 Share Posted April 12, 2002 P.S.: Could be done with a toggle script too, then you'd have just a single key to switch between "1" and "3", but it might be a bit overdone for just this Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.