Game Development Community

Multiple Mission Areas

by Jonny · in Torque Game Engine · 08/19/2006 (4:19 pm) · 3 replies

Is it possible to have more than one mission area in a map? I tried adding the right code to the .mis file but with no luck. Basically my question is does it require engine changes to have more than one mission area or can it be done in script? I have put this in the mods section since I do not currently own the source... Id be very grateful for anything to point me in the right direction!


Jon

#1
08/19/2006 (4:40 pm)
What I did is basically created several .mis files and then setup an area trigger. When the player trip the trigger I had call the mis file and load it up. BAM you are in a new zone.
#2
08/19/2006 (5:30 pm)
Nice Idea, would this work in a multiplayer FPS game though? With only one server Im not sure it will be able to individually send players to different missions. I will look into that though, nice idea!


thanks, Jon
#3
05/06/2007 (8:19 am)
I am trying to do sort of the same thing. I want to have an area in the same missing not load util you get within a certain distance. Has anyone delt with this?