removing collision

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
squipple
1st Lieutenant
1st Lieutenant
Posts: 420
Joined: Tue Jun 28, 2005 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

removing collision

Post by squipple »

I've spent over an hour looking for how to remove collision from an object.
Yavin's bushes (yav_prop_bush) have no collision, and the odf doesn't have a GeometryName parameter, so I thought it was that. But if I remove that parameter, the object just doesn't show up.
I thought maybe it had something to do with a line similar to
SoldierCollision = "CollisionMesh"
but I can't find any threads or documentation on that. Any ideas?
User avatar
squipple
1st Lieutenant
1st Lieutenant
Posts: 420
Joined: Tue Jun 28, 2005 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Post by squipple »

Finally found the answer to this in this thread

It's also in the docs in misc_documentation.doc :oops:

make an option file and use the -nocollision switch.
OGEB1103

Post by OGEB1103 »

lol, i was about to say that :P
User avatar
Epena
Old School Staff
Posts: 1176
Joined: Fri Oct 21, 2005 2:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Epena »

Yay, you fixed it! Congrats, Squip. :D

Seems like the docs are a great place to look. :P

BTW, how'd that glow test go?
User avatar
squipple
1st Lieutenant
1st Lieutenant
Posts: 420
Joined: Tue Jun 28, 2005 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Post by squipple »

The glow test hasn't been performed yet. Still trying to work out this texture glitch. One positive is that I got the glitch off of one object, but I didn't do anything different to make it go away, so I'm not sure why it went away.
It will be done soon though, as I'm approaching the need for glow as well..or at least illuminated surfaces.
User avatar
Epena
Old School Staff
Posts: 1176
Joined: Fri Oct 21, 2005 2:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Epena »

Not sure, but this might help you with your little issue.

http://www.gametoast.com/index.php?name ... pic&t=5023

You've prolly seen it already, but you never know...
User avatar
squipple
1st Lieutenant
1st Lieutenant
Posts: 420
Joined: Tue Jun 28, 2005 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Post by squipple »

Hadn't seen that particular thread, but the texturing within XSI is fine, I can get everything looking ducky there. It also looks great in ZE. Just when I munge, it makes those glitches. I thought it was a memory issue with having too large of an object or having too many textures on an object, but I split the object apart and still have glitches. My next thought is to try cubic mapping on one of my objects instead of unique UVs. Out of the 30+ new models in my map, only 3 of them have these glitches, and all three are large objects (two are rooms, the other is a hallway). I have other objects that are larger and have no problems at all.
Post Reply