SpecialAttack.net
https://forum.specialattack.net/

Rebinding engineer build/destroy menu to Numpad?
https://forum.specialattack.net/viewtopic.php?t=5668
Page 1 of 1

Author:  [SpA]Voegelchen [ 30 May 2009, 17:17 ]
Post subject:  Rebinding engineer build/destroy menu to Numpad?

Okay guises,

I want to simply remap the buttons 1-4 in the build and destroy menue of the engineer to the numpad. Is that possible?

Author:  nocomment [ 30 May 2009, 17:29 ]
Post subject:  Re: Rebinding engineer build/destroy menu to Numpad?

yes if i remember rightly:

//userconfig.cfg
alias "quick_dispensor" "qb0"
alias "quick_sentry" "qb3"
alias "quick_enter" "qb1"
alias "quick_exit" "qb2"
alias "qb0" "build 0; alias quick_dispensor qd0"
alias "qb3" "build 3; alias quick_sentry qd3"
alias "qb1" "build 1; alias quick_enter qd1"
alias "qb2" "build 2; alias quick_exit qd2"
alias "qd0" "destroy 0; alias quick_dispensor qb0"
alias "qd3" "destroy 3; alias quick_sentry qb3"
alias "qd1" "destroy 1; alias quick_enter qb1"
alias "qd2" "destroy 2; alias quick_exit qb2"
alias "desall" "qd0; qd3; qd1; qd2"
alias "+quickbuild" "bind 1 quick_sentry; bind 2 quick_dispensor; bind 3 quick_enter; bind 4 quick_exit, bind 5 desall"
alias "-quickbuild" "bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4; bind 5 slot5"

//config.cfg
bind "MOUSE3" "+quickbuild" //You may change this key.

- Taken from: http://tf2wiki.net/wiki/Engineer_script ... y_on_1_key

:mrgreen:

Author:  [SpA]Voegelchen [ 30 May 2009, 17:43 ]
Post subject:  Re: Rebinding engineer build/destroy menu to Numpad?

nocomment wrote:
yes if i remember rightly:
Ah great this could work. Unfortunatly I have to rebind much of it. Do you know the ingame name of "ß" "´" plus mousehweel up and down?

Author:  nocomment [ 30 May 2009, 18:16 ]
Post subject:  Re: Rebinding engineer build/destroy menu to Numpad?

[SpA]Voegelchen wrote:
nocomment wrote:
yes if i remember rightly:
Ah great this could work. Unfortunatly I have to rebind much of it. Do you know the ingame name of "ß" "´" plus mousehweel up and down?
ß - No idea, Only got a UK keyboard
' - is the same - "'"
mousewhell up - "MWHEELUP"
mousewheel down - "MWHEELDOWN"

Author:  [SpA]Voegelchen [ 31 May 2009, 00:06 ]
Post subject:  Re: Rebinding engineer build/destroy menu to Numpad?

Zenks again :)

Page 1 of 1 All times are UTC+02:00

Powered by phpBB® Forum Software © phpBB Limited