Straighten Custom Buildings?

Mixed Methods

Member
Staff member
Hey there,

Got a problem with custom buildings, trying to build on a slope leaves me with wonky buildings, obviously this is great for some but I need to be able to straighten some objects out, especially large buildings which would have flat foundations dug for them.

For an example:
c09a650b8d971cf3d0c5c5a1529536f6.png


Anyone know how you can fix this?
 
in the init for the object add
Code:
this setvectorup [0,0,1];

If you rotate or move the object you will need to save it for it to realign it.
 
Back
Top