//AMBIENT
DSAMB1 DSAMB1
DSAMB4 DSAMB4
$ambient 1 DSAMB1 point continuous 1.0
$ambient 2 DSAMB4 point continuous 1.0
this doesn't work for me, already did a map test with it and it doesn't work.
I would appreciate some help

Moderator: GZDoom Developers
This might be expecting the sounds to be in the root of the PK3. Try doing this:TheXna wrote:DSAMB1 DSAMB1
DSAMB4 DSAMB4
Code: Select all
DSAMB1 sounds/DSAMB1
DSAMB4 sounds/DSAMB4
If you're doing it the "old way", the sounds can be located anywhere in /sounds/ - ZDoom searches the entire sounds namespace for them, with the drawback that you can't reuse filenames, and they can only be 8 characters long. So I don't think this is the error.Nevander wrote:This might be expecting the sounds to be in the root of the PK3.TheXna wrote:DSAMB1 DSAMB1
DSAMB4 DSAMB4
Code: Select all
playsound DSAMB1