if I understand u correctly, you want to size your tank right?
just add "Scale = N" (N=1.0 default, N>1 bigger, N<1 smaller)
a question: is taht ur tank? cause that's the same tank I use in our tower defense mod. it calls "Ratte" (rat) ?!
i think the mistake is here (i correted it)
you forgot an "End" at the AltTurret.
Code:
Behavior = AIUpdateInterface ModuleTag_03
Turret
TurretTurnRate = 100 ; 180
TurretPitchRate = 45 ; Neu
AllowsPitch = Yes ; Neu
RecenterTime = 3500 ; Neu
ControlledWeaponSlots = PRIMARY
End
AltTurret ; Neu
TurretTurnRate = 240 ; Neu
TurretPitchRate = 180 ; Neu
AllowsPitch = Yes ; Neu
RecenterTime = 1000 ; Neu
ControlledWeaponSlots = SECONDARY
End
AutoAcquireEnemiesWhenIdle = Yes
TurretsLinked = No
End