http://www.impulsetfc.com/pc7/ff/demoman.cfg
Features:
-Voice Confirmations
-Det time cycler on mousewheel, mouse3 to arm.
echo DEMOMAN CFG LOADED
resetbinds
resetnumpad
//#################################################################################
//What is announced what class is selected and spawned
speak "vox/tfc/pipe.cleanup"
bind mouse3 "placedet"
bind mwheelup "dettimeup"
bind mwheeldown "dettimedown"
//creating the timer cycler
alias detcycle1 "alias placedet drop5; alias dettimeup detcycle4; alias dettimedown detcycle2;speak vox/tfc/five"
alias detcycle2 "alias placedet drop10;alias dettimeup detcycle1; alias dettimedown detcycle3;speak vox/tfc/ten"
alias detcycle3 "alias placedet drop20;alias dettimeup detcycle2; alias dettimedown detcycle4;speak vox/tfc/twenty"
alias detcycle4 "alias placedet drop50;alias dettimeup detcycle3; alias dettimedown detcycle1;speak vox/tfc/fifty"
alias dettimeup "detcycle4"
alias dettimedown "detcycle2"
//makes smaller variables for the dettime
alias drop50 "detpack 50"
alias drop20 "detpack 20"
alias drop10 "detpack 10"
alias drop5 "detpack 5"
//##################################################################################
No comments:
Post a Comment