Master_Luke Posted January 2, 2007 Share Posted January 2, 2007 Hello Right now i've been trying to edit the current gametypes but I don't actually know where to look.Can anyone of the experienced coders tell me where to look for gametypes in the source? Master_Luke Link to comment Share on other sites More sharing options...
ck-killa Posted January 2, 2007 Share Posted January 2, 2007 What do you use to build your mod? visual studio? Link to comment Share on other sites More sharing options...
ensiform Posted January 2, 2007 Share Posted January 2, 2007 The gametypes aren't in just one specific area, the code is all over the place so you will have to study the code very well to find out what is for what. Link to comment Share on other sites More sharing options...
ck-killa Posted January 3, 2007 Share Posted January 3, 2007 If you use visual studio, just search for gametypes or whatever, im sure you'll figure it out eventually. Link to comment Share on other sites More sharing options...
Master_Luke Posted January 3, 2007 Author Share Posted January 3, 2007 Hi Thanks for your replies.Yes I use Visual Studio and I'm searching for the gametypes.But if I want to edit a gametype.My idea is to edit the Power Duel and make a 2v2 duel.What do I need to change to add one more player to the lone team?This is the thing I have't still figured out. Link to comment Share on other sites More sharing options...
ck-killa Posted January 4, 2007 Share Posted January 4, 2007 Thanks for your replies.Yes I use Visual Studio and I'm searching for the gametypes.But if I want to edit a gametype.My idea is to edit the Power Duel and make a 2v2 duel.What do I need to change to add one more player to the lone team?This is the thing I have't still figured out. Good luck. It's probobly pretty hard. You can actually search for the word lone and you'll find all the power duel stuff there. Link to comment Share on other sites More sharing options...
bzug0 Posted January 4, 2007 Share Posted January 4, 2007 isn't 2vs2 duel = 2vs2 tffa I understand what you want and it is more easy if you just create a new tffa mode with specific nr of players(can be set by cvar or always fixed) on both teams. But I have a better idea that I didn't have time to spend with. -> MultiTFFA - the players use a "team challenge" and when ready match starts, just like duel challenge. - but I need to spend too much time doing this. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.