HOW can i bind 2 functions on all my key's

Forum for Skins, Maps, Configs etc.

Moderators: Moderators, Mappers

Post Reply
stan0x
killed itself
Posts: 407
Joined: Sun Aug 29, 2004 4:17 pm
In-game Name: stan0x
Location: Netherlands
Operating System: Windows 7, linux
Processor model/speed: i7 2600K
Memory: 16GB DRR3
Hard drive: 1 x 240GB SSD 5 x 2 TB
Graphics card: GTX470
Monitor: LG
Mouse: MX
Keyboard: Steelseries G7
Location: nl

HOW can i bind 2 functions on all my key's

Post by stan0x »

HOW can i bind 2 functions on all my key's



explain .

bind c "+moveup"
bind ctrl+c "+movedown"
bind f "weapon"
bind ctrl+f "say :)"



O_o O_o[/quote]
#clan.fubar #narf #heks #aq2world
Blue Vex
melted
Posts: 172
Joined: Tue Sep 23, 2003 3:22 pm
Location: no

Post by Blue Vex »

Well,

alias +shift "bind c +movedown;bind f say :)"
alias -shift "bind c +moveup;bind f weapon"
bind ctrl +shift

If you want your ctrl button to assign two cmd's to even more keys, you will have to make up your own aliases for the Quake2 cmd's. Or else you will run out of command line space.
For example,

set c1 +movedown
set c2 +moveup
set f1 weapon
set f2 "say :)"

alias +shift "bind c $c2;bind f $f2"
alias -shift "bind c $c1;bind f $f1"
bind ctrl +shift

This shortened the command lines a tad.
Steinar "Blue Vex" Furuli
I snipe with my Pistol, and your Rifle.
impressiVe
found a way out
Posts: 207
Joined: Fri Oct 22, 2004 8:56 am
Location: de
Contact:

Post by impressiVe »

[2:38:19am] (@Blue_Vex) *kiss*
he loves u :)
Ohlolol fragged again :/
stan0x
killed itself
Posts: 407
Joined: Sun Aug 29, 2004 4:17 pm
In-game Name: stan0x
Location: Netherlands
Operating System: Windows 7, linux
Processor model/speed: i7 2600K
Memory: 16GB DRR3
Hard drive: 1 x 240GB SSD 5 x 2 TB
Graphics card: GTX470
Monitor: LG
Mouse: MX
Keyboard: Steelseries G7
Location: nl

Post by stan0x »

:bday:


thank U.

i hoope pll can learn of it :)

i had !

speak 2 you lat0r..

me going some sleepy :P
#clan.fubar #narf #heks #aq2world
Post Reply