Page MenuHomeFeedback Tracker

createVehicle constantly create object at wrong height
New, NormalPublic

Description

createVehicle ["ATMine_Range_Ammo", [1,1,-0.06], [], 0, "NONE"];
If i want to place object at height -0.06 it will spawn it at -0.14... And constantly at this height for that object type.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
General
Steps To Reproduce

Execute obj = createVehicle ["ATMine_Range_Ammo", [1,1,-0.06], [], 0, "NONE"];
Check pos getPosATL obj

Additional Information

Position does not seems random and more like bug in calculation. Maybe it somehow depends on 3D model of object.

Event Timeline

severgun created this task.Mar 21 2023, 1:40 PM

What about createMine?