protonscr

[CZ] Fix thunder sound on de_aztec_cz

steamclosed
ValveSoftware/steam-for-linux#1215 · opened 2013-02-03 by ConnorMcLeod · updated 2013-02-03 · 2 comments · github
CConnorMcLeod 2013-02-03 github

There are 2 triggers entities that trigger ambient_generic thunder sound.
ambient_generic targetnamt should be 'boom' but is 'boom0', preventing sounds from working as intended.
This bug exists from the begining of condition zero.

From .bsp file :
{
"origin" "-424 -912 -304"
"health" "10"
"pitch" "100"
"pitchstart" "100"
"targetname" "boom0"
"message" "ambience/thunder_clap.wav"
"spawnflags" "49"
"classname" "ambient_generic"
}
{
"origin" "-384 -1024 -104"
"targetname" "thunder0"
"boom" "0"
"classname" "multi_manager"
}

Note : thunder0 is for delay purpose and works fine.

Jjohndrinkwater 2013-02-03 github

Hi ConnonMcLeod, would you be able to hold on to the CZ bug reports for now, we’re just taking CS+HL.

CConnorMcLeod 2013-02-03 github

Sure :)

Nothing extracted yet.