Easy Statue Resizing Program

All about making tracks for MX Simulator
Post Reply
ejacksoncraig
Posts: 24
Joined: Wed Dec 04, 2019 9:40 pm
Team: Privateer

Easy Statue Resizing Program

Post by ejacksoncraig »

JM Scaler Tool - Easily Resize Objects for MXS

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.)
How to use:
  • 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 vs Custom scaling:
  • Uniform (default): One value scales everything equally
  • Custom: Uncheck the box to scale X/Y/Z separately (X = width, Y = height, Z = depth)
Important - Renaming the scaled object so it works in game:
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.shp
to

Code: Select all

[0.000000 0.000000 0] 2.0 @Blank/statue/rock_scaled.jm @Blank/statue/rock.png @Blank/statue/rock.shp
OR delete the original JM and rename the scaled JM to the name of the original

Source code: GitHub - JM Scaler

Let me know if you run into issues.
cnigrin285
Posts: 397
Joined: Thu May 25, 2017 3:20 pm
Team: Boots House
Location: United States

Re: Easy Statue Resizing Program

Post by cnigrin285 »

This is really cool. Thanks so much
Image
Post Reply