Time lord science

If you feel like you're up to the challenge of building your own Ages in Blender or 3ds Max, this is the place for you!

Time lord science

Postby Grogyan » Thu Feb 21, 2008 9:53 pm

I had a thought before the competition, how it would be neat to enter a building, where its bigger on the inside than it is on the outside.

How would I do this?


Yeah I know I am a bit fanatical about Dr Who
Better to have loved and lost than never to have loved at all
User avatar
Grogyan
 
Posts: 1203
Joined: Thu Oct 11, 2007 1:27 am

Re: Time lord science

Postby Chacal » Thu Feb 21, 2008 11:35 pm

You would need to do an instant teleport to a different room. I'm sure this can be done in 1st person, not sure about what the 3rd person camera would do.
This is pretty much what happens in Gahreesen when you enter the buildings.
Chacal


"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
User avatar
Chacal
 
Posts: 2515
Joined: Tue Nov 06, 2007 2:45 pm
Location: Quebec, Canada

Re: Time lord science

Postby andylegate » Fri Feb 22, 2008 4:32 am

That's having the inside of the building in a different PRP file than the outside and surounding areas I believe.

As Chacal said, that's how they do Gahreesen.
"I'm still trying to find the plKey for Crud!"
Image
Blender Age Creation Tutorials
3DS Max Age Creation Tutorials
User avatar
andylegate
 
Posts: 2348
Joined: Mon Oct 01, 2007 7:47 am

Re: Time lord science

Postby Chacal » Fri Feb 22, 2008 9:53 am

BTW for Gahreesen Cyan solved the 3rd-camera problem by locking the view and having the avatar perform an animation.
That's why you have to enter the buildings through either an airlock or an elevator.
Chacal


"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
User avatar
Chacal
 
Posts: 2515
Joined: Tue Nov 06, 2007 2:45 pm
Location: Quebec, Canada

Re: Time lord science

Postby Nadnerb » Fri Feb 22, 2008 11:44 am

What you need is to move the avatar into a camera region with the cutPosOnce flag set. That is how it is done. ;)
Image
Live KI: 34914 MOULa KI: 23247 Gehn KI: 11588 Available Ages: TunnelDemo3, BoxAge, Odema
Nadnerb
 
Posts: 1057
Joined: Fri Sep 28, 2007 8:01 pm
Location: US (Eastern Time)

Re: Time lord science

Postby andylegate » Mon Feb 25, 2008 7:37 am

I don't suppose you could describe a little more in detail how that's done Nadnerb? Please? :D
"I'm still trying to find the plKey for Crud!"
Image
Blender Age Creation Tutorials
3DS Max Age Creation Tutorials
User avatar
andylegate
 
Posts: 2348
Joined: Mon Oct 01, 2007 7:47 am

Re: Time lord science

Postby Nadnerb » Mon Feb 25, 2008 5:27 pm

The same way you set any other camera flag. Just add it to the list of flags in the alcscript for the camera object. (not the camera region object)
Code: Select all
DoorCamRegion:
    region:
        type: camera
        camera:
            messages:
                - newcam: DoorCam
                   
DoorCam:
    camera:
        brain:
            type: fixed
            xpanlimit: 0.4
            zpanlimit: 0.4
            poa: 0,0,6
            flags:
                - followlocalavatar
                - cutposonce

The cutposonce flag should cause the camera to "snap" to a new location, cutting out the slow flying time, but after that one cut, it should behave normally and smoothly. The current issue with the cameras in Pahts going through walls is that the "cutpos" flag is set, which causes the camera to "snap" to it's intended position all the time, thus ignoring walls and other obstacles.
Image
Live KI: 34914 MOULa KI: 23247 Gehn KI: 11588 Available Ages: TunnelDemo3, BoxAge, Odema
Nadnerb
 
Posts: 1057
Joined: Fri Sep 28, 2007 8:01 pm
Location: US (Eastern Time)

Re: Time lord science

Postby Grogyan » Mon Feb 25, 2008 10:10 pm

I'll try that out Nad, thanks
Better to have loved and lost than never to have loved at all
User avatar
Grogyan
 
Posts: 1203
Joined: Thu Oct 11, 2007 1:27 am


Return to Building

Who is online

Users browsing this forum: No registered users and 3 guests