Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgPatches
- {
- class WW2_Assets_c_Vehicles_Planes_c_Ju87
- {
- units[]=
- {
- "LIB_Ju87",
- "LIB_Ju87_MRWreck",
- "LIB_ARR_Ju87",
- "LIB_MKHL_Ju87",
- "LIB_RBAF_Ju87",
- "LIB_Ju87_Italy",
- "LIB_Ju87_Italy2",
- "LIB_DAK_Ju87",
- "LIB_DAK_Ju87_2"
- };
- weapons[]={};
- requiredVersion=0.1;
- requiredAddons[]=
- {
- "WW2_Core_c_WW2_Core_c",
- "WW2_Assets_c_Vehicles_XXX_LoadOrder_c_WheeledAPCs"
- };
- };
- };
- class CfgVehicles
- {
- class All;
- class AllVehicles: All
- {
- class NewTurret;
- };
- class Air: AllVehicles
- {
- class AnimationSources;
- };
- class Plane: Air
- {
- class ViewPilot;
- class HitPoints;
- };
- class Plane_Base_F: Plane
- {
- class Turrets
- {
- class CopilotTurret: NewTurret
- {
- class ViewGunner: ViewPilot
- {
- };
- };
- };
- class HitPoints: HitPoints
- {
- };
- };
- class LIB_Plane_base: Plane_Base_F
- {
- class AnimationSources;
- class HitPoints: HitPoints
- {
- class HitGlass;
- };
- class Turrets: Turrets
- {
- class MainTurret: NewTurret
- {
- };
- };
- };
- class LIB_GER_Plane_base: LIB_Plane_base
- {
- };
- class LIB_Ju87: LIB_GER_Plane_base
- {
- author="AWAR";
- scope=2;
- driveOnComponent[]=
- {
- "gear_l_w",
- "gear_r_w",
- "gear_b_w"
- };
- displayName="$STR_LIB_DN_JU87D5";
- model="\WW2\Assets_m\Vehicles\Planes_m\IF_Ju87.p3d";
- hiddenSelections[]=
- {
- "camo1",
- "camo2",
- "camo3",
- "camo4"
- };
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- mapSize=15.03;
- fuelCapacity=774;
- driverAction="Lib_ju87_pilot";
- driverLeftHandAnimName="";
- armor=20;
- landingAoa="rad 5";
- landingSpeed=120;
- acceleration=150;
- maxSpeed=425;
- aileronSensitivity=0.31;
- elevatorSensitivity=0.31;
- envelope[]={0,0.1,0.94999999,2.7,4.5,5.6500001,6,5.8499999,5.5,4.8000002,3.5999999,1.8,0};
- flapsFrictionCoef=0.40000001;
- threat[]={0,0,0.60000002};
- accuracy=0.30000001;
- airBrake=1;
- airBrakeFrictionCoef=5;
- gearRetracting=0;
- availableForSupportTypes[]=
- {
- "CAS_Bombing"
- };
- weapons[]=
- {
- "LIB_2xMG151_JU87",
- "LIB_SC50_Bomb_Mount",
- "LIB_SC500_Bomb_Mount"
- };
- magazines[]=
- {
- "LIB_500Rnd_MG151_JU87",
- "LIB_1Rnd_SC500",
- "LIB_1Rnd_SC50",
- "LIB_1Rnd_SC50",
- "LIB_1Rnd_SC50",
- "LIB_1Rnd_SC50"
- };
- class EventHandlers
- {
- init="(_this select 0) spawn LIB_fnc_StukaSiren;";
- };
- class ViewPilot: ViewPilot
- {
- minAngleX=-65;
- maxAngleX=80;
- minAngleY=-135;
- maxAngleY=135;
- initFov=0.64999998;
- maxFov=0.85000002;
- };
- class HitPoints: HitPoints
- {
- class HitGlass3: HitGlass
- {
- material=-1;
- name="glass3";
- visual="glass3";
- };
- };
- class AnimationSources: AnimationSources
- {
- class HitGlass;
- class HitGlass3: HitGlass
- {
- hitpoint="HitGlass3";
- };
- };
- class Turrets: Turrets
- {
- class MainTurret: MainTurret
- {
- memoryPointsGetInGunner="pos gunner";
- memoryPointsGetInGunnerDir="pos gunner dir";
- gunnerGetInAction="GetInHigh";
- gunnerGetOutAction="GetOutHigh";
- memoryPointGun[]=
- {
- "usti hlavne 1",
- "usti hlavne 2"
- };
- gunnerAction="lib_ju87_gunner";
- gunnerInAction="lib_ju87_gunner";
- minTurn=110;
- initTurn=185;
- maxTurn=250;
- weapons[]=
- {
- "LIB_MG81_Ju87"
- };
- magazines[]=
- {
- "LIB_2000Rnd_MG81_JU87"
- };
- };
- };
- class Reflectors
- {
- class Left
- {
- color[]={0.89999998,0.80000001,0.80000001,1};
- ambient[]={0.1,0.1,0.1,1};
- position="L svetlo";
- direction="konec L svetla";
- hitpoint="L svetlo";
- selection="L svetlo";
- size=1;
- brightness=2;
- };
- };
- aggregateReflectors[]={};
- class RenderTargets
- {
- class LeftMirror
- {
- renderTarget="rendertarget0";
- class CameraView1
- {
- pointPosition="PIP0_pos";
- pointDirection="PIP0_dir";
- renderQuality=2;
- renderVisionMode=0;
- fov=0.5;
- };
- };
- };
- class MFD
- {
- class AirplaneHUD
- {
- enableParallax=1;
- class Pos10Vector
- {
- type="vector";
- pos0[]={0.5,0.62};
- pos10[]={1.3099999,1.24};
- };
- topLeft="HUD LH";
- topRight="HUD PH";
- bottomLeft="HUD LD";
- borderLeft=0;
- borderRight=0;
- borderTop=0;
- borderBottom=0;
- color[]={0,1,0,0.1};
- class Bones
- {
- class WeaponAim
- {
- type="fixed";
- source="weapon";
- pos[]={0.375,0.47499999};
- };
- };
- class Draw
- {
- alpha=0.40000001;
- color[]={1,0.30000001,0};
- condition="on";
- class MGun
- {
- class Cross
- {
- type="line";
- points[]=
- {
- {
- "WeaponAim",
- {0.5,0},
- 1
- },
- {
- "WeaponAim",
- {0.029999999,0},
- 1
- },
- {},
- {
- "WeaponAim",
- {-0.5,0},
- 1
- },
- {
- "WeaponAim",
- {-0.029999999,0},
- 1
- },
- {},
- {
- "WeaponAim",
- {0,0.5},
- 1
- },
- {
- "WeaponAim",
- {0,0},
- 1
- },
- {},
- {
- "WeaponAim",
- {0,-0.5},
- 1
- },
- {
- "WeaponAim",
- {0,-0.029999999},
- 1
- },
- {},
- {
- "WeaponAim",
- {-0.40000001,0.025},
- 1
- },
- {
- "WeaponAim",
- {-0.40000001,-0.025},
- 1
- },
- {},
- {
- "WeaponAim",
- {-0.2,0.025},
- 1
- },
- {
- "WeaponAim",
- {-0.2,-0.025},
- 1
- },
- {},
- {
- "WeaponAim",
- {-0.1,0.025},
- 1
- },
- {
- "WeaponAim",
- {-0.1,-0.025},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.40000001,0.025},
- 1
- },
- {
- "WeaponAim",
- {0.40000001,-0.025},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.2,0.025},
- 1
- },
- {
- "WeaponAim",
- {0.2,-0.025},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.1,0.025},
- 1
- },
- {
- "WeaponAim",
- {0.1,-0.025},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.025,0.40000001},
- 1
- },
- {
- "WeaponAim",
- {-0.025,0.40000001},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.025,0.2},
- 1
- },
- {
- "WeaponAim",
- {-0.025,0.2},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.025,0.1},
- 1
- },
- {
- "WeaponAim",
- {-0.025,0.1},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.025,-0.40000001},
- 1
- },
- {
- "WeaponAim",
- {-0.025,-0.40000001},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.025,-0.2},
- 1
- },
- {
- "WeaponAim",
- {-0.025,-0.2},
- 1
- },
- {},
- {
- "WeaponAim",
- {0.025,-0.1},
- 1
- },
- {
- "WeaponAim",
- {-0.025,-0.1},
- 1
- },
- {}
- };
- };
- class Circle
- {
- type="line";
- points[]=
- {
- {
- "WeaponAim",
- {0.30000001,0},
- 1
- },
- {
- "WeaponAim",
- {0.29855999,0.029410001},
- 1
- },
- {
- "WeaponAim",
- {0.29424,0.058529999},
- 1
- },
- {
- "WeaponAim",
- {0.28707999,0.087090001},
- 1
- },
- {
- "WeaponAim",
- {0.27715999,0.11481},
- 1
- },
- {
- "WeaponAim",
- {0.26458001,0.14142001},
- 1
- },
- {
- "WeaponAim",
- {0.24944,0.16666999},
- 1
- },
- {
- "WeaponAim",
- {0.23190001,0.19032},
- 1
- },
- {
- "WeaponAim",
- {0.21213,0.21213},
- 1
- },
- {
- "WeaponAim",
- {0.19032,0.23190001},
- 1
- },
- {
- "WeaponAim",
- {0.16666999,0.24944},
- 1
- },
- {
- "WeaponAim",
- {0.14142001,0.26458001},
- 1
- },
- {
- "WeaponAim",
- {0.11481,0.27715999},
- 1
- },
- {
- "WeaponAim",
- {0.087090001,0.28707999},
- 1
- },
- {
- "WeaponAim",
- {0.058529999,0.29424},
- 1
- },
- {
- "WeaponAim",
- {0.029410001,0.29855999},
- 1
- },
- {
- "WeaponAim",
- {0,0.30000001},
- 1
- },
- {
- "WeaponAim",
- {-0.029410001,0.29855999},
- 1
- },
- {
- "WeaponAim",
- {-0.058529999,0.29424},
- 1
- },
- {
- "WeaponAim",
- {-0.087090001,0.28707999},
- 1
- },
- {
- "WeaponAim",
- {-0.11481,0.27715999},
- 1
- },
- {
- "WeaponAim",
- {-0.14142001,0.26458001},
- 1
- },
- {
- "WeaponAim",
- {-0.16666999,0.24944},
- 1
- },
- {
- "WeaponAim",
- {-0.19032,0.23190001},
- 1
- },
- {
- "WeaponAim",
- {-0.21213,0.21213},
- 1
- },
- {
- "WeaponAim",
- {-0.23190001,0.19032},
- 1
- },
- {
- "WeaponAim",
- {-0.24944,0.16666999},
- 1
- },
- {
- "WeaponAim",
- {-0.26458001,0.14142001},
- 1
- },
- {
- "WeaponAim",
- {-0.27715999,0.11481},
- 1
- },
- {
- "WeaponAim",
- {-0.28707999,0.087090001},
- 1
- },
- {
- "WeaponAim",
- {-0.29424,0.058529999},
- 1
- },
- {
- "WeaponAim",
- {-0.29855999,0.029410001},
- 1
- },
- {
- "WeaponAim",
- {-0.30000001,0},
- 1
- },
- {
- "WeaponAim",
- {-0.29855999,-0.029410001},
- 1
- },
- {
- "WeaponAim",
- {-0.29424,-0.058529999},
- 1
- },
- {
- "WeaponAim",
- {-0.28707999,-0.087090001},
- 1
- },
- {
- "WeaponAim",
- {-0.27715999,-0.11481},
- 1
- },
- {
- "WeaponAim",
- {-0.26458001,-0.14142001},
- 1
- },
- {
- "WeaponAim",
- {-0.24944,-0.16666999},
- 1
- },
- {
- "WeaponAim",
- {-0.23190001,-0.19032},
- 1
- },
- {
- "WeaponAim",
- {-0.21213,-0.21213},
- 1
- },
- {
- "WeaponAim",
- {-0.19032,-0.23190001},
- 1
- },
- {
- "WeaponAim",
- {-0.16666999,-0.24944},
- 1
- },
- {
- "WeaponAim",
- {-0.14142001,-0.26458001},
- 1
- },
- {
- "WeaponAim",
- {-0.11481,-0.27715999},
- 1
- },
- {
- "WeaponAim",
- {-0.087090001,-0.28707999},
- 1
- },
- {
- "WeaponAim",
- {-0.058529999,-0.29424},
- 1
- },
- {
- "WeaponAim",
- {-0.029410001,-0.29855999},
- 1
- },
- {
- "WeaponAim",
- {0,-0.30000001},
- 1
- },
- {
- "WeaponAim",
- {0.029410001,-0.29855999},
- 1
- },
- {
- "WeaponAim",
- {0.058529999,-0.29424},
- 1
- },
- {
- "WeaponAim",
- {0.087090001,-0.28707999},
- 1
- },
- {
- "WeaponAim",
- {0.11481,-0.27715999},
- 1
- },
- {
- "WeaponAim",
- {0.14142001,-0.26458001},
- 1
- },
- {
- "WeaponAim",
- {0.16666999,-0.24944},
- 1
- },
- {
- "WeaponAim",
- {0.19032,-0.23190001},
- 1
- },
- {
- "WeaponAim",
- {0.21213,-0.21213},
- 1
- },
- {
- "WeaponAim",
- {0.23190001,-0.19032},
- 1
- },
- {
- "WeaponAim",
- {0.24944,-0.16666999},
- 1
- },
- {
- "WeaponAim",
- {0.26458001,-0.14142001},
- 1
- },
- {
- "WeaponAim",
- {0.27715999,-0.11481},
- 1
- },
- {
- "WeaponAim",
- {0.28707999,-0.087090001},
- 1
- },
- {
- "WeaponAim",
- {0.29424,-0.058529999},
- 1
- },
- {
- "WeaponAim",
- {0.29855999,-0.029410001},
- 1
- },
- {
- "WeaponAim",
- {0.30000001,0},
- 1
- },
- {}
- };
- };
- };
- };
- };
- };
- class Damage
- {
- tex[]={};
- mat[]=
- {
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Fusellage.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Fusellage_Damage.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Fusellage_Damage.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Wings.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Wings_Damage.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Wings_Damage.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Glass.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Glass_Damage.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Glass_Damage.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Cocpit.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Cocpit.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Cocpit.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Turret.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Turret.rvmat",
- "WW2\Assets_r\Vehicles\Planes_r\IF_Ju87\Turret.rvmat"
- };
- };
- class Attributes
- {
- class ObjectTexture
- {
- control="ObjectTexture";
- data="ObjectTexture";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_SKIN";
- tooltip="$STR_3DEN_OBJECT_ATTRIBUTE_OBJECTTEXTURE_TOOLTIP";
- };
- };
- class textureSources
- {
- class standard
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_STANDARD";
- author="AWAR";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_WEHRMACHT"
- };
- };
- class winter
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_WINTER";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Win1_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wingw_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_WEHRMACHT_w"
- };
- };
- class ARR
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_ARR";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Arr_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Arr_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_ARR"
- };
- };
- class MKHL
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_MKHL";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Mkhl_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Mkhl_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_MKHL"
- };
- };
- class RBAF
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_RBAF";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Rbaf_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Rbaf_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_RBAF"
- };
- };
- class italy
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_ITALY";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Med1_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Med1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_WEHRMACHT"
- };
- };
- class italy2
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_ITALY_2";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Med2_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Med2_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_WEHRMACHT"
- };
- };
- class desert
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_DAK";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Dak1_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Dak1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_DAK"
- };
- };
- class desert2
- {
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_DAK_2";
- author="Lennard";
- textures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Dak2_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Dak2_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- factions[]=
- {
- "LIB_DAK"
- };
- };
- };
- textureList[]={};
- };
- class LIB_ARR_Ju87: LIB_Ju87
- {
- author="AWAR & Lennard";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_JU_87_D_5";
- faction="LIB_ARR";
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Arr_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Arr_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- };
- class LIB_MKHL_Ju87: LIB_Ju87
- {
- author="AWAR & Lennard";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_JU_87_D_5";
- faction="LIB_MKHL";
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Mkhl_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Mkhl_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- };
- class LIB_RBAF_Ju87: LIB_Ju87
- {
- author="AWAR & Lennard";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_JU_87_D_5";
- faction="LIB_RBAF";
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Rbaf_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Rbaf_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- };
- class LIB_Ju87_Italy: LIB_Ju87
- {
- scope=2;
- scopeCurator=1;
- scopeArsenal=1;
- author="AWAR & Lennard";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_JU_87_D_5_ITALY";
- faction="LIB_WEHRMACHT";
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Med1_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Med1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- };
- class LIB_Ju87_Italy2: LIB_Ju87
- {
- scope=2;
- scopeCurator=1;
- scopeArsenal=1;
- author="AWAR & Lennard";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_JU_87_D_5_ITALY_2";
- faction="LIB_WEHRMACHT";
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Med2_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Med2_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- };
- class LIB_DAK_Ju87: LIB_Ju87
- {
- author="AWAR & Lennard";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_JU_87";
- faction="LIB_DAK";
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Dak1_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Dak1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- };
- class LIB_DAK_Ju87_2: LIB_Ju87
- {
- scope=2;
- scopeCurator=1;
- scopeArsenal=1;
- author="AWAR & Lennard";
- displayName="$STR_LIB_DN_ASSETS_VEHICLES_JU_87";
- faction="LIB_DAK";
- hiddenSelectionsTextures[]=
- {
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Korpus_Dak2_Ns_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Wings_Dak2_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_1_co.paa",
- "WW2\Assets_t\Vehicles\Planes_t\IF_Ju87\Ju87_Cabine_2_co.paa"
- };
- };
- class LIB_PlaneWreck_base;
- class LIB_Ju87_MRWreck: LIB_PlaneWreck_base
- {
- author="AWAR";
- scope=2;
- displayName="$STR_LIB_WRECK_JU87";
- model="\WW2\Assets_m\Vehicles\Planes_m\IF_Ju87_Wreck.p3d";
- mapSize=11.64;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement