Model doesn't appear when 3D Floors Below

Ask about mapping, UDMF, using DoomBuilder/editor of choice, etc, here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Post Reply
User avatar
SPZ1
Posts: 388
Joined: Wed Aug 02, 2017 3:01 pm
Location: Illinois
Contact:

Model doesn't appear when 3D Floors Below

Post by SPZ1 »

I found a weird bug where a 3D Model will not spawn when there are some 3D Floors below. Check my .ZIP in which shows MAP01 is broken and MAP02 works.

The ACS for these maps is simply this :


#include "include/zcommon.acs" script 01 OPEN { Thing_SpawnNoFog(201, 414, 0, 909); // Spawn 'Metal Floor' Model Thing_SpawnNoFog(202, 426, 0, 910); // Spawn 'Bigger Elemental Crate' Model }
Attachments
Bigger_Elemental_Crate_and_3D_Floors.zip
3d Floor Bug
Load with DOOM2.wad
(65.79 KiB) Downloaded 36 times
Post Reply

Return to “Mapping”