PDA

View Full Version : How do i start to create a new Game Type?



Catzenjaeger
12-02-2007, 06:26 AM
i would create a new gametype or import a gametype from ut2004 to ut3. Im new in cripting but i will try it and learn. Now i guess i need the soucecode from this gametype from ut2004 - right? but what now?

have anyone a idea where i can find a tutorial or a videotutorial about creating a new gametype (or import a gametyp)

thanx

JaFO
12-02-2007, 08:00 AM
Have you tried looking at the code for Onslaught and CTF in UT3 ?
Because that should show you what you need to do to create a new team-based gametype.

Importing code from UT2kx is something I would not recommend as there may have been changes in the way things work that may not be obvious to you especially if you are new to scripting. Even if it does appear to work it may contain a lot of hard to find bugs ...