Recently i tried to attach something to a UAV. When i do that, it (or the AI controlling the uav) just keeps ascending until it disappears. It doesn't happen with O_UAV_02_F. Just with the smaller uav: O_UAV_01_F.
It only does that when using AI (createVehicleCrew).
It might also affect other flying vehicles, but I didn't test it yet.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- AI Issues
Steps To Reproduce
uav = createVehicle ["O_UAV_01_F", position player, [], 0, "FLY"]; createVehicleCrew uav; x = "Land_VR_CoverObject_01_kneelLow_F" createVehicle position uav; x attachTo [uav, [0,0,1]];
Event Timeline
This comment was removed by sh4dow.
Comment Actions
I am having the same problem when trying to control a UAV (O_UAV_01_F) via waypoints. When a portable light model (light4_2) is attached to the UAV and the UAV AI is made to move, the drone moves slightly in the direction of the waypoint, but continues to ascend without stopping.