Spaceship to ship question
-
Hi,
I'm trying to convert a spaceship unit from Orbital mod into a regular ship. I modified the script and blueprint and it worked but for the model of the unit that still keeps slightly above water. "Elevation" doesn't work and I have no idea how to make the new ship lower a bit till it is on the water.
Any suggestions ?
Thanks.
-
It may be in the model itself, e.g., that it floats slightly above the y = 0 plane.
-
@Jip said in Spaceship to ship question:
It may be in the model itself, e.g., that it floats slightly above the y = 0 plane.
i'll second that check where the origin of the mesh is relative to position 0,0,0 and where the main parent bone is located
-
Thanks. Does it mean I can't solve the problem just by modifying the blueprint/script lua ?
-
most likely although it's quite easy to import into blender and move stuff about then export again
-
OK thanks.