And you thought Descent had bad vertigo.
- Sir Sam II
- DBB Ace
- Posts: 176
- Joined: Mon May 01, 2000 2:01 am
- Location: Bradenton/Sarasota, FL USA
- Contact:
http://pc.ign.com/articles/718/718911p1.htmlIsaac wrote:where can i go to find out more?
There is a game called \"Narbacular Drop\" which uses this concept
and which you can download. It looks like Portal itself is just a
mini-game for Half life \"Episode Two\".
I was thinking... could a similar effect be created in D2X-XL by
combining a camera with a teleport? :-)
and which you can download. It looks like Portal itself is just a
mini-game for Half life \"Episode Two\".
I was thinking... could a similar effect be created in D2X-XL by
combining a camera with a teleport? :-)
http://en.wikipedia.org/wiki/Portal_(computer_game)
http://en.wikipedia.org/wiki/Narbacular_Drop
http://www.nuclearmonkeysoftware.com/na ... rdrop.html
Narbacular Drop is a free game (25meg), i'm downloading it right now.
I'm not sure why you guys are complaining that \"this isn't an original concept\". Duh! Everyone knows that, portals have been a staple of puzzle games for decades! But i've never before seen it used (in combination with a good physics engine) as the primary gameplay element in a game played in First Person perspective.
It the seemingly open and intuitive nature of this form of gameplay reminding anyone else of nTrap?
ps: Descent had portals? huh? where?
the only portaly things i can think of are the things in Descent2 that warp you into a secret level (they were red swirly things right?)
http://en.wikipedia.org/wiki/Narbacular_Drop
http://www.nuclearmonkeysoftware.com/na ... rdrop.html
Narbacular Drop is a free game (25meg), i'm downloading it right now.
I'm not sure why you guys are complaining that \"this isn't an original concept\". Duh! Everyone knows that, portals have been a staple of puzzle games for decades! But i've never before seen it used (in combination with a good physics engine) as the primary gameplay element in a game played in First Person perspective.
It the seemingly open and intuitive nature of this form of gameplay reminding anyone else of nTrap?
ps: Descent had portals? huh? where?
the only portaly things i can think of are the things in Descent2 that warp you into a secret level (they were red swirly things right?)
Descent was first to impliment \"portal technology\". It was the way the game engine handled the movement of players from area to area.
In D1 and D2, there is a \"portal\" at doors and in doorways. It a kinda invisible digital gateway.
It's kinda hard to explain as I have a set visual in my head from building levels. It provided the computer a break off point for rendering and sound calculations. The same principle is used in D3, only from room to room rather than cube to cube as in D1 and D2.. i know I contridicted myself there.. it's late and the latter statement is the correct one.
In D1 and D2, there is a \"portal\" at doors and in doorways. It a kinda invisible digital gateway.
It's kinda hard to explain as I have a set visual in my head from building levels. It provided the computer a break off point for rendering and sound calculations. The same principle is used in D3, only from room to room rather than cube to cube as in D1 and D2.. i know I contridicted myself there.. it's late and the latter statement is the correct one.
I would consider the \"portals\" in Descent 1 and 2 you're talking
about to be something entirely different. You did watch the video
didn't you? :-)
The portals in Portal and Narbacular Drop can not be reproduced in
Descent, except maybe to a certain extent in D2X-XL, as I mentioned
above.
The whole point of these portals is that they can \"connect\" two
different locations, rather than just enabling vision and travel
between two adjacent cubes/rooms.
about to be something entirely different. You did watch the video
didn't you? :-)
The portals in Portal and Narbacular Drop can not be reproduced in
Descent, except maybe to a certain extent in D2X-XL, as I mentioned
above.
The whole point of these portals is that they can \"connect\" two
different locations, rather than just enabling vision and travel
between two adjacent cubes/rooms.
one of the cool things that PORTAL seems to have over Narbacular Drop is the parallax effect.
I was all looking forward to \"i can see infinityyyyyyyyyyy\" experience with Narbacular Drop only to find that a portal seen through a portal is just a boring black texture.
But it gives you the idea though. It's fun having your own door-gun. (ps: instead of just pressing the make-portal button, try holding it down and dragging the portal around. it helps)
It's also quite handy to use the portals as cameras - just so you can see. I often found myself putting one portal in a weird place, and the other portal on a wall right infront of me, using it as closed circuit TV.
I was all looking forward to \"i can see infinityyyyyyyyyyy\" experience with Narbacular Drop only to find that a portal seen through a portal is just a boring black texture.
But it gives you the idea though. It's fun having your own door-gun. (ps: instead of just pressing the make-portal button, try holding it down and dragging the portal around. it helps)
It's also quite handy to use the portals as cameras - just so you can see. I often found myself putting one portal in a weird place, and the other portal on a wall right infront of me, using it as closed circuit TV.
- TIGERassault
- DBB Admiral
- Posts: 1600
- Joined: Tue Aug 10, 2004 3:33 pm
That's how you're supposed to do the "Very Vertical" level. You have one door directly above you, and move the other door along the roof. If you can see the floor in the door directly above you, then you put that door directly under you.roid wrote:It's also quite handy to use the portals as cameras - just so you can see. I often found myself putting one portal in a weird place, and the other portal on a wall right infront of me, using it as closed circuit TV.
That's all not quite exact. It is true that in a portal engine a portal provides a transition from one room to the next. This is mainly a thing of the renderer though. The renderer only renders the various (visible) sections of the level, and projects them each visible portal face.Duper wrote:Descent was first to impliment "portal technology". It was the way the game engine handled the movement of players from area to area.
In D1 and D2, there is a "portal" at doors and in doorways. It a kinda invisible digital gateway.
It's kinda hard to explain as I have a set visual in my head from building levels. It provided the computer a break off point for rendering and sound calculations. The same principle is used in D3, only from room to room rather than cube to cube as in D1 and D2.. i know I contridicted myself there.. it's late and the latter statement is the correct one.
D1 and D2 do not use portals.
The portals used in Prey and this thread's subject and the portals that diedel describes aren't the same thing.
Its a texture projector, camera, and a teleporter. if diedel really wanted to, he could make it happen.
The first game to market to use this was Q3A. iirc.
the portals that Topher and Duper are talking about are divisions between spaces created with binary space paritions.
the original doom used those, Im hard pressed to think of a modern engine that doesn't use something similar.
maybe Unreal.
Its a texture projector, camera, and a teleporter. if diedel really wanted to, he could make it happen.
The first game to market to use this was Q3A. iirc.
the portals that Topher and Duper are talking about are divisions between spaces created with binary space paritions.
the original doom used those, Im hard pressed to think of a modern engine that doesn't use something similar.
maybe Unreal.
Right, but there's nothing in the D1/2 level format that says you can't have one cube on one side of the level attach to another cube no where near it. Cube neighbors are just indexes into the cube array.fliptw wrote:The portals used in Prey and this thread's subject and the portals that diedel describes aren't the same thing.
Its a texture projector, camera, and a teleporter. if diedel really wanted to, he could make it happen.
The first game to market to use this was Q3A. iirc.
the portals that Topher and Duper are talking about are divisions between spaces created with binary space paritions.
the original doom used those, Im hard pressed to think of a modern engine that doesn't use something similar.
maybe Unreal.
However, the Descent engine (probably) requires neighbor cubes to be physically aligned and non-intersecting. So it may be easy to teleport the ship from any location but rendering the portal like the video does is a different story. Also, objects partially in and out side of the portal would be additional challenges.
Topher, the reason why Prey took so long is they tried to do what you are suggesting(with the build engine no less) - shortcuts between arbitray visibilty nodes. Work stopped after they couldn't get it work well.
There is a MUCH simpler solution - what I stated before hand. If your engine can do mirrored surfaces, then you can do what Prey/Portal does. The Dr Breen Tv's are an example of how to do this in the Source Engine.
This isn't fantastic new technology - Prey and Portal are unique in being the only games to base gameplay around the sci-fi concept of portals(ie the STTNG episode Contagion).
There is a MUCH simpler solution - what I stated before hand. If your engine can do mirrored surfaces, then you can do what Prey/Portal does. The Dr Breen Tv's are an example of how to do this in the Source Engine.
This isn't fantastic new technology - Prey and Portal are unique in being the only games to base gameplay around the sci-fi concept of portals(ie the STTNG episode Contagion).
Doh -- no SDK necessary. Behold the Portal WrenchGrendel wrote:Waiting for the Prey SDK.. I bet that can be added easily
Topher - you can probably do that in D1/2 without a crash (hopefully) but as you say, it would break rendering, and I suspect even moving across it wouldn't work well - Descent never really teleports players anywhere. They may just head off into HOM space.
Edit: Tried it (cubes \"connected\" but the points weren't).
Standard Descent 2 crashes.
D2X-XL doesn't crash, and as expected it shows the cube in its actual position rather than \"translated\" as per the cube->cube portal. However you can't actually exit the confines of a cube, so you just hang at the gap into empty space. Laser shots simply disappear.
In other words... yeah, it doesn't quite work that way in Descent.
Edit: Tried it (cubes \"connected\" but the points weren't).
Standard Descent 2 crashes.
D2X-XL doesn't crash, and as expected it shows the cube in its actual position rather than \"translated\" as per the cube->cube portal. However you can't actually exit the confines of a cube, so you just hang at the gap into empty space. Laser shots simply disappear.
In other words... yeah, it doesn't quite work that way in Descent.