- Aug 18, 2015
- 329
- 100
Hi
im making a Frontline themed Map, i want to use the unused Voicelines for Payload Race.
i made a Soundscript and placed them into the Scripts folder, they look like this:
"Announcer.RedB"
{
"volume" "1"
"pitch" "10,250"
"wave" "announcer_sound\announcer_plr_racegeneral11.wav"
}
"Announcer.BluB"
{
"volume" "1"
"pitch" "10,250"
"wave" "announcer_sound\announcer_plr_racegeneral12.wav"
}
}
They show up in Hammer, but when im ingame, it gives me this error:
CSoundEmitterSystemBase::GetParametersForSound: No such Sound Announcer.RedB
CSoundEmitterSystemBase::GetParametersForSound: No such Sound Announcer.BluB
Whats causing this?
im making a Frontline themed Map, i want to use the unused Voicelines for Payload Race.
i made a Soundscript and placed them into the Scripts folder, they look like this:
"Announcer.RedB"
{
"volume" "1"
"pitch" "10,250"
"wave" "announcer_sound\announcer_plr_racegeneral11.wav"
}
"Announcer.BluB"
{
"volume" "1"
"pitch" "10,250"
"wave" "announcer_sound\announcer_plr_racegeneral12.wav"
}
}
They show up in Hammer, but when im ingame, it gives me this error:
CSoundEmitterSystemBase::GetParametersForSound: No such Sound Announcer.RedB
CSoundEmitterSystemBase::GetParametersForSound: No such Sound Announcer.BluB
Whats causing this?