New backpack model from raspu:

* Fixes incorrect positioning
This commit is contained in:
ulteq 2015-06-12 22:14:19 +02:00
parent 5394131fd1
commit fd40c3a947
3 changed files with 32 additions and 0 deletions

View File

@ -102,4 +102,36 @@ class CfgModels {
};
};
};
class ArmaMan: Default {
htMin=60;
htMax=1800;
afMax=30;
mfMax=0;
mFact=1;
tBody=37;
sections[]= {
"osobnost",
"Head_Injury",
"Body_Injury",
"l_leg_injury",
"l_arm_injury",
"r_arm_injury",
"r_leg_injury",
"injury_body",
"injury_legs",
"injury_hands",
"clan",
"clan_sign",
"Camo",
"CamoB",
"Camo1",
"Camo2",
"personality",
"hl",
"injury_head"
};
skeletonName="OFP2_ManSkeleton";
};
class ace_tacticalladder_pack: ArmaMan {
};
};