Bug description: It may be Terrain LOD related. But my worldscript simobjects sometime appear 20 above ground level or 2-6 feet below ground level. I’ve tried using "use low res terrain setting, but they still fluctuate. Is there a way to set the object as a height above mean sea level? So they don’t get messed up by the terrain?
@FlyingRaccoon Do you have any suggestions for this? I have some proximity worldscript animated people. And i need their elevation to be consistently where i place them in terms of height above sea level. But sometime they appear at different altitudes, whether i set <WorldBase.IsOnGround>false</WorldBase.IsOnGround> to true or false.
Our documentation on the topic is very fragmented and I don’t have more information than what’s available in the public documentation.
However I’d say IsOnGround is not a sub element of WorldBase.
I could not replicate the issue so far.
Are you spawning this object in a specific location where this would happen consistently?
Have you tried spawning a different SimObject to see if this happens regardless of what you spawn?
Just did a flight. I think it mostly happens if i start a flight somewhere else. Or if i start at saint barths but flight a good enough distance away and then back. Which make me feel it has something to do with the terrain LODs.
Then I think this is likely not coming from the worldscript and has to do with how SimObject ground altitude is sampled when terraformers are used.
Not sure if this comes from the SimObject or the terraformers layout, I’m still unable to replicate this behavior.
Can you give us access to your project or a stripped version of it demonstrating the issue so we can debug in real conditions?
So this never happens in Scenery Editor context? Only when the package is mounted from Community?