This commit is the equivalent of a atomic bomb
This commit is contained in:
BIN
braf_characters_aviation/Flighthelmets/Alpha200_Helmet.p3d
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/Alpha200_Helmet.p3d
LFS
Normal file
Binary file not shown.
79
braf_characters_aviation/Flighthelmets/Alpha200_Weap.hpp
Normal file
79
braf_characters_aviation/Flighthelmets/Alpha200_Weap.hpp
Normal file
@@ -0,0 +1,79 @@
|
||||
class braf_Alpha200_ItemInfo : HeadGearItem {
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo1"
|
||||
};
|
||||
mass=30;
|
||||
uniformModel="braf\braf_characters_aviation\Flighthelmets\Alpha200_helmet.p3d";
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
//---------------------------------Alpha200_Helmets-----------------------------------
|
||||
class BRAF_Alpha200_Pilot: H_HelmetB {
|
||||
scope=2;
|
||||
scopeCurator=2;
|
||||
author="BRAF Team";
|
||||
_generalMacro="BRAF_Alpha200_Pilot";
|
||||
ace_hearing_protection = 0.70;
|
||||
ace_hearing_lowerVolume = 0.60;
|
||||
displayName="Alpha 200 Helmet Pilot";
|
||||
picture="braf\braf_characters_aviation\Flighthelmets\data\ui\alpha200_PILOT.paa";
|
||||
model="braf\braf_characters_aviation\Flighthelmets\Alpha200_helmet.p3d";
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo1"
|
||||
};
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_co.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot.rvmat"
|
||||
};
|
||||
class ItemInfo: braf_Alpha200_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_co.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot.rvmat"
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha200_Mec: BRAF_Alpha200_Pilot
|
||||
{
|
||||
_generalMacro="BRAF_Alpha200_Mec";
|
||||
displayName="Alpha 200 Helmet Flight Mechanic";
|
||||
picture="braf\braf_characters_aviation\Flighthelmets\data\ui\alpha200_FIEL.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Mec\Alpha200_Mec_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Mec\Alpha200_Mec.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha200_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Mec\Alpha200_Mec_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Mec\Alpha200_Mec.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/Alpha900_Helmet_down.p3d
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/Alpha900_Helmet_down.p3d
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/Alpha900_Helmet_up.p3d
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/Alpha900_Helmet_up.p3d
LFS
Normal file
Binary file not shown.
471
braf_characters_aviation/Flighthelmets/Alpha900_Weap.hpp
Normal file
471
braf_characters_aviation/Flighthelmets/Alpha900_Weap.hpp
Normal file
@@ -0,0 +1,471 @@
|
||||
class braf_Alpha900_Down_ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo1",
|
||||
};
|
||||
mass=30;
|
||||
uniformModel="braf\braf_characters_aviation\Flighthelmets\Alpha900_helmet_down.p3d";
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
class braf_Alpha900_Up_ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo1",
|
||||
};
|
||||
mass=30;
|
||||
uniformModel="braf\braf_characters_aviation\Flighthelmets\Alpha900_helmet_up.p3d";
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
//---------------------------------Alpha900_Helmets-----------------------------------
|
||||
class BRAF_Alpha900_Pilot_Down: H_HelmetB
|
||||
{
|
||||
scope=2;
|
||||
scopeCurator=2;
|
||||
author="BRAF Team";
|
||||
_generalMacro="BRAF_Alpha900_Pilot 'Visor Down' ";
|
||||
ace_hearing_protection = 0.70;
|
||||
ace_hearing_lowerVolume = 0.60;
|
||||
displayName="Alpha 900 Helmet Navy Pilot 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\alpha900_PILOT_visor_down.paa";
|
||||
model="braf\braf_characters_aviation\Flighthelmets\Alpha900_helmet_down.p3d";
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo1"
|
||||
};
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Piloto_co.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Piloto.rvmat"
|
||||
};
|
||||
class ItemInfo: braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Piloto_co.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Piloto.rvmat"
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Pilot_Up: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Pilot 'Visor Up' ";
|
||||
displayName="Alpha 900 Helmet Navy Pilot 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\alpha900_PILOT_visor_up.paa";
|
||||
model="braf\braf_characters_aviation\Flighthelmets\Alpha900_helmet_up.p3d";
|
||||
class ItemInfo: braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Piloto_co.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Piloto.rvmat"
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Mec_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Mec_Down";
|
||||
displayName="Alpha 900 Helmet Flight Mechanic 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_fiel.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Mec_Up: BRAF_Alpha900_Mec_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Mec_Up";
|
||||
displayName="Alpha 900 Helmet Flight Mechanic 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_fiel.paa";
|
||||
model="braf\braf_characters_aviation\Flighthelmets\Alpha900_helmet_up.p3d";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_White_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_White";
|
||||
displayName="Alpha 900 Helmet White 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_White.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_White_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_White_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_White_Up: BRAF_Alpha900_White_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_White_Up";
|
||||
displayName="Alpha 900 Helmet White 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_White.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_White_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Gray_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Gray";
|
||||
displayName="Alpha 900 Helmet Gray 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Gray.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Gray_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Gray_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Gray_Up: BRAF_Alpha900_Gray_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Gray_Up";
|
||||
displayName="Alpha 900 Helmet Gray 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Gray.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Gray_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Black_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Black";
|
||||
displayName="Alpha 900 Helmet Black 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Black.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Black_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Black_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Black_Up: BRAF_Alpha900_Black_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Black_Up";
|
||||
displayName="Alpha 900 Helmet Black 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Black.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Black_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Blue_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Blue";
|
||||
displayName="Alpha 900 Helmet Blue 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Blue.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Blue_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Blue_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Blue_Up: BRAF_Alpha900_Blue_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Blue_Up";
|
||||
displayName="Alpha 900 Helmet Blue 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Blue.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Blue_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Olive_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Olive";
|
||||
displayName="Alpha 900 Helmet Olive 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Olive.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Olive_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Olive_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Olive_Up: BRAF_Alpha900_Olive_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Olive_Up";
|
||||
displayName="Alpha 900 Helmet Olive 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Olive.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Olive_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Red_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Red";
|
||||
displayName="Alpha 900 Helmet Red 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Red.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Red_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Red_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Red_Up: BRAF_Alpha900_Red_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Red_Up";
|
||||
displayName="Alpha 900 Helmet Red 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Red.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Red_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Orange_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Orange";
|
||||
displayName="Alpha 900 Helmet Orange 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Orange.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Orange_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Orange_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Orange_Up: BRAF_Alpha900_Orange_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Orange_Up";
|
||||
displayName="Alpha 900 Helmet Orange 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Orange.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Orange_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Yellow_Down: BRAF_Alpha900_Pilot_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Yellow";
|
||||
displayName="Alpha 900 Helmet Yellow 'Visor Down' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Yellow.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Yellow_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
class ItemInfo : braf_Alpha900_Down_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Yellow_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Alpha900_Yellow_Up: BRAF_Alpha900_Yellow_Down
|
||||
{
|
||||
_generalMacro="BRAF_Alpha900_Yellow_Up";
|
||||
displayName="Alpha 900 Helmet Yellow 'Visor Up' ";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\Alpha900_Yellow.paa";
|
||||
class ItemInfo : braf_Alpha900_Up_ItemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_Yellow_co.paa",
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_colors.rvmat",
|
||||
};
|
||||
};
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/HGU55P_Helmet.p3d
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/HGU55P_Helmet.p3d
LFS
Normal file
Binary file not shown.
150
braf_characters_aviation/Flighthelmets/HGU55P_Weap.hpp
Normal file
150
braf_characters_aviation/Flighthelmets/HGU55P_Weap.hpp
Normal file
@@ -0,0 +1,150 @@
|
||||
class BRAF_HGU55P_itemInfo : HeadGearItem {
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo",
|
||||
"casco"
|
||||
};
|
||||
mass=30;
|
||||
uniformModel="braf\braf_characters_aviation\Flighthelmets\HGU55P_Helmet.p3d";
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
//---------------------------------HGU55P_Helmets-------------------------------------
|
||||
class BRAF_HGU55P: H_HelmetB
|
||||
{
|
||||
scope=2;
|
||||
scopeCurator=2;
|
||||
author="BRAF Team";
|
||||
_generalMacro="BRAF_HGU55P";
|
||||
ace_hearing_protection = 0.70;
|
||||
ace_hearing_lowerVolume = 0.60;
|
||||
displayName="HGU55P Helmet Gray";
|
||||
picture="\braf\braf_characters_aviation\Flighthelmets\data\ui\hgu55_grey_ui.paa";
|
||||
model="braf\braf_characters_aviation\Flighthelmets\HGU55P_Helmet.p3d";
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo",
|
||||
"casco"
|
||||
};
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_gray_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_gray_co.paa"
|
||||
};
|
||||
class ItemInfo : BRAF_HGU55P_itemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_gray_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_gray_co.paa"
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU55P_White: BRAF_HGU55P
|
||||
{
|
||||
_generalMacro="BRAF_HGU55P_White";
|
||||
displayName="HGU55P Helmet White";
|
||||
//picture="braf\braf_characters_aviation\Flighthelmets\data\ui\hgu55_White_ui.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_White_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_White_co.paa"
|
||||
};
|
||||
class ItemInfo : BRAF_HGU55P_itemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_black_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_White_co.paa"
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU55P_EDA: BRAF_HGU55P
|
||||
{
|
||||
_generalMacro="BRAF_HGU55P_EDA";
|
||||
displayName="HGU55P Helmet EDA";
|
||||
picture="\braf\braf_characters_aviation\Flighthelmets\data\ui\hgu55_eda_ui.paa";
|
||||
hiddenSelections[]=
|
||||
{
|
||||
"camo",
|
||||
"casco",
|
||||
"chrome",
|
||||
"visor"
|
||||
};
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_Visor_ca.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_Chrome.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_Visor.rvmat"
|
||||
};
|
||||
class ItemInfo : BRAF_HGU55P_itemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_Visor_ca.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_Chrome.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_Visor.rvmat"
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU55P_GAVCA: BRAF_HGU55P_EDA
|
||||
{
|
||||
_generalMacro="BRAF_HGU55P_GAVCA";
|
||||
displayName="HGU55P Helmet V-Day";
|
||||
picture="\braf\braf_characters_aviation\Flighthelmets\data\ui\hgu55_gavca_ui.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_GAVCA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_GAVCA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_GAVCA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_visor_ca.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_Chrome.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_Visor.rvmat"
|
||||
};
|
||||
class ItemInfo : BRAF_HGU55P_itemInfo
|
||||
{
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_GAVCA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_GAVCA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_GAVCA_co.paa",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_visor_ca.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_Chrome.rvmat",
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_Visor.rvmat"
|
||||
};
|
||||
};
|
||||
};
|
||||
302
braf_characters_aviation/Flighthelmets/HGU56P_Weap.hpp
Normal file
302
braf_characters_aviation/Flighthelmets/HGU56P_Weap.hpp
Normal file
@@ -0,0 +1,302 @@
|
||||
//---------------------------HGU56P----------------------------
|
||||
class BRAF_HGU56P_1BAvEx: H_HelmetB
|
||||
{
|
||||
scope=2;
|
||||
scopeCurator=2;
|
||||
author="BRAF Team";
|
||||
_generalMacro="BRAF_HGU56P_1BAvEx";
|
||||
ace_hearing_protection = 0.70;
|
||||
ace_hearing_lowerVolume = 0.60;
|
||||
displayName="$STR_HGU_56P_1BAVEX";
|
||||
picture="\A3\Characters_F\data\ui\icon_H_Pilot_Helmet_Heli_OI_CA.paa";
|
||||
model="A3\Characters_F\Common\headgear_helmet_heli";
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_1bavex_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
mass=30;
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli";
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_1bavex_co.paa"};
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_2BAvEx: BRAF_HGU56P_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_2BAvEx";
|
||||
displayName="$STR_HGU_56P_2BAVEX";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_2bavex_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_2bavex_co.paa"};
|
||||
mass=30;
|
||||
modelSides[]={1,2,3};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli";
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_3BAvEx: BRAF_HGU56P_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_3BAvEx";
|
||||
displayName="$STR_HGU_56P_3BAVEX";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_3bavex_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_3bavex_co.paa"};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli";
|
||||
mass=30;
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_4BAvEx: BRAF_HGU56P_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_4BAvEx";
|
||||
displayName="$STR_HGU_56P_4BAVEX";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_4bavex_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_4bavex_co.paa"};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli";
|
||||
mass=30;
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_Olive: BRAF_HGU56P_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56_Olive";
|
||||
displayName="$STR_HGU_56P_OLIVE";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_olive_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_olive_co.paa"};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli";
|
||||
mass=30;
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_Crew_1BAvEx: BRAF_HGU56P_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_Crew_1BAvEx";
|
||||
displayName="$STR_HGU_56P_CREW_1BAVEX";
|
||||
ace_hearing_protection = 0.70;
|
||||
ace_hearing_lowerVolume = 0.60;
|
||||
picture="\A3\Characters_F\data\ui\icon_H_Crew_Helmet_Heli_B_CA.paa";
|
||||
model="A3\Characters_F\Common\headgear_helmet_heli_shield.p3d";
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_1bavex_co.paa"
|
||||
};
|
||||
mass=50;
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli_shield";
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
class Face
|
||||
{
|
||||
hitpointName="HitFace";
|
||||
armor=4;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_Crew_2BAvEx: BRAF_HGU56P_Crew_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_Crew_2BAvEx";
|
||||
displayName="$STR_HGU_56P_CREW_2BAVEX";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_2bavex_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_2bavex_co.paa"};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli_shield";
|
||||
mass=50;
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
class Face
|
||||
{
|
||||
hitpointName="HitFace";
|
||||
armor=4;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_Crew_3BAvEx: BRAF_HGU56P_Crew_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_Crew_3BAvEx";
|
||||
displayName="$STR_HGU_56P_CREW_3BAVEX";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_3bavex_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_3bavex_co.paa"};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli_shield";
|
||||
mass=50;
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
class Face
|
||||
{
|
||||
hitpointName="HitFace";
|
||||
armor=4;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_Crew_4BAvEx: BRAF_HGU56P_Crew_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_Crew_4BAvEx";
|
||||
displayName="$STR_HGU_56P_CREW_4BAVEX";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_4bavex_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_4bavex_co.paa"};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli_shield";
|
||||
mass=50;
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
class Face
|
||||
{
|
||||
hitpointName="HitFace";
|
||||
armor=4;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HGU56P_Crew_Olive: BRAF_HGU56P_Crew_1BAvEx
|
||||
{
|
||||
_generalMacro="BRAF_HGU56P_Crew_olive";
|
||||
displayName="$STR_HGU_56P_CREW_OLIVE";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_olive_co.paa"
|
||||
};
|
||||
class ItemInfo : HeadGearItem
|
||||
{
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"braf\braf_characters_aviation\Flighthelmets\data\HGU56\HGU_olive_co.paa"};
|
||||
uniformModel="A3\Characters_F\Common\headgear_helmet_heli_shield";
|
||||
mass=50;
|
||||
modelSides[]={1,2,3};
|
||||
class HitpointsProtectionInfo
|
||||
{
|
||||
class Head
|
||||
{
|
||||
hitpointName="HitHead";
|
||||
armor=6;
|
||||
passThrough=0.5;
|
||||
};
|
||||
class Face
|
||||
{
|
||||
hitpointName="HitFace";
|
||||
armor=4;
|
||||
passThrough=0.5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,89 @@
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_camo_ti_ca.paa";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=78;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Mec\Alpha200_Mec_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Mec\Alpha200_Mec_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Mec/Alpha200_Mec_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Mec/Alpha200_Mec_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Mec/Alpha200_Mec_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Mec/Alpha200_Mec_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Mec/Alpha200_Mec_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Mec/Alpha200_Mec_smdi.paa
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,82 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={0.5,0.5,0.5,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,0};
|
||||
specular[]={0.89999998,0.89999998,0.89999998,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_chrome_co.paa";
|
||||
uvSource="none";
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_camo_ti_ca.paa";
|
||||
};
|
||||
@@ -0,0 +1,89 @@
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_camo_ti_ca.paa";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=78;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_Pilot_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Pilot/Alpha200_Pilot_as.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Pilot/Alpha200_Pilot_as.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Pilot/Alpha200_Pilot_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Pilot/Alpha200_Pilot_co.paa
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,101 @@
|
||||
class StageTI
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0)";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,0};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={1,1,1,0};
|
||||
specularPower=1000;
|
||||
renderFlags[]=
|
||||
{
|
||||
"NoZWrite"
|
||||
};
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,1,1,NOHQ)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="#(argb,8,8,3)color(1,1,1,1,AS)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha200\Pilot\Alpha200_visor_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,32,128,1)fresnel(2,0.81)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
useWorldEnvMap="true";
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Pilot/Alpha200_visor_ca.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha200/Pilot/Alpha200_visor_ca.paa
LFS
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,90 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_piloto_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_piloto_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
//texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_ti_ca.paa";
|
||||
};
|
||||
@@ -0,0 +1,90 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\Alpha900_fiel_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
//texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_ti_ca.paa";
|
||||
};
|
||||
@@ -0,0 +1,82 @@
|
||||
class StageTI
|
||||
{
|
||||
//texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_ti_ca.paa";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={0.5,0.5,0.5,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,0};
|
||||
specular[]={0.89999998,0.89999998,0.89999998,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_chrome_co.paa";
|
||||
uvSource="none";
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_as.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_as.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_black_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_black_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_blue_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_blue_co.paa
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,90 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
//texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_ti_ca.paa";
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_fiel_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_fiel_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_fiel_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_fiel_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_fiel_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_fiel_smdi.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_gray_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_gray_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_olive_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_olive_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_orange_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_orange_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_piloto_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_piloto_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_piloto_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_piloto_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_piloto_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_piloto_smdi.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_red_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_red_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_smdi.paa
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,97 @@
|
||||
class StageTI
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0)";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,0};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={1,1,1,0};
|
||||
specularPower=5000;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,1,1,NOHQ)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="#(argb,8,8,3)color(1,1,1,1,AS)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\Alpha900\alpha900_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,32,128,1)fresnel(2,0.81)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
useWorldEnvMap="true";
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_white_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_white_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_yellow_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/Alpha900/alpha900_yellow_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_Black_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_Black_co.paa
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,82 @@
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_ti_ca.paa";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={0.5,0.5,0.5,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,0};
|
||||
specular[]={0.89999998,0.89999998,0.89999998,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_chrome_co.paa";
|
||||
uvSource="none";
|
||||
};
|
||||
@@ -0,0 +1,101 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,0};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={1,1,1,0};
|
||||
specularPower=1000;
|
||||
renderFlags[]=
|
||||
{
|
||||
"NoZWrite"
|
||||
};
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_visor_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_visor_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_EDA_visor_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,32,128,1)fresnel(2,0.81)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
useWorldEnvMap="true";
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0)";
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_visor_ca.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_visor_ca.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_visor_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_visor_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_visor_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_EDA_visor_smdi.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_GAVCA_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_GAVCA_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_Olive_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_Olive_co.paa
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,90 @@
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_ti_ca.paa";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=78;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,101 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,0};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={2,2,2,0};
|
||||
specularPower=1000;
|
||||
renderFlags[]=
|
||||
{
|
||||
"NoZWrite"
|
||||
};
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_visor_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_visor_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_visor_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,32,128,1)fresnel(2,0.81)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
useWorldEnvMap="true";
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0)";
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_White_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_White_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_Yellow_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_Yellow_co.paa
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,90 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_ti_ca.paa";
|
||||
};
|
||||
@@ -0,0 +1,90 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={0.41176471,0.41176471,0.41176471,1};
|
||||
specularPower=150;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo2_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_ti_ca.paa";
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo2_as.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo2_as.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo2_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo2_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo2_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo2_smdi.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_as.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_as.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_smdi.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_ti_ca.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_camo_ti_ca.paa
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,90 @@
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
forcedDiffuse[]={0,0,0,1};
|
||||
emmisive[]={0,0,0,1};
|
||||
specular[]={1,1,1,1};
|
||||
specularPower=500;
|
||||
PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0.5,0.5,0.5,0.5,DT)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="#(argb,8,8,3)color(0,0,0,0,MC)";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class Stage6
|
||||
{
|
||||
texture="#(ai,64,64,1)fresnel(1.75,1.05)";
|
||||
uvSource="none";
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\data_f\env_land_co.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
aside[]={1,0,0};
|
||||
up[]={0,1,0};
|
||||
dir[]={0,0,0};
|
||||
pos[]={0,0,0};
|
||||
};
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_ti_ca.paa";
|
||||
};
|
||||
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_gray_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_gray_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_as.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_as.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_ca.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_ca.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_nohq.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_nohq.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_smdi.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU55/HGU55P_visor_smdi.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_1bavex_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_1bavex_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_2bavex_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_2bavex_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_3bavex_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_3bavex_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_4bavex_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_4bavex_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_olive_co.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/HGU56/HGU_olive_co.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/ui/alpha200_FIEL.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/ui/alpha200_FIEL.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/ui/alpha200_PILOT.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/ui/alpha200_PILOT.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_EDA_ui.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_EDA_ui.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_gavca_ui.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_gavca_ui.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_grey_ui.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_grey_ui.paa
LFS
Normal file
Binary file not shown.
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_olive_ui.paa
LFS
Normal file
BIN
braf_characters_aviation/Flighthelmets/data/ui/hgu55_olive_ui.paa
LFS
Normal file
Binary file not shown.
188
braf_characters_aviation/Flighthelmets/model.cfg
Normal file
188
braf_characters_aviation/Flighthelmets/model.cfg
Normal file
@@ -0,0 +1,188 @@
|
||||
class CfgSkeletons
|
||||
{
|
||||
class Default
|
||||
{
|
||||
isDiscrete = 1;
|
||||
skeletonInherit = "";
|
||||
skeletonBones[] = {};
|
||||
};
|
||||
class OFP2_ManSkeleton
|
||||
{
|
||||
isDiscrete = 0;
|
||||
skeletonInherit = "";
|
||||
skeletonBones[] =
|
||||
{
|
||||
"Pelvis","",
|
||||
"Spine","Pelvis",
|
||||
"Spine1","Spine",
|
||||
"Spine2","Spine1",
|
||||
"Spine3","Spine2",
|
||||
"Camera","Pelvis",
|
||||
"weapon","Spine1",
|
||||
"launcher","Spine1",
|
||||
|
||||
// Head skeleton in hierarchy
|
||||
"neck","Spine3",
|
||||
"neck1","neck",
|
||||
"head","neck1",
|
||||
|
||||
// New facial features
|
||||
"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",
|
||||
|
||||
// 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"
|
||||
};
|
||||
// location of pivot points (local axes) for hierarchical animation
|
||||
pivotsModel="A3\anims_f\data\skeleton\SkeletonPivots.p3d";
|
||||
};
|
||||
};
|
||||
|
||||
class CfgModels
|
||||
{
|
||||
class Default
|
||||
{
|
||||
sectionsInherit="";
|
||||
sections[] = {};
|
||||
skeletonName = "";
|
||||
};
|
||||
|
||||
class ArmaMan: Default
|
||||
{
|
||||
htMin = 60; // Minimum half-cooling time (in seconds)
|
||||
htMax = 1800; // Maximum half-cooling time (in seconds)
|
||||
afMax = 30; // Maximum temperature in case the model is alive (in celsius)
|
||||
mfMax = 0; // Maximum temperature when the model is moving (in celsius)
|
||||
mFact = 1; // Metabolism factor - number from interval <0, 1> (0 - metabolism has no influence, 1 - metabolism has full influence (no other temperature source will be considered)).
|
||||
tBody = 37; // Metabolism temperature of the model (in celsius)
|
||||
|
||||
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",
|
||||
"casco",
|
||||
"visor",
|
||||
"chrome",
|
||||
"camo1",
|
||||
"camo2",
|
||||
"personality",
|
||||
"hl",
|
||||
"injury_head",
|
||||
"insignia",
|
||||
"ghillie_hide",
|
||||
"hide",
|
||||
"unhide"
|
||||
};
|
||||
skeletonName = "OFP2_ManSkeleton";
|
||||
};
|
||||
class Alpha200_Helmet: ArmaMan{};
|
||||
class Alpha900_Helmet_down: ArmaMan{};
|
||||
class Alpha900_Helmet_up: ArmaMan{};
|
||||
class HGU55P_Helmet: ArmaMan{};
|
||||
};
|
||||
Reference in New Issue
Block a user