MantisBT - Zandronum
View Issue Details
0003442Zandronum[All Projects] Bugpublic2018-07-20 19:102024-03-11 17:13
ZomBieMaD 
 
normalminoralways
newopen 
MicrosoftWindowsXP/Vista/7
3.0 
 
0003442: Clientside Effect not working online when use a custompickup
when you give a pickup with clientside effect like fire, smoke etc. they do not appear online, but it work fine in single player or Zandronum 2.1.2 online.
'https://www.dropbox.com/s/5b5lqk441o7nqyf/LostSoulRara.pk3?dl=0 [^]'
Use this wad like example, I replaces the lostsoul with one that use various effects with pickups like fire in their head.

Start server Summon a lostsoul or go to map that have lost soul, online they dont got the fire and others effects.
No tags attached.
? LostSoulRara.pk3 (95,222) 2018-07-20 19:10
/tracker/file_download.php?file_id=2338&type=bug
? ClientsidePickupActorTest.wad (1,142) 2018-08-22 20:08
/tracker/file_download.php?file_id=2351&type=bug
? ClientsidePickupActorTest2.pk3 (1,252) 2024-03-11 17:13
/tracker/file_download.php?file_id=2934&type=bug
Issue History
2018-07-20 19:10ZomBieMaDNew Issue
2018-07-20 19:10ZomBieMaDFile Added: LostSoulRara.pk3
2018-08-22 20:08jdagenetFile Added: ClientsidePickupActorTest.wad
2018-08-22 20:09jdagenetNote Added: 0019384
2024-03-11 17:13TrillsterNote Added: 0023364
2024-03-11 17:13TrillsterFile Added: ClientsidePickupActorTest2.pk3

Notes
(0019384)
jdagenet   
2018-08-22 20:09   
Uploaded a minimal example wad for easy viewing and testing. Summon "NewDemon" or just go to a level with a Demon already present.
(0023364)
Trillster   
2024-03-11 17:13   
I wanted to bump this ticket to also note that this issue frequently occurs with A_SpawnItemEx as well, not just A_CustomMissile. It's likely any function which spawns actors, so any potential fix would be much appreciated.

I've attached another testing file which adds an additional A_SpawnItemEx call to the CustomInventory actor in ClientsidePickupActorTest.wad to showcase this.