Eternity-like portals?
Moderator: Graf Zahl
- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
Re: Eternity-like portals?
Ok, that's easily taken care of. It just should not call Super::BeginPlay. It's a different native class for a reason, after all... 
			
			
									
						
										
						- 
				Nash
														 - Developer

 - Posts: 1226
 - Joined: Sun Sep 25, 2005 1:49
 - Location: Kuala Lumpur, Malaysia
 
Re: Eternity-like portals?
I still don't understand how these "new features" offer any advantage/ease over what ZDoom already has allowed for a very long time.
			
			
									
						
										
						- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
Re: Eternity-like portals?
They don't. They are only there for compatibility reasons. If you ask me, Eternity's skybox implementation is utterly flawed and inconvenient to use.
			
			
									
						
										
						- 
				Gez
														 - Developer

 - Posts: 1399
 - Joined: Mon Oct 22, 2007 16:47
 
Re: Eternity-like portals?
Couldn't find a better way to work with the Doom map format. No TID, remember? Only one arg per special (the tag).
			
			
									
						
										
						- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
Re: Eternity-like portals?
But for skyboxes? ZDoom's method placing one default skybox for the entire map is certainly much better than having to tag each single sector...
			
			
									
						
										
						- 
				Nash
														 - Developer

 - Posts: 1226
 - Joined: Sun Sep 25, 2005 1:49
 - Location: Kuala Lumpur, Malaysia
 
Re: Eternity-like portals?
Compatibility? What for? For Eternity maps? Why would anyone want to play an Eternity map in a ZDoom engine? I thought the entire system is so different from each other.
			
			
									
						
										
						- 
				Gez
														 - Developer

 - Posts: 1399
 - Joined: Mon Oct 22, 2007 16:47
 
Re: Eternity-like portals?
You can play rf-kerk and OPF in GZDoom. There is only one glitch with OPF because Eternity's linedef type 289 effect ("transfer portal to linedef") isn't supported; so instead of seeing the line horizons from the stacked sectors meld into a single one, you see big walls.Nash wrote:Compatibility? What for? For Eternity maps? Why would anyone want to play an Eternity map in a ZDoom engine? I thought the entire system is so different from each other.
For De Kerker, you also need a little patch wad containing DECORATE stuff, among others.