Hey guys, made this tool in a hour or so to scale .jm files without messing with code or command lines so we can all easily change the size of statues. All credit goes to wheels1758 on the forums for making this, I just added the GUI and converted it to python 3.
Download: https://drive.google.com/file/d/1mvZnRt ... sp=sharing
What it does:
- Scale any .jm object file up or down. You can scale uniformly (keeps proportions) or stretch in specific directions (make something taller, wider, longer, etc.)
- Download and run the .exe
- Browse to select your .jm file
- Enter scale value (2.0 = double size, 0.5 = half size, 1.5 = 50% bigger)
- Click "Scale JM File"
- Done, new file will be automatically added into original folder with "_scaled" at the end
- Uniform (default): One value scales everything equally
- Custom: Uncheck the box to scale X/Y/Z separately (X = width, Y = height, Z = depth)
After scaling, open your statues file in Notepad and change the .jm line to reflect the new .jm name.
Example: change
Code: Select all
[0.000000 0.000000 0] 2.0 @Blank/statue/rock.jm @Blank/statue/rock.png @Blank/statue/rock.shpCode: Select all
[0.000000 0.000000 0] 2.0 @Blank/statue/rock_scaled.jm @Blank/statue/rock.png @Blank/statue/rock.shpSource code: GitHub - JM Scaler
Let me know if you run into issues.
