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
}
Model doesn't appear when 3D Floors Below
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.
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.
Model doesn't appear when 3D Floors Below
- Attachments
-
Bigger_Elemental_Crate_and_3D_Floors.zip
- 3d Floor Bug
Load with DOOM2.wad - (65.79 KiB) Downloaded 36 times