// autoexec608.cfg: WoD6.08-sytle interface
// rename to autoexec.cfg and place in Quake2/WoD2000

// same as WoD6.08

bind j "use jetpack"
bind end "cmd kamikaze"
bind f11 "cmd zoom 1"
bind f10 "cmd zoom 0"
bind b "cmd decoy"
alias +wod_hook "hook action; wait; hook shrink"
alias -wod_hook "hook stop"
bind w "+wod_hook"

// slightly different

bind m "cmd firemode burst" // or "cmd firemode next" to toggle it

// new stuff

// primary weapon selection
// (like 6.08 except you pick initial weapon)
bind 1 "toggle blaster" // 2nd press: super blaster
bind 2 "toggle shotgun" // 2nd press: sniper gun
bind 3 "toggle super shotgun" // 2nd press: freezer
bind 4 "toggle machinegun" // 2nd press: minisweeper
bind 5 "toggle chaingun" // 2nd press: streetsweeper
bind 6 "toggle grenade launcher" // 2nd press: bazooka
bind 7 "toggle hyperblaster" // 2nd press: plasma rifle
bind 8 "toggle firerocket launcher" // 2nd press: speedrocket launcher
bind 9 "toggle railgun" // 2nd press: death ray

// fire with mouse1 ala WoD6.08
bind mouse1 "+attack"

// grenade selection
bind g "use grenades" // select hand grenades
bind mwheelup "grenade next"
bind mwheeldown "grenade previous"


// end of file