Is it possible to rescale items to more than half their size

Post » Sat Dec 12, 2009 10:28 pm

I've been trying to rescale some things in the CS, but it seems that I can only make them half the original size. Is there a way to make them even smaller than that?
User avatar
Krystal Wilson
 
Posts: 3450
Joined: Wed Jan 17, 2007 9:40 am

Post » Sat Dec 12, 2009 1:25 pm

You can resize the mesh itself with a 3D rendering program like Blender,
or use SetScale in a script, which allows you to exceed the 0.5 to 2.0 scale limits.
example:
beginif ( GetScale != 0.2 )     SetScale, 0.2endifend

That will make the object really small.
User avatar
Horror- Puppe
 
Posts: 3376
Joined: Fri Apr 13, 2007 11:09 am

Post » Sat Dec 12, 2009 8:59 am

You can resize the mesh itself with a 3D rendering program like Blender,
or use SetScale in a script, which allows you to exceed the 0.5 to 2.0 scale limits.
example:
beginif ( GetScale != 0.2 )     SetScale, 0.2endifend

That will make the object really small.


Thanks!
User avatar
Sheeva
 
Posts: 3353
Joined: Sat Nov 11, 2006 2:46 am

Post » Sat Dec 12, 2009 8:42 am

SetScale in a script, which allows you to exceed the 0.5 to 2.0 scale limits.
example:
beginif ( GetScale != 0.2 )     SetScale, 0.2endifend

That will make the object really small.


And keep in mind this will only come into effect ingame, so the 'thing' will still be normal size in the CS.
User avatar
Sheila Reyes
 
Posts: 3386
Joined: Thu Dec 28, 2006 7:40 am


Return to III - Morrowind