mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
New backpack model from raspu:
* Fixes incorrect positioning
This commit is contained in:
parent
5394131fd1
commit
fd40c3a947
Binary file not shown.
Binary file not shown.
@ -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 {
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user