MantisBT - Zandronum
View Issue Details
0001685Zandronum[All Projects] Bugpublic2014-01-27 21:252014-01-27 23:08
Visual Vincent 
 
normalmajoralways
closedno change required 
MicrosoftWindowsXP/Vista/7
1.2 
 
0001685: Floors/Ceilings that are lowered very fast/instant are bugged in multiplayer.
When you play on a map which uses the Floor_LowerInstant or a floor that lowers very fast, it will bug in multiplayer. When Floor_LowerInstant is used in multiplayer the floor will disapear leaving an "invisible" floor left. It will be blocking your path and you cannot continue the map.
> Open Doom Builder (Or any kind of Doom map editing software).
> Create two rooms, and one floor raised to the ceiling in between the rooms.
> Give a switch or something the action "Floor Lower Instant" and refer it to the floor between the two rooms.
> Test the map on a server. And when pressed the switch to make it lower, try going through the floor.
No tags attached.
Issue History
2014-01-27 21:25Visual VincentNew Issue
2014-01-27 21:26Visual VincentNote Added: 0008137
2014-01-27 21:36Visual VincentNote Deleted: 0008137
2014-01-27 21:38Visual VincentNote Added: 0008138
2014-01-27 21:58Visual VincentNote Added: 0008139
2014-01-27 21:58Visual VincentNote Edited: 0008139bug_revision_view_page.php?bugnote_id=8139#r4457
2014-01-27 22:00Visual VincentNote Edited: 0008139bug_revision_view_page.php?bugnote_id=8139#r4458
2014-01-27 22:30LeonardNote Added: 0008140
2014-01-27 23:08DuskNote Added: 0008142
2014-01-27 23:08DuskStatusnew => closed
2014-01-27 23:08DuskResolutionopen => no change required

Notes
(0008138)
Visual Vincent   
2014-01-27 21:38   
Is there a way i can change the ticket? I just noticed something. It doesn't always bug, but it does on the most maps i've played on.
I will post a video for an example.
(0008139)
Visual Vincent   
2014-01-27 21:58   
(edited on: 2014-01-27 22:00)
Ok demonstration of it on my mod "Escape From The Laboratory 2":
'http://www.youtube.com/watch?v=gxPxLtE-OBE [^]'

It bugs on some maps, not everyone. I don't know why.

Torr Samaho, or any admin; Please change the topic and description of this ticket, because i can't figure out how to do it myself.

If you want to try the bug it's almost in the beginning of this wad:
'http://www.mydoomsite.com/WADS/LaboratoryP2.wad [^]'

(0008140)
Leonard   
2014-01-27 22:30   
Your script is clientside so the floor only lowers on the client.
That's why it appears broken..
Just remove the clientside part.
(0008142)
Dusk   
2014-01-27 23:08   
As was said, script 9 is CLIENTSIDE which calls script 10 which lowers the floor. Closing as user error.