MantisBT - Zandronum
View Issue Details
0001127Zandronum[All Projects] Bugpublic2012-10-14 15:542018-09-30 20:28
unknownna 
Torr Samaho 
normalmajoralways
closedfixed 
1.0 
1.11.1 
0001127: SoundSequence ACS command doesn't work online
Quote from unknownna
Quote from Torr Samaho
Quote from NotIvan
Same as my Strife animated door issue. That also doesn't work for me online. (I mean, they don't play their open/close sounds defined in ANIMDEFS ONLINE, but they do this offline)

This should fix the door sounds online.

Like I said earlier, it took care of the door issue, but I noticed that the SoundSequence ACS command doesn't work online. And the Log ACS command only prints the string in the server console. It seems that the Log command has to be called from a CLIENTSIDE script. I created a new example WAD.
1. zandronum.exe -file animated_door_02.wad -host
2. Connect a client to the server and join the game.
3. Press +use on the door.
animated_door_02.wad
No tags attached.
Issue History
2012-10-14 15:54unknownnaNew Issue
2012-10-14 15:54unknownnaStatusnew => confirmed
2012-10-14 17:29Torr SamahoAssigned To => Torr Samaho
2012-10-14 17:29Torr SamahoStatusconfirmed => assigned
2012-10-14 18:29Torr SamahoNote Added: 0005115
2012-10-14 18:42Torr SamahoStatusassigned => needs testing
2012-10-14 18:54unknownnaNote Added: 0005117
2012-10-14 18:59unknownnaNote Edited: 0005117bug_revision_view_page.php?bugnote_id=5117#r2792
2012-10-14 20:21Edward-sanNote Added: 0005118
2012-10-14 20:59unknownnaNote Added: 0005119
2012-12-18 20:52DuskTarget Version => 1.1
2013-03-04 22:44QentNote Added: 0006091
2013-03-05 01:16DuskStatusneeds testing => resolved
2013-03-05 01:16DuskFixed in Version => 1.1
2013-03-05 01:16DuskResolutionopen => fixed
2018-09-30 20:28Blzut3Statusresolved => closed

Notes
(0005115)
Torr Samaho   
2012-10-14 18:29   
This should fix the sound.
(0005117)
unknownna   
2012-10-14 18:54   
(edited on: 2012-10-14 18:59)
I fixed the issue, but the sound doesn't play if the script is puked.

Edit:

But it also works like this in ZDoom 2.6.1.

(0005118)
Edward-san   
2012-10-14 20:21   
just a guess: does this ACS sound problem happen also when there's a one-tic delay before producing the sound?
(0005119)
unknownna   
2012-10-14 20:59   
Quote from Edward-san
does this ACS sound problem happen also when there's a one-tic delay before producing the sound?

Yes, but I don't think it's a bug since there's no linedef to play the sound from.
(0006091)
Qent   
2013-03-04 22:44   
Confirmed that the test WAD works online now.