dueling/frag mod?

Defender

Member
I am thinking about making a dueling/frag mod and maybe some custom maps, that will mainly be for death-match, rabbit, hunters.. This mod will have one armor type, possibly some instant kill weapons , vary few cores.. This is simple mod to make, its the new missions that will take a lot of work. I will have a good test server up, need testers, anyone interested in working on this?
 
Last edited:

Defender

Member
The first map I want to remake from tribes2 is divinity >>> link
Its vary simple easy to remake...
The lava will be replaced by acid gas that will slowly kill you, if you enter it..


1522-5565.jpg

1522-5564.jpg
 
Last edited:

Fixious

Test Lead
I still have the map, but it's useless without a proper duel mod with the right spawn setup and other things.
 

Defender

Member
After reading through the MA Duel MOD, code for tribes2 last night, some of the functions look like they could be easily recoded for legions..
The harder part, coding a menu system, it would need to be all new. I like the spawn code, it spawns the dueling players on the terrain randomly, away from structures, kinda neat... If there are any scripters/coders around, I am willing to help port the tribes2, MA Duel MOD.


Code:
// DisplayName = MA Duel MOD

//--- GAME RULES BEGIN ---
//MA version of Duel MOD by SquirrelOfDeath
//Only DIRECT disc hits cause damage to your opponent
//No other weapons cause damage to opponent (but will
//still damage you).
//Select your inventory loadout as usual (NUM ENTER)
//Request duel by clicking observer in Score Screen (F2)
//Accept/reject duel by pressing VOTE YES/NO
//Re-request duel by pressing VOTE YES
//--- GAME RULES END ---
 
Top