Welcome and Moof! FOoM Forums | FOoM Homepage

Our Files



Link List













Script Timers Timer WAV files

There are two ways to use a scripted timer. One uses the built-in HUD voice to speak a countdown, the other calls for a wav file to be played .


HUD Spoken Timer

You can use the Half-Life engine's voice as grenade countdown. This timer requires a script to initiate the countdown, the built in Half-Life 'voice' then speaks the countdown. The first part of the Speak Timer is the script. Your grenade keys must be bound to this command "exec timer.cfg".
First put the script in your tfc\autoexec.cfg file using notepad.

//Grenade timer using SPEAK - push key to prime, release to throw
alias +bomb1 "primeone; exec timer.cfg"
alias -bomb1 "throwgren"
alias +bomb2 "primetwo; exec timer.cfg"
alias -bomb2 "throwgren"
bind f "+bomb1"
bind g "+bomb2"

Second setup the timer.cfg file which has the speak instructions in it. You can download a pre-made one here. Unzip and put it to your halflife/tfc folder.


The Scpited WAV File

In a similiar way you can instruct the game to play a wav file when you prime a gren. Some people feel this give accurate timing even if your ping varies greatly.
First put this script in your tfc\autoexec.cfg file using notepad.

//Grenade timer - push key to prime, release to throw
alias +bomb1 "primeone; play wavtimer.wav"
alias -bomb1 "throwgren"
alias +bomb2 "primetwo; play wavtimer.wav"
alias -bomb2 "throwgren"
bind f "+bomb1"
bind g "+bomb2"

Second put a wav file of your choice into the hl/tfc/sounds folder, be sure to name it "wavtimer.wav"


The original grenade click.
ax1.wav

Valve's Built-in Timer Wav.
timer.wav

Three second beep timer wavs.
3forns4
3forns2
3Forns
3timer
3timer3
3timer3a
3timer6
3timer9

Four second timer wavs.
4Forns
4beep
4spoken
4timer
femaletimer