[SOLVED]Removing collision

Started by Snake, May 11, 2012, 05:37:50 PM

Previous topic - Next topic
May 11, 2012, 05:37:50 PM Last Edit: May 11, 2012, 06:26:53 PM by SnΛke
What line removes collision from an object (if thats possible) logically I'd think -nocollision would do it but it doesn't. Any ideas?
=AaTc= Forever

SALLY....

-Retired Modder

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...
Beauty is, the way to perfection.

Glory to Ukraine!  :mf:

awesome, thanks Sereja!
=AaTc= Forever

SALLY....

-Retired Modder