SWBFGamers

Modding for the Original SWBF1 and SWBF2 => SWBF1 Modding => Topic started by: Snake on May 11, 2012, 05:37:50 PM

Title: [SOLVED]Removing collision
Post by: Snake on May 11, 2012, 05:37:50 PM
What line removes collision from an object (if thats possible) logically I'd think -nocollision would do it but it doesn't. Any ideas?
Title: Re: [HELP]Removing collision
Post by: Sereja on May 11, 2012, 05:54:10 PM
I found this problem, when I try convert Polis Massa map. You have to chenge "prop" to "armedbuilding", and add some line, like this:
[GameObjectClass]      

ClassLabel      =   "armedbuilding"
GeometryName   =   "Pol_bldg_health_dock.msh"

[Properties]      

GeometryName   =   "Pol_bldg_health_dock"
OrdnanceCollision =   "none"
VehicleCollision = "none"
SoldierCollision = "none"

VehicleCollision = "CLEAR"
SoldierCollision = "CLEAR"
FoleyFXGroup    = "metal_foley"

Some of this lines not needed, but I was bored, to figure out which one...
Title: Re: [SOLVED]Removing collision
Post by: Snake on May 11, 2012, 06:27:23 PM
awesome, thanks Sereja!
EhPortal 1.34 © 2024, WebDev