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

Post » Tue Nov 29, 2011 1:25 am

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
josh evans
 
Posts: 3471
Joined: Mon Jun 04, 2007 1:37 am

Post » Tue Nov 29, 2011 1:35 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.
User avatar
K J S
 
Posts: 3326
Joined: Thu Apr 05, 2007 11:50 am

Post » Tue Nov 29, 2011 12:34 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
Dan Wright
 
Posts: 3308
Joined: Mon Jul 16, 2007 8:40 am

Post » Tue Nov 29, 2011 6: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
Killer McCracken
 
Posts: 3456
Joined: Wed Feb 14, 2007 9:57 pm


Return to III - Morrowind