Fortress Forever

Go Back   Fortress Forever > Community > Tips and Tutorials

Reply
 
Thread Tools Display Modes
Old 11-02-2007, 09:36 PM   #1
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
New Demo Script

Taken from PorkChopVII's cfg and changed a little:

Code:
//Config Made by PorkChopVII
//Added more detcycle alias'
//added detpack location var.

//#################################################################################
//What is announced what class is selected and spawned
speak "vox/tfc/pipe.cleanup"

//creating the timer cycler
alias detcycle1 "alias placedet drop5; alias dettimeup detcycle4; alias dettimedown detcycle2;speak vox/tfc/five; teamsay"
alias detcycle2 "alias placedet drop10;alias dettimeup detcycle1; alias dettimedown detcycle3;speak vox/tfc/ten; teamsay"
alias detcycle3 "alias placedet drop15; alias dettimeup dercycle2; alias derrimedown dercycle4; speak vox/tfc/fifteen; teamsay"
alias detcycle4 "alias placedet drop20;alias dettimeup detcycle3; alias dettimedown detcycle5;speak vox/tfc/twenty; teamsay"
alias detcycle5 "alias placedet drop25;alias dettimeup detcycle4; alias dettimedown detcycle6;speak vox/tfc/twenty.five; teamsay"
alias detcycle6 "alias placedet drop30;alias dettimeup detcycle5; alias dettimedown detcycle7;speak vox/tfc/thirty; teamsay"
alias detcycle7 "alias placedet drop35;alias dettimeup detcycle6; alias dettimedown detcycle8;speak vox/tfc/thirty.five; teamsay"
alias detcycle8 "alias placedet drop40;alias dettimeup detcycle7; alias dettimedown detcycle9;speak vox/tfc/forty; teamsay"
alias detcycle9 "alias placedet drop45;alias dettimeup detcycle8; alias dettimedown detcycle10;speak vox/tfc/forty.five; teamsay"
alias detcycle10 "alias placedet drop50;alias dettimeup detcycle9; alias dettimedown detcycle1;speak vox/tfc/fifty; teamsay"
alias dettimeup "detcycle4"
alias dettimedown "detcycle2"

//makes smaller variables for the dettime
alias drop50 "detpack 50"
alias drop45 "detpack 45"
alias drop40 "detpack 40"
alias drop35 "detpack 35"
alias drop30 "detpack 30"
alias drop25 "detpack 25"
alias drop20 "detpack 20"
alias drop15 "detpack 15"
alias drop10 "detpack 10"
alias drop5 "detpack 5"

alias teamsay "0.5; say_team Detpack set at %pl with a fuse of %pf"


bind mouse3 "placedet"
bind mwheelup "dettimeup"
bind mwheeldown "dettimedown"


//##################################################################################
Code:
Place this in your autoexec.cfg:

//Wait cfg taken from DarK_TaO


// 0.02 Secs
alias "WC" "wait; wait" 	
// 0.03 Secs
alias "WM"	"wc; wait"	
// 0.05 Secs
alias "WL"	"wm; wc"	
// 0.1 Sec
alias "WEL"	"wl; wl"	
// 0.2 Secs
alias "MW"	"WEL; WEL"	


alias "0.25s"	"MW; WL"
alias "0.5s"	"MW; MW; WEL"
alias "0.75s"	"0.5s; 0.25s"
__________________
(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


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:16 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.