michaelvoodoo
Private

Posts: 42
Registered: 3-23-2005
Member Is Offline
Mood: CEDE NULLIS
|
|
wavs in game
this is regarding jo and dfx, is it possible to create a wac file with a wav in it?
ie in dfx i make dm maps and would like a wav voice saying "man down" everytime a man is shot dead.
can this be done? if so how would i go about it please?
TIA
|
|
|
Jonathan
Captain
  
Posts: 295
Registered: 5-4-2003
Member Is Offline
|
|
Try this in your DFx WAC file:
// play wav "Man down"
if ssndead(XYZ) and wavready() and never() then
wave("alph183.wav", 150)
endif
where XYZ = SSN of dead person
ref thread http://www.dfbarracks.com/forums/viewthread.php?tid=35341
If you want this to occur for JO, you'll need to find the WAV list and see what command is used for "Man Down".
Jonathan
|
|
|
michaelvoodoo
Private

Posts: 42
Registered: 3-23-2005
Member Is Offline
Mood: CEDE NULLIS
|
|
cheers m8, your a star
|
|
|