I would like to know how to scale two specific parts: detachers and non-modded weapons. I need to make them smaller. Thanks.
I would like to know how to scale two specific parts: detachers and non-modded weapons. I need to make them smaller. Thanks.
@Brendorkus thanks!
In the XML modding menu, go to scale. The first number represents X, the second represents Y, the third represents Z. It will always be defaulted on “1,1,1”. X represents side to side width,Y represents height, and Z represents forward to backwards length.
If you want something to be half the normal size, make the scale “0.5,0.5,0.5”, if it’s a quarter, make it “0.25,0.25,0.25”. And so on. If you want something to be twice as long as it is wide, make it “1,1,2”. That explanation may seem over-complicated, but it’s really easy and useful once you know how to use it.