Game Development Community

Maybe a basic Question...maybe not

by Jermaine Morgan · in Torque Game Engine · 02/11/2009 (10:13 am) · 4 replies

I am working with the FPS Starter Kit.

My Question is:

Is their a way to make the MyRandomGame/server/scripts/game.cs only apply to certain missions?

Is possible to make more then 1 game.cs and have them work with different missions?
I have a few missions and I want them to have different "gameplay" types.

Can someone direct me to a resource or help me out??
:( :( :(


I just cant figure it out and I dont really know what to search for.
Help and thanks in advance.

:)


#1
02/11/2009 (1:12 pm)
you looking for something called packages.
#2
02/11/2009 (3:06 pm)
Packages are the way to go. Check this resource out: Mission Type Objects -- it shows you how to use package functionality to have multiple gameplay types.
#3
02/11/2009 (3:24 pm)
You can learn a lot from this:

Multi-Gametype FPS starter kit Version 1.1
#4
02/11/2009 (3:45 pm)
Yeah, Zod's scripts were very informative -- I meant to link to the MGStarter also.