Please or Register to create posts and topics.

[Solved] Sound playing in Hammer, not ingame

Hi,

I want this sound in my map: music.sp_a2_bts3_x1.wav

It's a game played in the single player and I copied the ambient_generic to my map and tied a button to it with OnPressed, PlaySound. This is an identic copy from the ingame item and it isn't working. I also tried to do everything myself but fail again.

Did you use the "RAW" sound where you can switch between "Game Sound" and "Raw"?

Also, did you follow the steps on the VDC to avoid the common bugs, especially with looped ambient_generics? https://developer.valvesoftware.com/wik ... nt_generic

I just tried this out myself, use the "music/sp_a2_bts3_x1.wav" file from the "RAW" sound type and it should work.

soptipp1 wrote:
I just tried this out myself, use the "music/sp_a2_bts3_x1.wav" file from the "RAW" sound type and it should work.

Tnx, got it working now :)