problem

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
BountyHunterV

problem

Post by BountyHunterV »

i was told that to make an object have no collision, aka the soldiers could just walk through it, you add an .msh.option file for the .msh and put "-nocollision" inside

i tried that, this is my .msh.option file:

kam_bldg_blast_door.msh.option


-nocollision


hopefully i am just forgetting something obvious. ty for responses
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: problem

Post by Teancum »

-nocollision just tells the game not to build the collision mesh. Instead it makes it use the actual geometry.
BountyHunterV

Re: problem

Post by BountyHunterV »

wait...so then how do i make it so that it will truly have no collision? aka, soldiers can walk right through it?
Penguin
Jedi Admin
Jedi Admin
Posts: 2541
Joined: Sun Mar 05, 2006 12:00 am
Location: Australia

Re: problem

Post by Penguin »

Teancum wrote:-nocollision just tells the game not to build the collision mesh. Instead it makes it use the actual geometry.
Wait, are you sure about that? For the secret areas in ESM I needed to remove the collision so i just added -nocollision which worked o.O
BountyHunterV

Re: problem

Post by BountyHunterV »

maybe the problem is how i made the .msh.option file....

i mean how exactly do you "make one" for an msh? i just copied another .option file, deleted the contents, and added "-nocollision" inside it...that should work, right?
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: problem

Post by trainmaster611 »

You would have to rename it.

ie, you have a prop object that has collision called train_master_611.msh. Open a new Notepad document and type in the -nocollision line. THen click Save As.

Then, under the "Save as type" drop down bar, select 'All Files'.

Now go back up to the part that says "File Name".

In this bar, you type train_master_611.msh.option and it automatically then makes the train_master_611.msh lose its collision in game. Make sure you save it to the right place though.

So basically, the thing that ties a msh to its msh.option file is having the same name.
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: problem

Post by Caleb1117 »

I prefer to right click, and go to "new" and select "text document", it makes one on the spot, you rename it to your .msh name, then add .option to the end of that, then you open it up and add
-nocollision, and save.
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: problem

Post by Frisbeetarian »

Those should do the same thing, I don't think how he created the file was his problem.
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: problem

Post by Caleb1117 »

I know, just sayin I like to do it that way better. :P
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: problem

Post by Frisbeetarian »

Oh, ok. In that case, he still has a problem.
Post Reply