Ranking
Original Post
How to set joint ranges and export without the settings resetting to default value?
When I'm in the mod maker Joint tab, I set the Range High setting to a custom value. When I test it, it works fine, but when I export the mod and load it later, the setting resets back to its default value. I assume one way to fix this would be to write the code for the setting directly into the text version of the TBM file. However, I'm not sure how to do this. Specifically, I am trying to set the wrist Range High to 1.5 instead of the default value of 2. Do any of you know how to write this into the TBM text file? Any help or suggestions would be greatly appreciated!

Best regards,
Zag
-----
Alright, I figured it out. For anyone wondering about the same thing, I simply wrote "range 1.5 0" into the mod file under "joint r_wrist" under "player 1". Here's the code:


player 1
body r_hand
pos -0.35 0.85 2.30
body l_hand
pos 2.35 0.85 2.30
joint r_wrist
pos -0.20 0.90 2.30
range 1.5 0
Last edited by Zagrebaath; Feb 28, 2020 at 09:07 PM. Reason: <24 hour edit/bump