Jump to content

Home

how do i make ingame shortcut keys


jimclare1

Recommended Posts

Posted

ok i am trying to make shortcut keyss in single player. (eg shortcuts to commands such as give all, setfroceall and g_sabercombatrealistic). how do i make it so these commands can be activated with a push of a button

Posted

this might not work, i never done it myself, but maybe type in console:

 

bind o "helpusobi 1; g_saberrealisticcombat 1"

 

that would bind the o key to set off limb-chopping goodness; it might not work, cuz im not sure if binds in console like multiple commands or not, like i said i never done it myself

Posted

You can also make cheats available for all the time by:

1)

1. Make a word document to the gamedata/base folder

2. Write into it like this:

Helpusobi 1

3. Rename the file to autoexec.cfg

4. Start the game.

5. Open up the console by pressing ~ and Shift

6. Type in "bind g g_saberrealisticcombat 1"(or whatever key you like)

7; You've done it!

 

OR to make it permanent:

 

1. Make a word document to the gamedata/base folder

2. Write into it like this:

Helpusobi 1

g_saberrealisticcombat 1

3. Rename the file to autoexec.cfg

4. Start the game.

5. If everything goes fine then you've done it!

Posted

Most commands that can be activated from the console can be "bound" to a key, for example. If you open the console and type: /+taunt your charachter will do his or her taunt. Now open the console and type: /bind L "+taunt". Now during the game your L key plays the taunt. And it does not have to be L choose the keys that work for you.

 

GRIFF aka (oldman).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...