Wall portals

Moderator: GZDoom Developers

User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Wall portals

Post by Nash »

Tormentor667 wrote:Image

^ I want someone to make this map when this gets merged into mainstream. :D Would play the fuck out of this map. XD
User avatar
Jaxxoon R
Posts: 772
Joined: Sun May 04, 2014 7:22 pm

Re: Wall portals

Post by Jaxxoon R »

Escher Deathmatch.

Anyways, I'm just glad to see that this is still being worked on, non-euclidean space here we come. Wooo...
User avatar
NeuralStunner
 
 
Posts: 12326
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: Wall portals

Post by NeuralStunner »

Setting aside allthe deliberate mind-meltery, what I'd really want from this feature is the ability to make multi-story maps that AI can navigate properly, but aren't a nightmare to stack. (NoiseAlert propagation is also a consideration here!)
User avatar
SyntherAugustus
Posts: 970
Joined: Tue Jul 15, 2003 5:43 pm

Re: Wall portals

Post by SyntherAugustus »

Thought about this again today after playing Elite: Dangerous. Would be cool to make a small space colony that loops into itself like a circle.

http://www.incgamers.com/wp-content/upl ... cellus.jpg
Gez
 
 
Posts: 17835
Joined: Fri Jul 06, 2007 3:22 pm

Re: Wall portals

Post by Gez »

Would be even better if the portals were at an angle to give the illusion the corridor is curving like a ring, but that one is probably not going to be possible. ;)
User avatar
Beed28
Posts: 598
Joined: Sun Feb 24, 2013 4:07 pm
Location: United Kingdom

Re: Wall portals

Post by Beed28 »

Also, wall portals could be used to very easily make complex multi-story buildings/structures without having to fumble around with 3D floors or dealing with the limitations of silent teleporters.
User avatar
Major Cooke
Posts: 8175
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: Wall portals

Post by Major Cooke »

That's outweighed by the performance cost though. It can become potentially framerate-eating if you do it that way versus using 3D floors. Then you'll have monsters checking through quite a number of portals depending on how many portals are between them. The more there are, the more calculations are needed.
User avatar
Amuscaria
Posts: 6628
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Wall portals

Post by Amuscaria »

Wha...what sorcery is this? Is this software mode only? Or will it work in GZdoom as well?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Wall portals

Post by Graf Zahl »

Rendering a portal is not hard. But I won't do any work on that unless this is ready.
User avatar
ZZYZX
 
 
Posts: 1384
Joined: Sun Oct 14, 2012 1:43 am
Location: Ukraine
Contact:

Re: Wall portals

Post by ZZYZX »

Given that I'm working on the collision part quite slowly, I've made a separate branch from the visual part of the code, merged it with the current master branch and made a pull request with it.
IMO it deserves a separate and earlier pull request than the whole thing since the visual portals can be used in mapping already (even though currently only as windows, but still...), plus there's the new mirror code which enables mirrors on 2-sided lines and doesn't require any space behind them.

I'd say the code is of some relatively good quality compared to the original branch (/portals). Still needs the final word of some of the main developers tho.

P.S. Rendering a portal is actually a bit hard... only in software though lol.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Wall portals

Post by Graf Zahl »

I'll have to review this and its implications on GZDoom first. So don't be surprised if it takes some time as I am rather busy with other things at the moment.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Wall portals

Post by Nash »

Good to see this moving forward, even if it's render-only for now. Thank you for all your efforts!
User avatar
Major Cooke
Posts: 8175
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

Re: Wall portals

Post by Major Cooke »

Can you make a cvar that limits floor/ceiling recursion? I'd really like to have what feels like an almost infinitely falling tube but that's not possible without infinite recursion happening.
User avatar
NeuralStunner
 
 
Posts: 12326
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: Wall portals

Post by NeuralStunner »

Major Cooke wrote:Can you make a cvar that limits floor/ceiling recursion?
An excellent idea.

Unsure what you'd do where you meet the recursion limit, though. Solid black? (Ideally, one would camtex it like Portal does. That sounds difficult in this engine, though.)
User avatar
Xeotroid
Posts: 436
Joined: Sat Jun 23, 2012 7:44 am
Graphics Processor: nVidia with Vulkan support
Location: Czech Rep.

Re: Wall portals

Post by Xeotroid »

Portal 1 uses black color after set number of recursions you can change in the options menu. Or maybe it's linked to other graphical settings, you can make two portals to make the infinite hallway and it doesn't show any end, but I absolutely definitely saw solid black color in portal sometimes, perhaps it was because I was too far away instead of seeing too many recursions. I don't know how it is in Portal 2, I never noticed it there.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”