View Single Post
Old 09-15-2007, 03:18 PM   #49
4est
Fortress Forever Staff
 
4est's Avatar
 
Join Date: Mar 2007
Location: OK
Posts Rated Helpful 0 Times
Send a message via Yahoo to 4est
Quote:
Originally Posted by PorkChopVII
oi one sec.. maybe exceeded bandwidth lawls

also need someone to test my demoman.cfg found in my sig. im at work right now writing this and updating it.
I like your mouse wheel timer... very interesting.

This is what I have been using for a long time:

Code:
// Demoman Scripts

// 3 Button Detpack Selection With Comm Button Warning - just push m as you set the pack
// m binds and unbinds itself and is *ONLY* bound WHILE setting a detpack
// I REALLY like this setup...its simple, intuitive and has comms.  GG to the author.

alias +det5PACK "detpack 5; bind m FIVESECS"
alias -det5PACK "detpack 5; unbind m"
alias FIVESECS "say_team [DEMOMAN] 5 SECOND DET PACK PLACED [H %h A %a]"

alias +det20PACK "detpack 20; bind m TWENTYSECS"
alias -det20PACK "detpack 20; unbind m"
alias TWENTYSECS "say_team [DEMOMAN] 20 SECOND DET PACK PLACED [H %h A %a]"

alias +det50PACK "+detpack 50; bind m FIFTYSECS"
alias -det50PACK "detpack 50; unbind m"
alias FIFTYSECS "say_team [DEMOMAN] 50 SECOND DET PACK PLACED [H %h A %a]"

bind , +det5PACK		// sets a 5 second det pack 
bind . +det20PACK		// sets a 20 second det pack
bind / +det50PACK		// sets a 50 second det pack
I suppose that could be updated with the vox files and with %l to give location.

Last edited by 4est; 09-15-2007 at 03:25 PM.
4est is offline   Reply With Quote