mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Compatibility with newest mikro tools (#5442)
* Compatibility with newest mikro tools - Remove all use of `access` in configs - Add skeleton cfg for rtms - Remove use of `-L` in makePbo for non-bin * Tabs in model.cfg
This commit is contained in:
parent
dec1f5d8b5
commit
accaf9fd01
@ -52,7 +52,6 @@ class ATragMX_RscButton {
|
|||||||
shadow=0;
|
shadow=0;
|
||||||
};
|
};
|
||||||
class ATragMX_RscEdit {
|
class ATragMX_RscEdit {
|
||||||
access=0;
|
|
||||||
type=2;
|
type=2;
|
||||||
style=ST_RIGHT;
|
style=ST_RIGHT;
|
||||||
x=0;
|
x=0;
|
||||||
|
@ -12,7 +12,6 @@ class GVAR(ProgressBar_Dialog) {
|
|||||||
text = "";
|
text = "";
|
||||||
sizeEx = 0;
|
sizeEx = 0;
|
||||||
lineSpacing = 0;
|
lineSpacing = 0;
|
||||||
access = 0;
|
|
||||||
type = 0;
|
type = 0;
|
||||||
style = 0;
|
style = 0;
|
||||||
size = 1;
|
size = 1;
|
||||||
@ -64,7 +63,6 @@ class GVAR(DisableMouse_Dialog) {
|
|||||||
text = "";
|
text = "";
|
||||||
sizeEx = 0;
|
sizeEx = 0;
|
||||||
lineSpacing = 0;
|
lineSpacing = 0;
|
||||||
access = 0;
|
|
||||||
type = 0;
|
type = 0;
|
||||||
style = 0;
|
style = 0;
|
||||||
size = 1;
|
size = 1;
|
||||||
|
@ -45,7 +45,6 @@ class ACE_Rsc_Control_Base {
|
|||||||
idc = 1;
|
idc = 1;
|
||||||
type = 0;
|
type = 0;
|
||||||
style = 48;
|
style = 48;
|
||||||
access = 0;
|
|
||||||
lineSpacing = 0;
|
lineSpacing = 0;
|
||||||
moving = 1;
|
moving = 1;
|
||||||
text = "";
|
text = "";
|
||||||
|
@ -94,7 +94,6 @@ class ACE_gui_backgroundBase {
|
|||||||
};
|
};
|
||||||
class ACE_gui_editBase
|
class ACE_gui_editBase
|
||||||
{
|
{
|
||||||
access = 0;
|
|
||||||
type = 2;
|
type = 2;
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 0;
|
y = 0;
|
||||||
@ -290,7 +289,6 @@ class ACE_gui_listBoxBase : RscListBox{
|
|||||||
|
|
||||||
|
|
||||||
class ACE_gui_listNBox {
|
class ACE_gui_listNBox {
|
||||||
access = 0;
|
|
||||||
type = CT_LISTNBOX;// 102;
|
type = CT_LISTNBOX;// 102;
|
||||||
style =ST_MULTI;
|
style =ST_MULTI;
|
||||||
w = 0.4;
|
w = 0.4;
|
||||||
|
124
addons/fastroping/anim/model.cfg
Normal file
124
addons/fastroping/anim/model.cfg
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
class cfgSkeletons
|
||||||
|
{
|
||||||
|
class OFP2_ManSkeleton
|
||||||
|
{
|
||||||
|
isDiscrete = 0;
|
||||||
|
skeletonInherit = "";
|
||||||
|
SkeletonBones[]=
|
||||||
|
{
|
||||||
|
"Pelvis","",
|
||||||
|
"Spine","Pelvis",
|
||||||
|
"Spine1","Spine",
|
||||||
|
"Spine2","Spine1",
|
||||||
|
"Spine3","Spine2",
|
||||||
|
"camera","Pelvis",// case has changed for arma3
|
||||||
|
"weapon","Spine1",
|
||||||
|
"launcher","Spine1",
|
||||||
|
//Head skeleton in hierarchy
|
||||||
|
"Neck","Spine3",
|
||||||
|
"Neck1","Neck",
|
||||||
|
"Head","Neck1",
|
||||||
|
|
||||||
|
//Left upper side
|
||||||
|
"LeftShoulder","Spine3",
|
||||||
|
"LeftArm","LeftShoulder",
|
||||||
|
"LeftArmRoll","LeftArm",
|
||||||
|
"LeftForeArm","LeftArmRoll",
|
||||||
|
"LeftForeArmRoll","LeftForeArm",
|
||||||
|
"LeftHand","LeftForeArmRoll",
|
||||||
|
"LeftHandRing","LeftHand",
|
||||||
|
"LeftHandRing1","LeftHandRing",
|
||||||
|
"LeftHandRing2","LeftHandRing1",
|
||||||
|
"LeftHandRing3","LeftHandRing2",
|
||||||
|
"LeftHandPinky1","LeftHandRing",
|
||||||
|
"LeftHandPinky2","LeftHandPinky1",
|
||||||
|
"LeftHandPinky3","LeftHandPinky2",
|
||||||
|
"LeftHandMiddle1","LeftHand",
|
||||||
|
"LeftHandMiddle2","LeftHandMiddle1",
|
||||||
|
"LeftHandMiddle3","LeftHandMiddle2",
|
||||||
|
"LeftHandIndex1","LeftHand",
|
||||||
|
"LeftHandIndex2","LeftHandIndex1",
|
||||||
|
"LeftHandIndex3","LeftHandIndex2",
|
||||||
|
"LeftHandThumb1","LeftHand",
|
||||||
|
"LeftHandThumb2","LeftHandThumb1",
|
||||||
|
"LeftHandThumb3","LeftHandThumb2",
|
||||||
|
//Right upper side
|
||||||
|
"RightShoulder","Spine3",
|
||||||
|
"RightArm","RightShoulder",
|
||||||
|
"RightArmRoll","RightArm",
|
||||||
|
"RightForeArm","RightArmRoll",
|
||||||
|
"RightForeArmRoll","RightForeArm",
|
||||||
|
"RightHand","RightForeArmRoll",
|
||||||
|
"RightHandRing","RightHand",
|
||||||
|
"RightHandRing1","RightHandRing",
|
||||||
|
"RightHandRing2","RightHandRing1",
|
||||||
|
"RightHandRing3","RightHandRing2",
|
||||||
|
"RightHandPinky1","RightHandRing",
|
||||||
|
"RightHandPinky2","RightHandPinky1",
|
||||||
|
"RightHandPinky3","RightHandPinky2",
|
||||||
|
"RightHandMiddle1","RightHand",
|
||||||
|
"RightHandMiddle2","RightHandMiddle1",
|
||||||
|
"RightHandMiddle3","RightHandMiddle2",
|
||||||
|
"RightHandIndex1","RightHand",
|
||||||
|
"RightHandIndex2","RightHandIndex1",
|
||||||
|
"RightHandIndex3","RightHandIndex2",
|
||||||
|
"RightHandThumb1","RightHand",
|
||||||
|
"RightHandThumb2","RightHandThumb1",
|
||||||
|
"RightHandThumb3","RightHandThumb2",
|
||||||
|
//Left lower side
|
||||||
|
"LeftUpLeg","Pelvis",
|
||||||
|
"LeftUpLegRoll","LeftUpLeg",
|
||||||
|
"LeftLeg","LeftUpLegRoll",
|
||||||
|
"LeftLegRoll","LeftLeg",
|
||||||
|
"LeftFoot","LeftLegRoll",
|
||||||
|
"LeftToeBase","LeftFoot",
|
||||||
|
//Right lower side
|
||||||
|
"RightUpLeg","Pelvis",
|
||||||
|
"RightUpLegRoll","RightUpLeg",
|
||||||
|
"RightLeg","RightUpLegRoll",
|
||||||
|
"RightLegRoll","RightLeg",
|
||||||
|
"RightFoot","RightLegRoll",
|
||||||
|
"RightToeBase","RightFoot",
|
||||||
|
|
||||||
|
//New facial features arma3 only
|
||||||
|
"Face_Hub","Head",
|
||||||
|
"Face_Jawbone","Face_Hub",
|
||||||
|
"Face_Jowl","Face_Jawbone",
|
||||||
|
"Face_chopRight","Face_Jawbone",
|
||||||
|
"Face_chopLeft","Face_Jawbone",
|
||||||
|
"Face_LipLowerMiddle","Face_Jawbone",
|
||||||
|
"Face_LipLowerLeft","Face_Jawbone",
|
||||||
|
"Face_LipLowerRight","Face_Jawbone",
|
||||||
|
"Face_Chin","Face_Jawbone",
|
||||||
|
"Face_Tongue","Face_Jawbone",
|
||||||
|
"Face_CornerRight","Face_Hub",
|
||||||
|
"Face_CheekSideRight","Face_CornerRight",
|
||||||
|
"Face_CornerLeft","Face_Hub",
|
||||||
|
"Face_CheekSideLeft","Face_CornerLeft",
|
||||||
|
"Face_CheekFrontRight","Face_Hub",
|
||||||
|
"Face_CheekFrontLeft","Face_Hub",
|
||||||
|
"Face_CheekUpperRight","Face_Hub",
|
||||||
|
"Face_CheekUpperLeft","Face_Hub",
|
||||||
|
"Face_LipUpperMiddle","Face_Hub",
|
||||||
|
"Face_LipUpperRight","Face_Hub",
|
||||||
|
"Face_LipUpperLeft","Face_Hub",
|
||||||
|
"Face_NostrilRight","Face_Hub",
|
||||||
|
"Face_NostrilLeft","Face_Hub",
|
||||||
|
"Face_Forehead","Face_Hub",
|
||||||
|
"Face_BrowFrontRight","Face_Forehead",
|
||||||
|
"Face_BrowFrontLeft","Face_Forehead",
|
||||||
|
"Face_BrowMiddle","Face_Forehead",
|
||||||
|
"Face_BrowSideRight","Face_Forehead",
|
||||||
|
"Face_BrowSideLeft","Face_Forehead",
|
||||||
|
"Face_Eyelids","Face_Hub",
|
||||||
|
"Face_EyelidUpperRight","Face_Hub",
|
||||||
|
"Face_EyelidUpperLeft","Face_Hub",
|
||||||
|
"Face_EyelidLowerRight","Face_Hub",
|
||||||
|
"Face_EyelidLowerLeft","Face_Hub",
|
||||||
|
"EyeLeft","Face_Hub",
|
||||||
|
"EyeRight","Face_Hub"
|
||||||
|
};// end of skeleton array
|
||||||
|
// location of pivot points (local axes) for hierarchical animation
|
||||||
|
pivotsModel="Samples_F\TemplateRTM\ManSkeleton_Pivots.p3d";
|
||||||
|
};
|
||||||
|
};
|
124
addons/gestures/anim/model.cfg
Normal file
124
addons/gestures/anim/model.cfg
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
class cfgSkeletons
|
||||||
|
{
|
||||||
|
class OFP2_ManSkeleton
|
||||||
|
{
|
||||||
|
isDiscrete = 0;
|
||||||
|
skeletonInherit = "";
|
||||||
|
SkeletonBones[]=
|
||||||
|
{
|
||||||
|
"Pelvis","",
|
||||||
|
"Spine","Pelvis",
|
||||||
|
"Spine1","Spine",
|
||||||
|
"Spine2","Spine1",
|
||||||
|
"Spine3","Spine2",
|
||||||
|
"camera","Pelvis",// case has changed for arma3
|
||||||
|
"weapon","Spine1",
|
||||||
|
"launcher","Spine1",
|
||||||
|
//Head skeleton in hierarchy
|
||||||
|
"Neck","Spine3",
|
||||||
|
"Neck1","Neck",
|
||||||
|
"Head","Neck1",
|
||||||
|
|
||||||
|
//Left upper side
|
||||||
|
"LeftShoulder","Spine3",
|
||||||
|
"LeftArm","LeftShoulder",
|
||||||
|
"LeftArmRoll","LeftArm",
|
||||||
|
"LeftForeArm","LeftArmRoll",
|
||||||
|
"LeftForeArmRoll","LeftForeArm",
|
||||||
|
"LeftHand","LeftForeArmRoll",
|
||||||
|
"LeftHandRing","LeftHand",
|
||||||
|
"LeftHandRing1","LeftHandRing",
|
||||||
|
"LeftHandRing2","LeftHandRing1",
|
||||||
|
"LeftHandRing3","LeftHandRing2",
|
||||||
|
"LeftHandPinky1","LeftHandRing",
|
||||||
|
"LeftHandPinky2","LeftHandPinky1",
|
||||||
|
"LeftHandPinky3","LeftHandPinky2",
|
||||||
|
"LeftHandMiddle1","LeftHand",
|
||||||
|
"LeftHandMiddle2","LeftHandMiddle1",
|
||||||
|
"LeftHandMiddle3","LeftHandMiddle2",
|
||||||
|
"LeftHandIndex1","LeftHand",
|
||||||
|
"LeftHandIndex2","LeftHandIndex1",
|
||||||
|
"LeftHandIndex3","LeftHandIndex2",
|
||||||
|
"LeftHandThumb1","LeftHand",
|
||||||
|
"LeftHandThumb2","LeftHandThumb1",
|
||||||
|
"LeftHandThumb3","LeftHandThumb2",
|
||||||
|
//Right upper side
|
||||||
|
"RightShoulder","Spine3",
|
||||||
|
"RightArm","RightShoulder",
|
||||||
|
"RightArmRoll","RightArm",
|
||||||
|
"RightForeArm","RightArmRoll",
|
||||||
|
"RightForeArmRoll","RightForeArm",
|
||||||
|
"RightHand","RightForeArmRoll",
|
||||||
|
"RightHandRing","RightHand",
|
||||||
|
"RightHandRing1","RightHandRing",
|
||||||
|
"RightHandRing2","RightHandRing1",
|
||||||
|
"RightHandRing3","RightHandRing2",
|
||||||
|
"RightHandPinky1","RightHandRing",
|
||||||
|
"RightHandPinky2","RightHandPinky1",
|
||||||
|
"RightHandPinky3","RightHandPinky2",
|
||||||
|
"RightHandMiddle1","RightHand",
|
||||||
|
"RightHandMiddle2","RightHandMiddle1",
|
||||||
|
"RightHandMiddle3","RightHandMiddle2",
|
||||||
|
"RightHandIndex1","RightHand",
|
||||||
|
"RightHandIndex2","RightHandIndex1",
|
||||||
|
"RightHandIndex3","RightHandIndex2",
|
||||||
|
"RightHandThumb1","RightHand",
|
||||||
|
"RightHandThumb2","RightHandThumb1",
|
||||||
|
"RightHandThumb3","RightHandThumb2",
|
||||||
|
//Left lower side
|
||||||
|
"LeftUpLeg","Pelvis",
|
||||||
|
"LeftUpLegRoll","LeftUpLeg",
|
||||||
|
"LeftLeg","LeftUpLegRoll",
|
||||||
|
"LeftLegRoll","LeftLeg",
|
||||||
|
"LeftFoot","LeftLegRoll",
|
||||||
|
"LeftToeBase","LeftFoot",
|
||||||
|
//Right lower side
|
||||||
|
"RightUpLeg","Pelvis",
|
||||||
|
"RightUpLegRoll","RightUpLeg",
|
||||||
|
"RightLeg","RightUpLegRoll",
|
||||||
|
"RightLegRoll","RightLeg",
|
||||||
|
"RightFoot","RightLegRoll",
|
||||||
|
"RightToeBase","RightFoot",
|
||||||
|
|
||||||
|
//New facial features arma3 only
|
||||||
|
"Face_Hub","Head",
|
||||||
|
"Face_Jawbone","Face_Hub",
|
||||||
|
"Face_Jowl","Face_Jawbone",
|
||||||
|
"Face_chopRight","Face_Jawbone",
|
||||||
|
"Face_chopLeft","Face_Jawbone",
|
||||||
|
"Face_LipLowerMiddle","Face_Jawbone",
|
||||||
|
"Face_LipLowerLeft","Face_Jawbone",
|
||||||
|
"Face_LipLowerRight","Face_Jawbone",
|
||||||
|
"Face_Chin","Face_Jawbone",
|
||||||
|
"Face_Tongue","Face_Jawbone",
|
||||||
|
"Face_CornerRight","Face_Hub",
|
||||||
|
"Face_CheekSideRight","Face_CornerRight",
|
||||||
|
"Face_CornerLeft","Face_Hub",
|
||||||
|
"Face_CheekSideLeft","Face_CornerLeft",
|
||||||
|
"Face_CheekFrontRight","Face_Hub",
|
||||||
|
"Face_CheekFrontLeft","Face_Hub",
|
||||||
|
"Face_CheekUpperRight","Face_Hub",
|
||||||
|
"Face_CheekUpperLeft","Face_Hub",
|
||||||
|
"Face_LipUpperMiddle","Face_Hub",
|
||||||
|
"Face_LipUpperRight","Face_Hub",
|
||||||
|
"Face_LipUpperLeft","Face_Hub",
|
||||||
|
"Face_NostrilRight","Face_Hub",
|
||||||
|
"Face_NostrilLeft","Face_Hub",
|
||||||
|
"Face_Forehead","Face_Hub",
|
||||||
|
"Face_BrowFrontRight","Face_Forehead",
|
||||||
|
"Face_BrowFrontLeft","Face_Forehead",
|
||||||
|
"Face_BrowMiddle","Face_Forehead",
|
||||||
|
"Face_BrowSideRight","Face_Forehead",
|
||||||
|
"Face_BrowSideLeft","Face_Forehead",
|
||||||
|
"Face_Eyelids","Face_Hub",
|
||||||
|
"Face_EyelidUpperRight","Face_Hub",
|
||||||
|
"Face_EyelidUpperLeft","Face_Hub",
|
||||||
|
"Face_EyelidLowerRight","Face_Hub",
|
||||||
|
"Face_EyelidLowerLeft","Face_Hub",
|
||||||
|
"EyeLeft","Face_Hub",
|
||||||
|
"EyeRight","Face_Hub"
|
||||||
|
};// end of skeleton array
|
||||||
|
// location of pivot points (local axes) for hierarchical animation
|
||||||
|
pivotsModel="Samples_F\TemplateRTM\ManSkeleton_Pivots.p3d";
|
||||||
|
};
|
||||||
|
};
|
@ -7,7 +7,6 @@
|
|||||||
////////////////
|
////////////////
|
||||||
|
|
||||||
class RscPicture {
|
class RscPicture {
|
||||||
access = 0;
|
|
||||||
idc = -1;
|
idc = -1;
|
||||||
type = CT_STATIC;
|
type = CT_STATIC;
|
||||||
style = ST_PICTURE;
|
style = ST_PICTURE;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
class GVAR(cursorMenu) {
|
class GVAR(cursorMenu) {
|
||||||
idd = 91919;
|
idd = 91919;
|
||||||
access = 0;
|
|
||||||
movingEnable = 0;
|
movingEnable = 0;
|
||||||
enableSimulation = 1;
|
enableSimulation = 1;
|
||||||
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(dlgCursorMenu)),_this select 0)]; uiNamespace setVariable [ARR_2(QUOTE(QGVAR(cursorMenuOpened)),true)]);
|
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(dlgCursorMenu)),_this select 0)]; uiNamespace setVariable [ARR_2(QUOTE(QGVAR(cursorMenuOpened)),true)]);
|
||||||
@ -25,7 +24,6 @@ class RscTitles {
|
|||||||
text = "";
|
text = "";
|
||||||
sizeEx = 0;
|
sizeEx = 0;
|
||||||
lineSpacing = 0;
|
lineSpacing = 0;
|
||||||
access = 0;
|
|
||||||
type = 0;
|
type = 0;
|
||||||
style = 0;
|
style = 0;
|
||||||
size = 1;
|
size = 1;
|
||||||
|
@ -8,7 +8,6 @@ class ACE_Interaction_Button_Base {
|
|||||||
action = "";
|
action = "";
|
||||||
|
|
||||||
idc = -1;
|
idc = -1;
|
||||||
access = 0;
|
|
||||||
type = 1;
|
type = 1;
|
||||||
text = "";
|
text = "";
|
||||||
font = "RobotoCondensed";
|
font = "RobotoCondensed";
|
||||||
|
@ -1277,7 +1277,7 @@ See the make.cfg file for additional build options.
|
|||||||
|
|
||||||
if os.path.isfile(nobinFilePath):
|
if os.path.isfile(nobinFilePath):
|
||||||
print_green("$NOBIN$ Found. Proceeding with non-binarizing!")
|
print_green("$NOBIN$ Found. Proceeding with non-binarizing!")
|
||||||
cmd = [makepboTool, "-P","-A","-L","-G","-X=*.backup", os.path.join(work_drive, prefix, module),os.path.join(module_root, release_dir, project,"addons")]
|
cmd = [makepboTool, "-P","-A","-G","-X=*.backup", os.path.join(work_drive, prefix, module),os.path.join(module_root, release_dir, project,"addons")]
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if check_external:
|
if check_external:
|
||||||
|
Loading…
Reference in New Issue
Block a user