Added pose
This commit is contained in:
Binary file not shown.
@@ -32,7 +32,7 @@ class CfgVehicles {
|
|||||||
|
|
||||||
slingLoadCargoMemoryPoints[] = {"sling_point_1", "sling_point_2", "towing_point"};
|
slingLoadCargoMemoryPoints[] = {"sling_point_1", "sling_point_2", "towing_point"};
|
||||||
transportSoldier = 0;
|
transportSoldier = 0;
|
||||||
cargoAction[] = {"Mortar_Gunner"};
|
cargoAction[] = {"M119pose"};
|
||||||
getInAction = "GetInMortar";
|
getInAction = "GetInMortar";
|
||||||
getOutAction = "GetOutLow";
|
getOutAction = "GetOutLow";
|
||||||
unitInfoType = "RscUnitInfoMortar";
|
unitInfoType = "RscUnitInfoMortar";
|
||||||
@@ -43,7 +43,7 @@ class CfgVehicles {
|
|||||||
|
|
||||||
class Turrets : Turrets {
|
class Turrets : Turrets {
|
||||||
class MainTurret : MainTurret {
|
class MainTurret : MainTurret {
|
||||||
gunnerAction = "Mortar_Gunner";
|
gunnerAction = "M119pose";
|
||||||
gunnergetInAction = "GetInLow";
|
gunnergetInAction = "GetInLow";
|
||||||
gunnergetOutAction = "GetOutLow";
|
gunnergetOutAction = "GetOutLow";
|
||||||
weapons[] = {QUOTE(TBD_M119_WEAPON)};
|
weapons[] = {QUOTE(TBD_M119_WEAPON)};
|
||||||
|
|||||||
BIN
addons/m119/tbd_m119/animations/m119pose.rtm
Normal file
BIN
addons/m119/tbd_m119/animations/m119pose.rtm
Normal file
Binary file not shown.
32
addons/m119/tbd_m119/cfgMoves.hpp
Normal file
32
addons/m119/tbd_m119/cfgMoves.hpp
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
//class CfgPatches {
|
||||||
|
// class M119pose {
|
||||||
|
// author = "Tvoje_mama";
|
||||||
|
// requiredVersion = 0.1;
|
||||||
|
// requiredAddons[]= {
|
||||||
|
// "A3_Anims_F"
|
||||||
|
// };
|
||||||
|
// units[] = {};
|
||||||
|
// weapons[] = {};
|
||||||
|
// };
|
||||||
|
//};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class CfgMovesBasic {
|
||||||
|
class defaultDie;
|
||||||
|
class ManActions {
|
||||||
|
M119pose = "M119pose";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
class CfgMovesMaleSdr: CfgMovesBasic {
|
||||||
|
skeletonName = "OFP2_ManSkeleton";
|
||||||
|
gestures = "CfgGesturesMale";
|
||||||
|
class States {
|
||||||
|
class Crew;
|
||||||
|
class M119pose: Crew {
|
||||||
|
file = QPATHTOF(TBD_M119\animations\M119pose.rtm);
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
@@ -17,3 +17,4 @@ class Mode_SemiAuto;
|
|||||||
#include "CfgVehicles.hpp"
|
#include "CfgVehicles.hpp"
|
||||||
#include "CfgMagazines.hpp"
|
#include "CfgMagazines.hpp"
|
||||||
#include "CfgAnimationSourceSounds.hpp"
|
#include "CfgAnimationSourceSounds.hpp"
|
||||||
|
#include "CfgMoves.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user