Like in this video?
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
How do I change the size of creatures?
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: How do I change the size of creatures?
By going to the character's root folder, you can access and change the code that gives the height.
For 2.7 (and 2.7.1): PlatinumArtsSandbox2.7/packages/models/rc/blue (or pink or red)/md5
Open that in Notepad and change the:
Make sure to save the file. Enter the game and pick that playermodel and you should see the difference.
For 2.7 (and 2.7.1): PlatinumArtsSandbox2.7/packages/models/rc/blue (or pink or red)/md5
Open that in Notepad and change the:
Code: Select all
mdlscale 1000
=========
mdlscale yournumber

Want a user bar like this one? PM Leo!
Re: How do I change the size of creatures?
Ah, thank you!