fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
+16
-16
@@ -1,9 +1,9 @@
|
||||
class BRAF_Rescue_Seat: Items_base_F
|
||||
class braf_rescue_seat: Items_base_F
|
||||
{
|
||||
author="BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
displayName="Rescue Seat";
|
||||
_generalMacro="BRAF_Rescue_Seat";
|
||||
model="braf\braf_sar\BRAF_rescue_seat.p3d";
|
||||
_generalMacro="braf_rescue_seat";
|
||||
model="braf\braf_sar\braf_rescue_seat.p3d";
|
||||
editorSubcategory="EdSubcat_Storage";
|
||||
scope=1;
|
||||
side=0;
|
||||
@@ -141,7 +141,7 @@ class BRAF_Rescue_Seat: Items_base_F
|
||||
{
|
||||
class Seat_1_Open
|
||||
{
|
||||
displayname="<t color='#007209'> Open Seat 01 </t>";
|
||||
displayname="<t color='#007209'> open seat 01 </t>";
|
||||
position="seat_01_pos";
|
||||
showWindow=1;
|
||||
radius=2;
|
||||
@@ -152,38 +152,38 @@ class BRAF_Rescue_Seat: Items_base_F
|
||||
};
|
||||
class Seat_2_Open: Seat_1_Open
|
||||
{
|
||||
displayname="<t color='#007209'> Open Seat 02 </t>";
|
||||
displayname="<t color='#007209'> open seat 02 </t>";
|
||||
position="seat_02_pos";
|
||||
condition="this animationphase 'seat_02' < 0.5";
|
||||
statement="this animate ['seat_02',1]";
|
||||
};
|
||||
class Seat_1_Close: Seat_1_Open
|
||||
{
|
||||
displayname="<t color='#9b0000'> Close Seat 01 </t>";
|
||||
displayname="<t color='#9b0000'> close seat 01 </t>";
|
||||
position="seat_01_pos";
|
||||
condition="this animationphase 'seat_01' > 0.5";
|
||||
statement="this animate ['seat_01',0]";
|
||||
};
|
||||
class Seat_2_Close: Seat_1_Open
|
||||
{
|
||||
displayname="<t color='#9b0000'> Close Seat 02 </t>";
|
||||
displayname="<t color='#9b0000'> close seat 02 </t>";
|
||||
position="seat_02_pos";
|
||||
condition="this animationphase 'seat_02' > 0.5";
|
||||
statement="this animate ['seat_02',0]";
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Rescue_Basket: BRAF_Rescue_Seat
|
||||
class braf_rescue_basket: braf_rescue_seat
|
||||
{
|
||||
author="BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
displayName="Rescue Basket";
|
||||
_generalMacro="BRAF_Rescue_Basket";
|
||||
model="braf\braf_sar\BRAF_Rescue_Basket.p3d";
|
||||
_generalMacro="braf_rescue_basket";
|
||||
model="braf\braf_sar\braf_rescue_basket.p3d";
|
||||
};
|
||||
class BRAF_Rescue_Stretcher: BRAF_Rescue_Seat
|
||||
class braf_rescue_stretcher: braf_rescue_seat
|
||||
{
|
||||
author="BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
displayName="Rescue Stretcher";
|
||||
_generalMacro="BRAF_Rescue_Stretcher";
|
||||
model="braf\braf_sar\BRAF_Rescue_Stretcher.p3d";
|
||||
_generalMacro="braf_rescue_stretcher";
|
||||
model="braf\braf_sar\braf_rescue_stretcher.p3d";
|
||||
};
|
||||
+5
-5
@@ -1,8 +1,8 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class Braf_SAR
|
||||
class braf_sar
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
addonRootClass = "A3_Air_F";
|
||||
requiredAddons[] =
|
||||
{
|
||||
@@ -15,9 +15,9 @@ class CfgPatches
|
||||
requiredVersion = 0.1;
|
||||
units[] =
|
||||
{
|
||||
"BRAF_Rescue_Seat",
|
||||
"BRAF_Rescue_Basket",
|
||||
"BRAF_Rescue_Stretcher"
|
||||
"braf_rescue_seat",
|
||||
"braf_rescue_basket",
|
||||
"braf_rescue_stretcher"
|
||||
};
|
||||
weapons[] = {};
|
||||
};
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_rescue_nohq.paa";
|
||||
texture="braf\braf_sar\data\braf_rescue_nohq.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage2
|
||||
@@ -30,12 +30,12 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_rescue_as.paa";
|
||||
texture="braf\braf_sar\data\braf_rescue_as.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_rescue_smdi.paa";
|
||||
texture="braf\braf_sar\data\braf_rescue_smdi.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage6
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_seat_nohq.paa";
|
||||
texture="braf\braf_sar\data\braf_seat_nohq.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage2
|
||||
@@ -30,12 +30,12 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_seat_as.paa";
|
||||
texture="braf\braf_sar\data\braf_seat_as.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_seat_smdi.paa";
|
||||
texture="braf\braf_sar\data\braf_seat_smdi.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage6
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_sar\data\Esquilo_EFS\camo3_ti_ca.paa";
|
||||
texture="braf\braf_sar\data\esquilo_efs\camo3_ti_ca.paa";
|
||||
};
|
||||
ambient[] = {0.75,0.75,0.75,1.0};
|
||||
diffuse[] = {0.75,0.75,0.75,1.0};
|
||||
@@ -12,7 +12,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_sar\data\Esquilo_EFS\camo3_nohq.paa";
|
||||
texture="braf\braf_sar\data\esquilo_efs\camo3_nohq.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage2
|
||||
@@ -34,12 +34,12 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_sar\data\Esquilo_EFS\camo3_as.paa";
|
||||
texture="braf\braf_sar\data\esquilo_efs\camo3_as.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_sar\data\Esquilo_EFS\camo3_smdi.paa";
|
||||
texture="braf\braf_sar\data\esquilo_efs\camo3_smdi.paa";
|
||||
uvSource="tex";
|
||||
};
|
||||
class Stage6
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_rescue_nohq.paa";
|
||||
texture="braf\braf_sar\data\braf_rescue_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_rescue_as.paa";
|
||||
texture="braf\braf_sar\data\braf_rescue_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_rescue_smdi.paa";
|
||||
texture="braf\braf_sar\data\braf_rescue_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_seat_nohq.paa";
|
||||
texture="braf\braf_sar\data\braf_seat_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_seat_as.paa";
|
||||
texture="braf\braf_sar\data\braf_seat_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_sar\data\BRAF_seat_smdi.paa";
|
||||
texture="braf\braf_sar\data\braf_seat_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
params ["_heli", ["_action", ""], ["_payloadClass", "BRAF_Rescue_Seat"]];
|
||||
params ["_heli", ["_action", ""], ["_payloadClass", "braf_rescue_seat"]];
|
||||
|
||||
[_heli, _action, _payloadClass] spawn {
|
||||
params ["_heli", "_action", "_payloadClass"];
|
||||
|
||||
+3
-3
@@ -13,7 +13,7 @@ class CfgSkeletons
|
||||
};
|
||||
class CfgModels
|
||||
{
|
||||
class BRAF_Rescue_Seat
|
||||
class braf_rescue_seat
|
||||
{
|
||||
htMin=60;
|
||||
htMax=1800;
|
||||
@@ -52,7 +52,7 @@ class CfgModels
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_Rescue_Stretcher
|
||||
class braf_rescue_stretcher
|
||||
{
|
||||
htMin=60;
|
||||
htMax=1800;
|
||||
@@ -68,7 +68,7 @@ class CfgModels
|
||||
class Animations
|
||||
{};
|
||||
};
|
||||
class BRAF_Rescue_Basket
|
||||
class braf_rescue_basket
|
||||
{
|
||||
htMin=60;
|
||||
htMax=1800;
|
||||
|
||||
Reference in New Issue
Block a user