Portal woes
Moderator: Graf Zahl
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Portal woes
As explained in this thread, the portal in this simple map works about as correctly as can be expected in ZDoom, but the entire portaled ceiling is missing in GZDoom and just produces a HOM.
- Attachments
-
- udmfportaltest.zip
- (3.91 KiB) Downloaded 65 times
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: Portal woes
The portal is badly defined. You tagged it to both the botton and top sector. If you un-tag sector 2 it will work as expected. It working in ZDoom is just undefined behavior.
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: Portal woes
Okay, so the sector seen through the portal needs not to be tagged. I thought it had to.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: Portal woes
No, it must not. You effectively tagged the portal to its ceiling but in the destination area there was just nothing and that's what got rendered.