Page 1 of 1

No sounds on the map.

Posted: 19 Jun 2015, 11:38
by Nightstalker
I've been trying to view Residential district recently. Decompiled res-6p.scr says there are 28 sounds on the map, but the only I can see is this one:
Image
Is there any way to view other sounds? Thanks in advance.

Re: No sounds on the map.

Posted: 19 Jun 2015, 12:23
by Sektor
Not all of the variables are used on the multiplayer maps. The declarations are still there because they copied them from the singleplayer script but they aren't actually placed anywhere on the map.

Re: No sounds on the map.

Posted: 19 Jun 2015, 14:17
by Nightstalker
Sektor wrote:Not all of the variables are used on the multiplayer maps. The declarations are still there because they copied them from the singleplayer script but they aren't actually placed anywhere on the map.
What should I do to enable sounds?

Re: No sounds on the map.

Posted: 19 Jun 2015, 14:34
by Sektor
You could just view/play ste.scr or copy the sound objects from ste.scr to res-6p.scr.

Re: No sounds on the map.

Posted: 19 Jun 2015, 16:10
by Nightstalker
Sektor wrote:You could just view/play ste.scr or copy the sound objects from ste.scr to res-6p.scr.
Thanks, that worked. No idea why I didn't think of that in first place.

Re: No sounds on the map.

Posted: 20 Jun 2015, 10:36
by T.M.
I wonder why does ste.scr have more sounds than the multiplayer versions. Might be for desync problems?

The "Display" tab shows all objects that are visible on the map:
displaytab.png
displaytab.png (82.34 KiB) Viewed 15193 times