I realise my trade federation droid control ship is much to big to play in... is it possible to resize the ship without using xsi so its smaller?
(soz if this topic has to be in the xsi topic, not sure)
rescaling objects?
Moderator: Moderators
- Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
-
Aman/Pinguin
- Jedi

- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: rescaling objects?
create a msh.option of the model and type this in:
-scale <value>
<value> = any term you want, 1 is default size
Then open the odf of the model and type under this:
this:
-scale <value>
<value> = any term you want, 1 is default size
Then open the odf of the model and type under this:
Code: Select all
[GameObjectClass]
ClassLabel = "armedbuilding"
GeometryName = "cis_fly_fedcruiser.msh"
[Properties] this:
Code: Select all
[GameObjectClass]
ClassLabel = "armedbuilding"
GeometryName = "cis_fly_fedcruiser.msh"
GeometryScale = <same value as in the msh.option>
[Properties] - Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
Re: rescaling objects?
thank you!! you saved my map 
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
Re: rescaling objects?
Not quite.
In your msh.option file you would do this:
In your ODF, you would do this:
I'm basically saying the same thing, just trying to make it a bit clearer.
In your msh.option file you would do this:
Code: Select all
-scale 0.4Code: Select all
GeometryScale = 0.4