Page 1 of 1
How do I change the size of creatures?
Posted: December 3rd, 2011, 8:22 pm
by Emma
Re: How do I change the size of creatures?
Posted: December 3rd, 2011, 8:35 pm
by arcones
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:
Code: Select all
mdlscale 1000
=========
mdlscale yournumber
Make sure to save the file. Enter the game and pick that playermodel and you should see the difference.
Re: How do I change the size of creatures?
Posted: December 3rd, 2011, 10:41 pm
by Emma
Ah, thank you!