rescaling objects?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Eagle Eye
First Lance Corporal
First Lance Corporal
Posts: 129
Joined: Thu Nov 01, 2007 12:44 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Belgium
Contact:

rescaling objects?

Post by Eagle Eye »

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)
Aman/Pinguin
Jedi
Jedi
Posts: 1104
Joined: Tue Jan 30, 2007 6:04 am
Projects :: Inactive
Location: Germany

Re: rescaling objects?

Post by Aman/Pinguin »

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:

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]        
User avatar
Eagle Eye
First Lance Corporal
First Lance Corporal
Posts: 129
Joined: Thu Nov 01, 2007 12:44 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Belgium
Contact:

Re: rescaling objects?

Post by Eagle Eye »

thank you!! you saved my map :wink:
User avatar
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Building a railway to Coruscant
Contact:

Re: rescaling objects?

Post by trainmaster611 »

Not quite.

In your msh.option file you would do this:

Code: Select all

-scale 0.4
In your ODF, you would do this:

Code: Select all

GeometryScale = 0.4
I'm basically saying the same thing, just trying to make it a bit clearer.
Post Reply