Help with command codes in game, using ~

Locked
ctressle
Posts: 2
Joined: Sun Oct 21, 2007 4:48 pm

Help with command codes in game, using ~

Post by ctressle »

Hello. It appears that the "give haste" cheat does not work on my version of quake 3. Was such a code ever implemented in the game? Or is it given some different code, "give ..."? Or could it just be my game cd's?
Also, is there any way to turn off/on friendly fire from within the game, instead of having to go to 'start server'?
Any help would be appreciated, thanks.
DTS
Posts: 2879
Joined: Thu Jul 13, 2000 7:00 am

Re: Help with command codes in game, using ~

Post by DTS »

For the haste, try /give speed

For the rest:

http://q3console.planetquake.gamespy.com/

g_friendlyFire 0 or 1

http://q3console.planetquake.gamespy.com/variables.htm
ctressle
Posts: 2
Joined: Sun Oct 21, 2007 4:48 pm

Re: Help with command codes in game, using ~

Post by ctressle »

Yea, thanks! OK, new Q: somewhere I've read that you can bind one key to multiple commands - like so,
/bind [key] [command] ; [command] ; [command] ; [...]
When I try it, it only includes the first command. I recall trying different combos of spacing; I could have missed the right one! (i.e. [command]; [command]) Is this true? Or did I miss the right key combo in trying different ones? Again, any help would be appreciated, thanks.
creep
Posts: 1007
Joined: Tue Dec 30, 2003 8:00 am

Re: Help with command codes in game, using ~

Post by creep »

Use quotes.
semicolon (;) separates commands... so when you're binding like that, it's doing a bind command, then another command.

/bind 7 "weapon 7;sensitivity 1.2"
This way it's 1 bind command, which binds 2 commands to the key.
DTS
Posts: 2879
Joined: Thu Jul 13, 2000 7:00 am

Re: Help with command codes in game, using ~

Post by DTS »

creep wrote:Use quotes.
semicolon (;) separates commands... so when you're binding like that, it's doing a bind command, then another command.

/bind 7 "weapon 7;sensitivity 1.2"
This way it's 1 bind command, which binds 2 commands to the key.
Yeah, except you're supposed to put a space after the semicolon, at least that's what I do, and it works.
creep
Posts: 1007
Joined: Tue Dec 30, 2003 8:00 am

Re: Help with command codes in game, using ~

Post by creep »

The space isn't necessary.
Locked