Game Development Community

Moving interiors possible?

by Andy Hawkins · in General Discussion · 05/27/2005 (2:34 am) · 1 replies

I'm thinking about having a bit in a game where an object is loaded as an interior ( a boat ) which moves toward a jetty. The player approaches the boat in his/her zodiak (boat class) and jumps onboard - then they can run around inside.

So for this the interior has to move - is this possible to move interiors along a path or do they only work as static meshes because they are BSP's?

Andy H.

#1
05/27/2005 (4:53 am)
You can move interiors, but the lighting and shadows of Dif wont follow it unless you re-light the game for every move. Also if you move an interior any object inside or on-top of the interrior will not move with it.

Having said that Matthew Fairfax (Associate) has a solution that might be what you are looking for and stated in thread: Topic: Newbie Question - Moving Interiors in Torque? that:
Quote:
There are still a few minor-ish bugs to fix but the proof of concept is solid. I am hoping that I can get this solid enough in time for 1.4 =)