LAN Training Help
-How Do I Create And Modify Them Properly?-
I wish to create training missions like you see in the Tribes 2 LAN Mode, although I have a basic understanding of how it's set up, I was wondering if someone could help me :P. The Only Files that I know of that help create that are Training1-4.cs and TrainingGUI.cs. Anyways I'm basically clue-less about this.
I wish to create training missions like you see in the Tribes 2 LAN Mode, although I have a basic understanding of how it's set up, I was wondering if someone could help me :P. The Only Files that I know of that help create that are Training1-4.cs and TrainingGUI.cs. Anyways I'm basically clue-less about this.
Comments
If you can't find anything, I'll tell you what I know.
On a related note, anyone have a bug-free base and classic mod? My is messed up (UE's everytime I try to place an object in editor). Its not very helpful when trying to create training maps...
I made a training mission once with ACCM and a base filled with VL2's. Your UE is probably a syntax error in the MIS file.
The MIS file is only accessed on save/load.
Training missions are generally written basically as you did see in those that come with the game (there's also SinglePlayerGame.cs if you want to see more of the auxiliary functions). If you're looking for more examples, you should be able to find the aforementioned missions and a few others on map sites like tribes2maps.com.
When I try to open up VL2 files by changing them to ZIP folders it always says that the ZIP folder is corrupted, I don't know how to fix it or what the problem with it is...
Open the cmd prompt and navigate to your gamedata folder.
Execute:
tribes2.exe -spnBuild Map Name Map Mission Type
I typed in cd C:\Dynamix\Tribes2\Gamedata\Tribes2.exe -spnBuild Name Type
and I'm pretty sure that isn't correct.