Code: Select all
[MOD]
{
Name=...
ModType=1;
//NumDependencies=0;
NumDependencies=1;
Depend0=springcontent.sdz;
}
Code: Select all
[CLASS0]
{
Name=BotFT2VStrong;
FootprintX=2;
FootprintZ=2;
MaxWaterDepth=10;
MaxSlope=40;
CrushStrength=25;
}
Code: Select all
[UNITINFO]
{
UnitName=TllCom;
Name=Supreme Commander;
Description=Qualquer coisa!;
...
FootprintX=2;
FootprintZ=2;
...
//SoundCategory=Comander;
MaxSlope=10;
Category=All Tll Lvl10;
...
// ##### Mobilidade #####
CanMove=1;
MovementClass=BotFT2VStrong;
MaxVelocity=1;
Acceleration=0.1;
BrakeRate=0.2;
TurnRate=1000;
//MaxWaterDepth=;
//MinWaterDepth=;
CantBeTransported=1;
Mass=10000;
NoChaseCategory=Air;
Upright=1;
// ##### Habilidades #####
...
Commander=1;
...
}
And Ctrl+c doesn't selects him.
Correction, found it out. It has to have "Commander" in "Category"... Weird, should go just by the tag "Commander=1;"...