Files
braf/braf_weapons_scopes/Eotech_xps3_g33/eotech_xps3_g33.hpp

147 lines
5.2 KiB
C++

class braf_eotech_exps3: ItemCore
{
author = "AMF Team";
_generalMacro = "braf_eotech_exps3";
scope = 2;
inertia = 0.1;
displayName = "Eotech EXPS3";
picture = "\braf\braf_weapons_scopes\Eotech_xps3_g33\Data\UI\UI_XPS3_BLK.paa";
model = "braf\braf_weapons_scopes\Eotech_xps3_g33\AMF_EXPS3.p3d";
descriptionShort = "Red Dot Aim";
weaponInfoType = "RscWeaponZeroing";
class ItemInfo : InventoryOpticsItem_Base_F
{
mass = 8;
RMBhint = "EOT xps3";
modelOptics = "\A3\Weapons_F\empty";
optics = 1;
class OpticsModes
{
class EoTx
{
opticsID = 1;
useModelOptics = 0;
opticsZoomMin = 0.25;
opticsZoomMax = 1.25;
opticsZoomInit = 0.75;
memoryPointCamera = "eye";
opticsFlare = 0;
opticsDisablePeripherialVision = 0;
distanceZoomMin = 100;
distanceZoomMax = 300;
cameraDir = "";
visionMode[] = {};
opticsPPEffects[] = {};
};
};
};
};
class braf_eotech_exps3_magnifier_up : ItemCore
{
author = "AMF Team";
_generalMacro = "braf_eotech_exps3_magnifier_up";
scope = 2;
inertia = 0.2;
displayName = "Eotech EXPS3 + G33";
picture = "\braf\braf_weapons_scopes\Eotech_xps3_g33\Data\UI\AMF_ELCAN_ui_gear_ca.paa";
model = "\braf\braf_weapons_scopes\Eotech_xps3_g33\AMF_EXPS3_magnifier_up.p3d";
descriptionShort = "Red Dot Aim";
weaponInfoType = "RscWeaponZeroing";
class ItemInfo : InventoryOpticsItem_Base_F
{
mass = 4;
RMBhint = "Advanced Rifle Combat Optics";
modelOptics = "\A3\Weapons_F\empty";
opticType = 1;
optics = 1;
class OpticsModes
{
class g33
{
opticsID = 2;
useModelOptics = 0;
opticsPPEffects[] = {"OpticsCHAbera1", "OpticsBlur1"};
opticsZoomMin = 0.0863;
opticsZoomMax = 0.0863;
opticsZoomInit = 0.0863;
memoryPointCamera = "eye";
opticsFlare = 0;
opticsDisablePeripherialVision = 0;
distanceZoomMin = 300;
distanceZoomMax = 300;
cameraDir = "";
visionMode[] = {};
};
};
};
MRT_SwitchItemNextClass = "braf_eotech_exps3_magnifier_side";
MRT_SwitchItemPrevClass = "braf_eotech_exps3_magnifier_side";
MRT_switchItemHintText = "";
};
class braf_eotech_exps3_magnifier_side : ItemCore
{
author = "AMF Team";
_generalMacro = "braf_eotech_exps3_magnifier_side";
scope = 1;
inertia = 0.2;
displayName = "Eotech EXPS3 + G33";
picture = "\braf\braf_weapons_scopes\newcon_optik\ui\newconmag.paa";
model = "\braf\braf_weapons_scopes\Eotech_xps3_g33\AMF_EXPS3_magnifier_side.p3d";
descriptionShort = "Red Dot Aim";
weaponInfoType = "RscWeaponZeroing";
class ItemInfo : InventoryOpticsItem_Base_F
{
mass = 4;
RMBhint = "Advanced Rifle Combat Optics";
modelOptics = "\A3\Weapons_F\empty";
opticType = 1;
optics = 1;
class OpticsModes
{
class Kolimator
{
opticsID = 1;
useModelOptics = 0;
opticsPPEffects[] = {};
opticsZoomMin = 0.25;
opticsZoomMax = 1.25;
opticsZoomInit = 0.75;
memoryPointCamera = "eye";
opticsFlare = 0;
opticsDisablePeripherialVision = 0;
distanceZoomMin = 100;
distanceZoomMax = 100;
cameraDir = "";
visionMode[] = {};
};
};
};
MRT_SwitchItemNextClass = "braf_eotech_exps3_magnifier_up";
MRT_SwitchItemPrevClass = "braf_eotech_exps3_magnifier_up";
MRT_switchItemHintText = "";
};
class braf_eotech_exp3_tan : braf_eotech_exps3 {
author = "AMF Team";
_generalMacro = "braf_eotech_exp3_tan";
displayName = "Eotech EXPS3 (tan)";
picture = "\braf\braf_weapons_scopes\Eotech_xps3_g33\Data\UI\UI_XPS3_TDF.paa";
model = "braf\braf_weapons_scopes\Eotech_xps3_g33\AMF_EXPS3_tan.p3d";
};
class braf_eotech_exps3_tan_magnifier_up : braf_eotech_exps3_magnifier_up {
author = "AMF Team";
_generalMacro = "braf_eotech_exps3_tan_magnifier_up";
displayName = "Eotech EXPS3 + G33 (tan)";
model = "\braf\braf_weapons_scopes\Eotech_xps3_g33\AMF_EXPS3_magnifier_up_tan.p3d";
MRT_SwitchItemNextClass = "braf_eotech_exps3_tan_magnifier_side";
MRT_SwitchItemPrevClass = "braf_eotech_exps3_tan_magnifier_side";
MRT_switchItemHintText = "";
};
class braf_eotech_exps3_tan_magnifier_side : braf_eotech_exps3_magnifier_side {
author = "AMF Team";
_generalMacro = "braf_eotech_exps3_tan_magnifier_side";
displayName = "Eotech EXPS3 + G33 (tan)";
model = "\braf\braf_weapons_scopes\Eotech_xps3_g33\AMF_EXPS3_magnifier_side_tan.p3d";
MRT_SwitchItemNextClass = "braf_eotech_exps3_tan_magnifier_up";
MRT_SwitchItemPrevClass = "braf_eotech_exps3_tan_magnifier_up";
MRT_switchItemHintText = "";
};