Community Forum

vehical floating underground??

Forum Overview >> Scripting

CategoryScripting
Created01.04.2015 03:30


Jason Jacobes (Unknown) 01.04.2015 03:33
After trying to get all eles working I finally get my mod to show up in game and it is floating 3' underground! Just bobs around in circles.. Anyone know how I fix this? Thanks

Bilbo Beutlin (BBeutlin) 01.04.2015 05:38
Without further infos I'd guess:
- your model's i3d origin is far too low (y-axis).
- your model has no rigid body (with collision) or it's position is too high. In this case you could add a 'dummy' rigid body, which prevents your model from sinking into ground.

Jason Jacobes (Unknown) 01.04.2015 07:21
Oh...... I see. I'll have to try that in a hour an have when I'm home from work. Thanks. I'm sure I will have more issues.

Jason Jacobes (Unknown) 01.04.2015 23:26
It seems making it a rigid body didn't help. When you buy one it is sunk in the ground. If you buy another right next to the first it is floating in the air.if you hit it hard enough you can get it to sit as it supposed to. Dose this still seem to be the same problems? How do you change the i3d axis oregen points? Thanks.

Emil Drefers (Unknown) 02.04.2015 08:33
Hi,

you can use the "freeze transformation" option:

right click on the object in the scenegraph -> freeze transformations

Cheers,
Emil

Bilbo Beutlin (BBeutlin) 02.04.2015 23:29
Note also, that the rigid body should be of type "dynamic" (with collision).
Also it should be the first (at top) of the scenegraph list.
I'd suggest, you examine a few models similiar to yours and compare the settings and values.
And if not done yet: look into the editor tutorials.

Jason Jacobes (Unknown) 07.04.2015 04:15
OK thanks I try that.

Unknown 15.04.2015 15:47
@bilbo beutlin, thank you with all my hard you are a life saver, i've been trying for two week straight to get my collisions right and none of it worked out. then i saw your post and it worked :D THANKS

Jasper Stedema (Unknown) 15.04.2015 15:48
@bilbo beutlin, thank you with all my heart you are a life saver, i've been trying for two week straight to get my collisions right and none of it worked out. then i saw your post and it worked :D THANKS


Note: Log in to post. Create a new account here.