• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Adjusting bounds?

I want to make a half-height electric fence post. Would it be possible to adjust the in-game model bounds using only a modlet so half of the pole simply sinks into the ground below it and the top half remains visible, or would this require modifying the actual asset?

 
You can use the model offset function found on other blocks but you will need to add it to be included in your modlet along with the prefab 

 
I just tried this and got a 50% reduction in height on the post. However, the wire attaches to the lead post in the correct position, but attaches WAY above the second post, in the air. Is there an offset for wiring also? See attached screenshot.

251570_20230803164836_1.png

 
I just tried adding a property named "WireOffset" and set it to "0, -0.4, 0", the same as my model offset and it didn't do anything. Another screenshot.

251570_20230803170125_1.png

 
Back
Top