Jump to content
Sign in to follow this  
cool=azroul13

Colision problem in building

Recommended Posts

Hello,

I can't move my character on the roof of my building, he is stuck in the falling animation, but I can land an helicopter on it.

I just add 5 simple lod in O2 + the land contact, geometry and firegeometry lod.

my config:


#define _ARMA_

//ndefs=13
enum {
destructengine = 2,
destructdefault = 6,
destructwreck = 7,
destructtree = 3,
destructtent = 4,
stabilizedinaxisx = 1,
stabilizedinaxesxyz = 4,
stabilizedinaxisy = 2,
stabilizedinaxesboth = 3,
destructno = 0,
stabilizedinaxesnone = 0,
destructman = 5,
destructbuilding = 1
};

//Class structures_f : Dominants\Castle\config.bin{
class CfgPatches
{
class Will_Demilune1
{
	requiredAddons[] = {"A3_Structures_F_Dominants"};
	requiredVersion = 0.1;
	units[] = {"Demi_lune_1"};
	weapons[] = {};
};
};
class CfgVehicles
{
class House;
class House_F: House
{
	class DestructionEffects;
};
class Ruins_F;
class Demi_lune_1: House_F
{
	mapSize = 49.63;
	author = "Cool=Azroul13";
	_generalMacro = "Demi_lune_1";
	scope = 1;
	displayName = "$STR_A3_CfgVehicles_Land_Castle_01_F0";
	model = "\will\demilune1\Demi-lune.p3d";
	vehicleClass = "Structures_Cultural";
	destrType = "DestructNo";
	cost = 20000;
};
};
//};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×