I'm trying to get a ship with a gazillion turrets working trough the Firebase Stations (Infantry that appear at a fixed part of the model). I partly succeeded in it (the infantry stay at their assigned bone when moving the mother object) but I can't get the infantry to come prebuild with the object.
I tried it with this:
Quote:
Behavior = GarrisonContain ModuleTag_09
ContainMax = 4
EnterSound = GarrisonEnter
ExitSound = GarrisonExit
ImmuneToClearBuildingAttacks = Yes
DamagePercentToUnits = 100%
IsEnclosingContainer = No
AllowInsideKindOf = INFANTRY
NumberOfExitPaths = 3
End
Behavior = TransportContain ModuleTag_10
InitialPayload = AlliedInfantryBasic 4
End
|
But that gives 4 infantry inside the vehicle, but not on the station bones.
Anyone having a better idea?