Portalized (GUI update)
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
Portalized (GUI update)
<edit>
http://www.youtube.com/watch?v=s163XefQkag
Just me blabbing on about the GUI in Portalized
</edit>
http://www.portalized.org
Just thought I'd keep my Ogre pals updated - after all, I'm doing the same with my Newton pals, so it's only fair (unless you check http://www.portalized.org regularly, which means you're already updated).
portal-through-portal lighting:
http://www.youtube.com/watch?v=Da_r9O4lTfY
object goes through the same portal twice:
small-big portals:
(ignore the framerate, debug build)
And a whole lot of videos:
scaling portals: http://www.youtube.com/watch?v=R0UJSVid0wM
gravity through portals: http://www.youtube.com/watch?v=QIa8D8G3q_E
no false collisions: http://www.youtube.com/watch?v=s3FizJ7Kty4
portal seesaw: http://www.youtube.com/watch?v=V_hF_wy0dHs
We're supposed to release the first beta this summer
http://www.youtube.com/watch?v=s163XefQkag
Just me blabbing on about the GUI in Portalized
</edit>
http://www.portalized.org
Just thought I'd keep my Ogre pals updated - after all, I'm doing the same with my Newton pals, so it's only fair (unless you check http://www.portalized.org regularly, which means you're already updated).
portal-through-portal lighting:
http://www.youtube.com/watch?v=Da_r9O4lTfY
object goes through the same portal twice:
small-big portals:
(ignore the framerate, debug build)
And a whole lot of videos:
scaling portals: http://www.youtube.com/watch?v=R0UJSVid0wM
gravity through portals: http://www.youtube.com/watch?v=QIa8D8G3q_E
no false collisions: http://www.youtube.com/watch?v=s3FizJ7Kty4
portal seesaw: http://www.youtube.com/watch?v=V_hF_wy0dHs
We're supposed to release the first beta this summer
Last edited by nullsquared on Sat Aug 01, 2009 1:46 am, edited 19 times in total.
-
- OGRE Retired Team Member
- Posts: 3335
- Joined: Tue Jun 21, 2005 8:26 pm
- Location: Rochester, New York, US
- x 3
-
- Halfling
- Posts: 85
- Joined: Mon Jul 24, 2006 11:06 am
- Location: Malaysia
- x 2
-
- Goblin
- Posts: 239
- Joined: Sun Oct 14, 2007 8:10 pm
Amazing! You are getting better and better with every iteration! Nice work!
My favourites are surely the recursive thingies at the end, and the hanging in the air portal, and now the mirror one, heh.
My favourites are surely the recursive thingies at the end, and the hanging in the air portal, and now the mirror one, heh.
The mistery of Yoda's speech uncovered is:
Just an old Forth programmer Yoda was.
Nulle rule sine exceptione (lat.)
Just an old Forth programmer Yoda was.
Nulle rule sine exceptione (lat.)
-
- Gnome
- Posts: 331
- Joined: Thu Oct 25, 2007 12:21 pm
- Location: The Netherlands
-
- Gnoblar
- Posts: 3
- Joined: Sun Oct 14, 2007 1:47 pm
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
Thanks guys
Of course it's going to be released (open source, though not under a "free-for-all-do-what-you-want" type of license, sorry ), but not as a plugin. It's a whole game engine on its own. I haven't show anyone all the completely teh amazing things you can do with scripting and the physics, haha.
Of course it's going to be released (open source, though not under a "free-for-all-do-what-you-want" type of license, sorry ), but not as a plugin. It's a whole game engine on its own. I haven't show anyone all the completely teh amazing things you can do with scripting and the physics, haha.
-
- Greenskin
- Posts: 120
- Joined: Wed May 18, 2005 6:40 pm
-
- Greenskin
- Posts: 132
- Joined: Sun Dec 31, 2006 3:59 pm
- Location: lithuania
-
- OGRE Expert User
- Posts: 1422
- Joined: Sat May 22, 2004 5:28 am
- Location: Bucharest
- x 8
-
- OGRE Contributor
- Posts: 1316
- Joined: Tue Nov 21, 2006 11:28 am
- Location: Groningen, The Netherlands
- x 18
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
Hm. Well, they can be attached to moving objects. But for right now they're static when spawned all by themselves. Thinking of it, though... I don't really see why they can't be pushed and stuff if I make them dynamic... You know what, I'm going to try that right now!PolyVox wrote:That's seriously cool. So hare's a thought - can the portals be affected by physics? They are just a quad, right? So maybe you could knock them over, or even push one portal through another one? Maybe that gets a bit ridiculous?!
-
- Goblin
- Posts: 239
- Joined: Sun Oct 14, 2007 8:10 pm
Bet the "pass through one another" is just against the whole concept. But the physics part should be fun.
Just to give some more ideas - can you resize portals after creating them? I remember you saying, that portals are just any 2d geometry. So, can you alter it in real-time?
Just to give some more ideas - can you resize portals after creating them? I remember you saying, that portals are just any 2d geometry. So, can you alter it in real-time?
The mistery of Yoda's speech uncovered is:
Just an old Forth programmer Yoda was.
Nulle rule sine exceptione (lat.)
Just an old Forth programmer Yoda was.
Nulle rule sine exceptione (lat.)
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
Yup, you can alter portals in real-time however you want. And if it doesn't work, just make a new one, lol. Creation time is 0ms for any portal as long as a portal has been created before it.
Also: LOLOL! Major LOL! I just made the portals dynamic... crazy funny! You can also pick them up and through them around, haha! It's just a crazy little hack, so now I'll go standardize it... setDynamic() -> tells the portal whether it's static or can fall and stuff.
Also: LOLOL! Major LOL! I just made the portals dynamic... crazy funny! You can also pick them up and through them around, haha! It's just a crazy little hack, so now I'll go standardize it... setDynamic() -> tells the portal whether it's static or can fall and stuff.
-
- Goblin
- Posts: 239
- Joined: Sun Oct 14, 2007 8:10 pm
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
There we go: http://www.youtube.com/watch?v=pvy9i-aNCuw
(again, this was a simple hack - does not reflect the quality of the final)
(again, this was a simple hack - does not reflect the quality of the final)
-
- OGRE Expert User
- Posts: 1422
- Joined: Sat May 22, 2004 5:28 am
- Location: Bucharest
- x 8
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
WAHA!
That's all my little "test pen" needs to toggle a portal from dynamic to static (in this case, the second portal)!
This is so awesome! PolyVox, THANK YOU for your AMAZING idea! So cool, so cool... I just put a portal on the ceiling, positioned a box under it, and another portal somewhere else. Made the first dynamic, it SLAMMED onto my object and pushed it through the other portal!!! And the portal can go through itself, lol!
Code: Select all
case EA_RESERVED5: {
portals[1]->setDynamic(!portals[1]->isDynamic());
} break;
This is so awesome! PolyVox, THANK YOU for your AMAZING idea! So cool, so cool... I just put a portal on the ceiling, positioned a box under it, and another portal somewhere else. Made the first dynamic, it SLAMMED onto my object and pushed it through the other portal!!! And the portal can go through itself, lol!
-
- Gnoblar
- Posts: 10
- Joined: Sun Nov 18, 2007 3:46 am
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
Wow, thanksnitesh201 wrote:portal itself is phenomenal but this game requires new adjectives
BTW, I've perfected dynamic portals. You can hold them, through them around, rotate them... do pretty much anything you can with normal objects. I've disabled portals going through portals because that would... break the universe (I've actually got a really humorous "game over" message in there, you'll have to wait and see ). They still work, and for some reason are smoother than wall portals... well, they can't be smoother than perfectly smooth, so let's just say that they are just as smooth.
Check the first post for a video.
-
- OGRE Contributor
- Posts: 1316
- Joined: Tue Nov 21, 2006 11:28 am
- Location: Groningen, The Netherlands
- x 18
Well, good job on implementing it so fast! But that's the way it works with community interaction - I remember the first time I showed my project I was given all these ideas which were actually pretty obvious - but I just hadn't thought of them because I was too focused on my own ideas. Sometimes other people can think outside the box more easilyagi_shi wrote:This is so awesome! PolyVox, THANK YOU for your AMAZING idea!
-
- Old One
- Posts: 3245
- Joined: Tue Apr 24, 2007 8:23 pm
- Location: NY, NY, USA
- x 11
Without NewtonGD, this wouldn't be possible. I totally need it's unified body system (where bodies are all the same whether they are static or not) and it's amazing callback system. NGD plus my wrapper for it = teh awesome portals .PolyVox wrote:Well, good job on implementing it so fast! But that's the way it works with community interaction - I remember the first time I showed my project I was given all these ideas which were actually pretty obvious - but I just hadn't thought of them because I was too focused on my own ideas. Sometimes other people can think outside the box more easilyagi_shi wrote:This is so awesome! PolyVox, THANK YOU for your AMAZING idea!
-
- OGRE Moderator
- Posts: 7157
- Joined: Sun Jan 25, 2004 7:35 am
- Location: Brisbane, Australia
- x 535
If Valve don't hire you for Portal 2, I'm not buying it.
(Ok, I will buy it, but you know what I mean)
If you run out of ideas for things to try, how about portals which change the size of objects? (If that hasn't been suggested already) Throw a box into a small portal and it gets enlarged when it comes out of a big portal. Prey pretended it did that when you use a portal to get onto the surface of the mini moon, but really the small version and large version of the moon were seperate parts of the level.
(Ok, I will buy it, but you know what I mean)
If you run out of ideas for things to try, how about portals which change the size of objects? (If that hasn't been suggested already) Throw a box into a small portal and it gets enlarged when it comes out of a big portal. Prey pretended it did that when you use a portal to get onto the surface of the mini moon, but really the small version and large version of the moon were seperate parts of the level.