Soldier collision gone from one munge to another
Moderator: Moderators
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Soldier collision gone from one munge to another
well yes, i made some tunnels an each has a sepereate collision for soldiers and one for ordnance, when i munged them the first time both collisions worked properly, then i sat two lights in ZE (no changes on the mshs, odf s,tgas or anything), munged and the soldiercollision is gone now but the ordnance collision still works.
i deleted the munged file for the meshes and munged again but its till the same
does somebody know how to get the collision back?
i deleted the munged file for the meshes and munged again but its till the same
does somebody know how to get the collision back?
- The Nasal Abyss
- 1st Lieutenant

- Posts: 428
- Joined: Sun Sep 14, 2008 12:55 pm
- Projects :: Currently Working on an Indie Game
- xbox live or psn: Stm: Tight Verbage
Re: soldier collision gone from one munge to another
I'd say try to remove the lights and re-munge. If the collision works as it is supposed to, try placing the lights again.
Maybe even try re-exporting the object.
Maybe even try re-exporting the object.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: soldier collision gone from one munge to another
i reexported the models, removed the lights and tried giving a msh.option with "donotmergecollisions" but nothing works
edit: -keepcollision and writing the soldiercollision in the odf also doent help
edit: -keepcollision and writing the soldiercollision in the odf also doent help
-
VF501
- Lieutenant Colonel

- Posts: 539
- Joined: Fri Jun 08, 2007 1:18 am
- Projects :: Various Stuff- Weapon models. UDK Stuff
- xbox live or psn: Vintage Tagious
- Location: Terra Firma, Sol System; Milky Way
Re: soldier collision gone from one munge to another
Just make one collision mesh and name the mesh "collision_-so-tunnelnamehere" in XSI, then export it. The "so" flags it for soldier(soft) and ordnance collision.
Then clean, munge and run it again.
Then clean, munge and run it again.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Soldier collision gone from one munge to another
do you think it makes a difference?
i have for every part a collision_-s-bla and a colision_-o-bla, both worked in the first munge but now the collision_-s-bla doesnt work anymore
i have for every part a collision_-s-bla and a colision_-o-bla, both worked in the first munge but now the collision_-s-bla doesnt work anymore
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Soldier collision gone from one munge to another
Just for fun, what if you were to pull out the -o- collision from the model (just slide it up to the scene root) and see if your -s- collision works by itself.
you could also try naming the two collisions to just collision1 and collision2 (or even collision_sol collision_ord or something) then stating in the odf which is for which. I know you tried it with the current names I'm just suggesting to try without the qualifiers of -s- and -o-
you could also try naming the two collisions to just collision1 and collision2 (or even collision_sol collision_ord or something) then stating in the odf which is for which. I know you tried it with the current names I'm just suggesting to try without the qualifiers of -s- and -o-
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Soldier collision gone from one munge to another
the soldiercollision works when i remove the ordnancecollision, but as soon as i create any other model called collision(+anything) it gets overridden again
the collisionlines in the odf are overridden by the ones in the msh
i tried attaching an odf with the collision as seperate model to the tunnels - that didnt work
i tried placing that odfs with the seperate collisionmodels on the same spot as the tunnelsvia snapping that didnt work either
one hour spent for absolutely nothing- ist so frustrating >.<
the collisionlines in the odf are overridden by the ones in the msh
i tried attaching an odf with the collision as seperate model to the tunnels - that didnt work
i tried placing that odfs with the seperate collisionmodels on the same spot as the tunnelsvia snapping that didnt work either
one hour spent for absolutely nothing- ist so frustrating >.<
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Soldier collision gone from one munge to another
I am assuming the collision meshes are different shapes, if so then what do you see if you run bfmodtool and turn on the collision renders and go to freecam, are the two different shown?
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Soldier collision gone from one munge to another
what was the comand again? 
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Soldier collision gone from one munge to another
they are just in fakeconsole , render soft render ord etc but you have to be in freecam to see the pretty pink and green wireframes
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Soldier collision gone from one munge to another
You could just give the tunnel object normal collision then create a separate invisible collision object for the walkway(I assume you don't want soldiers sliding off the floor cylinders) and use the OrdnanceCollision = "none" property in the walkway collision odf but don't attach it, just place it in ZE like any other object, Pandemic did this with several objects for their levels. For the odf collision code have a look at the hangar shield odfs for reference.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Soldier collision gone from one munge to another
Did you add the line -donotmergecollision to your .msh.option in the middle? If you have two collision_-etc meshes and do not allow the game to merge them, it'll only use one (because you're only allowed to have one specifically-designated collision mesh in addition to primitives). If these are all p_ collisions, then ignore me.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Soldier collision gone from one munge to another
@maveritchell: this line is just necessary when vm messes the collision up, the -svbot- indicators are enough to tell battlefront not to merge the collisions (not just for primitives)
