Hello, I wanted to know if it was possible to enable colission on simobject?
I saw that there was a discussion topic dating back to 2021 after that no more news.
Sincerely.
Hello, I wanted to know if it was possible to enable colission on simobject?
I saw that there was a discussion topic dating back to 2021 after that no more news.
Sincerely.
You can enable collisions, but only when you place the simobject as part of a mission or worldscript. Here is the piece of code to insert in a worldscript:
<SimContain.Container InstanceId="{PLACE YOUR GUID}">
<IsCollidableWithUser>true</IsCollidableWithUser>
<ContainerTitle>Your Simobject Name</ContainerTitle>
<AttachedWorldPosition>
<AltitudeIsAGL>true</AltitudeIsAGL>
<LocalOffsetXYZ>0.000,0.000,0.000,0.000</LocalOffsetXYZ>
<LocalOrientation>0.000,0.000,0.000</LocalOrientation>
</AttachedWorldPosition>
</SimContain.Container>
Here’s a tutorial:
Thanks im going to try