View Single Post
Old 11-20-2007, 08:11 PM   #125
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
Code:
echo ENGINEER CFG LOADED

exec cleanup.cfg
echo Cleanup Config Loaded
wait
exec userconfig.cfg
echo User Config Loaded

//---------------
//---- Alias ----
//---------------

alias sg_loc "say_team Sg going up at %sl"
alias sg_help "say_team My Sg (%sv / %sl) is in trouble {%sh H}{%sa A}"
alias sg_det "say_team Detonating my Sg at %sl; wait; detsentry"
alias dis_loc "say_team Disp. going up at %dl"
alias dis_help "say_team My Disp. at %dl needs supplies {%dh H}{%da A}"
alias dis_det "say_team Detonating my Dispenser at %dl; wait; detdispencer"

//---------------------
//---- Binds Alias ----
//---------------------

alias b_1 "bind KP_END sg_loc"
alias b_2 "bind KP_DOWNARROW sg_help"
alias b_3 "bind KP_PGDN sg_det"
alias b_4 "bind KP_LEFTARROW dis_loc"
alias b_5 "bind KP_5 dis_help"
alias b_6 "bind KP_RIGHTARROW dis_det"
alias binds "b_1; wait; b_2; wait; b_3; wait; b_4; wait; b_5; wait; b_6"

//----------------
//---- O Engy ----
//----------------

alias oengy "say_team Going O Engy!!; wait; wait; sg_loc1; wait; wait; dis_loc1; wait; binds"
alias sg_loc1 "say_team My Sg is %sv at %sl with {%sh H}{%sa A}"
alias dis_loc1 "say_team My Dispenser is at %dl with {%dh H}{%da A}"
bind KP_ENTER "oengy"

//Quick Weapon - put in engineer.cfg
alias quick1 "slot1; wait; alias quickweapon quick2"
alias quick2 "slot2; wait; alias quickweapon quick3"
alias quick3 "slot3; wait; alias quickweapon quick1"
alias quickweapon quick1
bind f "quickweapon"

bind mouse4 "detdismantledispenser; dispenser"
bind mouse3 "detdismantlesentry; sentrygun"
bind g "aimsentry"

bind ALT "+duck"
bind "MWHEELUP"	"invprev"
bind "MWHEELDOWN" "invnext"
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline   Reply With Quote