There is a bug with the cargo helicopters, namely what kind of unit they can carry. Instead of being only able to transport infantry units, it appears that they only transport non-infantry units. A Mobile SAM can load up in one while a paratrooper cannot. Whee...
Tanks too. Rather useful, if I do say so myself, but clearly wrong.
***************************
Ok, here's the problem:
This error is in the Units.txt file in the AE mod folder under the scenarios.
Tanks too. Rather useful, if I do say so myself, but clearly wrong.
***************************
Ok, here's the problem:
Code:
## UNIT 8 UNIT_CARGO_HELICOPTER { ...snip... CanAttack: Air CanAttack: Land CanAttack: Mountain [b]CanCarry: MedLand[/B] // <------------------Right Here! CanSee: Standard MovementType: Air Size: Large VisionClass: Standard CargoData { MaxCargo 5 Load SOUND_ID_TRIREME_LOAD Unload SOUND_ID_TRIREME_UNLOAD } }
Comment