MantisBT - Zandronum | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0003871 | Zandronum | [All Projects] Bug | public | 2021-01-04 12:51 | 2021-12-17 15:05 |
Reporter | Ivan | ||||
Assigned To | Kaminsky | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 3.1-beta | ||||
Target Version | 3.1 | Fixed in Version | 3.1 | ||
Summary | 0003871: Sounds can't be stopped from ACS in online games | ||||
Description | A looping sound initiated from ACS can't be stopped properly. Take the example wad below, and simply "summon manc2". You won't hear the sound stop after a second, it just loops forever. | ||||
Steps To Reproduce | |||||
Additional Information | I'm not sure if it's StopSound lacking proper code or something, but inventory method also does not work. I put inventory actors to control this. You can change the script's code to below and compile to see that it also does not work. #include "zcommon.acs" Script "Test" (void) { GiveInventory("Looper", 1); Delay(35); GiveInventory("Stopper", 1); } | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() /tracker/file_download.php?file_id=2637&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2021-01-04 12:51 | Ivan | New Issue | |||
2021-01-04 12:51 | Ivan | File Added: looping_sound_bs.pk3 | |||
2021-01-04 13:22 | Ivan | Note Added: 0021584 | |||
2021-01-05 03:58 | Kaminsky | Note Added: 0021585 | |||
2021-08-08 11:32 | Kaminsky | Assigned To | => Kaminsky | ||
2021-08-08 11:32 | Kaminsky | Status | new => needs testing | ||
2021-08-08 11:35 | Kaminsky | Note Added: 0021690 | |||
2021-08-08 11:35 | Kaminsky | Target Version | => 3.1 | ||
2021-08-08 11:35 | Kaminsky | Summary | Looping sound can't be stopped from ACS => Sounds can't be stopped from ACS in online games | ||
2021-12-17 15:05 | Kaminsky | Status | needs testing => resolved | ||
2021-12-17 15:05 | Kaminsky | Fixed in Version | => 3.1 | ||
2021-12-17 15:05 | Kaminsky | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|