MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001685 | Zandronum | [All Projects] Bug | public | 2014-01-27 21:25 | 2014-01-27 23:08 |
|
Reporter | Visual Vincent | |
Assigned To | | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | |
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 |
Product Version | 1.2 | |
Target Version | | Fixed in Version | | |
|
Summary | 0001685: Floors/Ceilings that are lowered very fast/instant are bugged in multiplayer. |
Description | 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. |
Steps To Reproduce | > 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. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-01-27 21:25 | Visual Vincent | New Issue | |
2014-01-27 21:26 | Visual Vincent | Note Added: 0008137 | |
2014-01-27 21:36 | Visual Vincent | Note Deleted: 0008137 | |
2014-01-27 21:38 | Visual Vincent | Note Added: 0008138 | |
2014-01-27 21:58 | Visual Vincent | Note Added: 0008139 | |
2014-01-27 21:58 | Visual Vincent | Note Edited: 0008139 | bug_revision_view_page.php?bugnote_id=8139#r4457 |
2014-01-27 22:00 | Visual Vincent | Note Edited: 0008139 | bug_revision_view_page.php?bugnote_id=8139#r4458 |
2014-01-27 22:30 | Leonard | Note Added: 0008140 | |
2014-01-27 23:08 | Dusk | Note Added: 0008142 | |
2014-01-27 23:08 | Dusk | Status | new => closed |
2014-01-27 23:08 | Dusk | Resolution | open => no change required |
Notes |
|
|
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) |
|
|
|
|
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. |
|