MantisBT - Zandronum
View Issue Details
0002761Zandronum[All Projects] Bugpublic2016-06-24 03:412016-06-26 20:23
S_Andrew_S 
 
normalblockalways
newopen 
MicrosoftWindowsXP/Vista/7
2.1 
 
0002761: This morphed actor greatly malfunctions online; This drunk movement script doesn't work online
Okay, there are a few issues this ticket addresses. The player morphs under the conditions stated in the steps to reproduce. Everything works perfectly offline, but online, it doesn't. For example, when shooting the morphed weapon, it for some reason plays taunting sounds. The HUD also gets screwed up while using this morph online.

The second issue is my drunk movement system. That also works offline. Online though, it only makes the adverse effect (ironically), but makes the movement just jittery. I'm thinking either the SetActorProperty APROP_SPEED is broken or ThrustThing is.
1)
-Play as Leonard
-"Summon motorcyclepickup"
-Shoot
2)
-"sc_enablebeer 1"
-Play as Leonard
-Pickup a soul sphere
-Use the whiskey enough for the meter to turn red
-Move
You need the 3.0 build that fixes the PWO crash to test it. You can find the acs code in "ACS/Leonard.acs". The morph code is in "Leonard/Unique". This also occurs online with Zandronnum 2.0.
No tags attached.
? example.pk3 (1,935,535) 2016-06-26 20:22
/tracker/file_download.php?file_id=1841&type=bug
Issue History
2016-06-24 03:41S_Andrew_SNew Issue
2016-06-24 03:42S_Andrew_SNote Added: 0015103
2016-06-24 08:51Edward-sanNote Added: 0015104
2016-06-24 08:51Edward-sanProduct Version3.0-beta => 2.1
2016-06-24 08:51Edward-sanNote Edited: 0015104bug_revision_view_page.php?bugnote_id=15104#r9165
2016-06-26 12:11Torr SamahoNote Added: 0015121
2016-06-26 12:11Torr SamahoStatusnew => feedback
2016-06-26 20:22S_Andrew_SFile Added: example.pk3
2016-06-26 20:23S_Andrew_SNote Added: 0015135
2016-06-26 20:23S_Andrew_SStatusfeedback => new

Notes
(0015103)
S_Andrew_S   
2016-06-24 03:42   
Oops, forgot this'https://drive.google.com/file/d/0B2yXvgBSVGEMUUFGVmhnMDlhZWc/view?usp=sharing [^]'
(0015104)
Edward-san   
2016-06-24 08:51   
Quote
This also occurs online with Zandronnum 2.0.


Then the 'product version' entry is wrong.

(0015121)
Torr Samaho   
2016-06-26 12:11   
Please supply a minimal example wad. It's not feasible to debug this with samsara_ex-hb3.pk3.
(0015135)
S_Andrew_S   
2016-06-26 20:23   
Ok, in the attached file, the motorcycle shoots, but in the mod, it doesn't. Maybe it has something to do with player pawns. The drunk script still won't work though.