When making missions armoured missions I've often disabled useAISteeringComponent as the old steering still had vehicle formations, such as wedges and lines while the new one appears to be only convoys. However making a mission now it seems that disabling useAISteeringComponent has no effect, as the vehicles all form into convoys which is less than preferable.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Linux x64
- Operating System Version
- Linux Proton 9.0-4
- Category
- AI Pathfinding / Motion
Steps To Reproduce
- Run useAISteeringComponent false
- Place a tank platoon
- Give it a waypoint, aware behaviour, and wedge formation
- Watch as it still forms a column
Event Timeline
Comment Actions
It seems like setting it over all units using
{ _x useAISteeringComponent false; } forEach allVehicles;
works however, so when does useAISteeringComponent true/false apply?
Comment Actions
cannot repro, for me wedge formed with or without disabling steering component, or disabling it individually or globally