cool=azroul13 14 Posted May 21, 2014 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
six_ten 208 Posted May 21, 2014 Do you have a Roadway also? Try that. Share this post Link to post Share on other sites
cool=azroul13 14 Posted May 21, 2014 Thanks, it was the solution ! Share this post Link to post Share on other sites