//Get this addons macro
//get the macro for the air subaddon
//get generlized macros
#include "../../../RD501_main/config_macros.hpp"
//General name of the vehicle
#define vehicle_addon LAAT
#define patch_name MODNAME##vehicle_addon##_Patches
#define vehicle_classname MODNAME##_##vehicle_addon
#define macro_new_vehicle(laat,name) vehicle_classname##_##name
#define reskined_laat_mk3(classname,displayname,texturebody,texturewing)\
class macro_new_vehicle(laat,classname):macro_new_vehicle(laat,Mk3)\
{\
forceInGarage = 0;\
displayName=LAAT/I MK.III - ('##displayname##') ;\
hiddenSelectionsTextures[]={macro_vehicle_textures##\LAAT\##texturebody,macro_vehicle_textures##\LAAT\##texturewing};\
};
#define reskined_laat_mk4_full_path(classname,displayname,texturebody,texturewing)\
class macro_new_vehicle(laat,classname):macro_new_vehicle(laat,Mk4)\
{\
forceInGarage = 0;\
displayName=LAAT/I MK.IV - ('##displayname##') ;\
hiddenSelectionsTextures[]={texturebody,texturewing};\
};
class CfgPatches
{
class macro_patch_name(LAAT)
{
addonRootClass=macro_patch_name(vehicles)
requiredAddons[]=
{
macro_patch_name(vehicles),
"3AS_LAAT"
};
requiredVersion=0.1;
units[]=
{
macro_new_vehicle(laat,Mk1),
macro_new_vehicle(laat,Mk1_lights),
macro_new_vehicle(laat,Mk2),
macro_new_vehicle(laat,Mk2_lights),
};
weapons[]=
{
};
};
};
#include "../../common/sensor_templates.hpp"
class DefaultEventhandlers;
class CfgVehicles
{
#include "inheritance.hpp"
class macro_new_vehicle(laat,Mk1):3as_LAAT_Mk1
{
displayName="LAAT/I MK.I";
#include "common_stuff_tcw.hpp"
RD501_magclamp_small_1[] = {0.0,1.0,-1.0};
class UserActions: UserActions
{
#include "user_action.hpp"
};
hiddenSelectionsTextures[]=
{
"RD501_Vehicles\textures\LAAT\laat_wings_doors_basecolor.paa",
"RD501_Vehicles\textures\LAAT\laat_base_basecolor.paa"
};
class Turrets: Turrets
{
class Gunner: Copilot
{
minelev=-60;
minturn=-240;
maxelev=40;
maxturn=-120;
#include "../../common/common_optics.hpp"
};
class LeftDoorgun: LeftDoorgun
{
weapons[]=
{
macro_new_weapon(turret,laat_ball_beam_l),
"Laserdesignator_pilotCamera"
};
magazines[]=
{
"Laserbatteries",
macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),
macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),
macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300)
};
#include "../../common/common_optics.hpp"
memorypointgunneroptics="FIXME";
};
class RightDoorGun: RightDoorGun
{
weapons[]=
{
macro_new_weapon(turret,laat_ball_beam_r),
"Laserdesignator_pilotCamera"
};
magazines[]=
{
"Laserbatteries",
macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),
macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),
macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300),macro_new_mag(laat_ball_beam,300)
};
#include "../../common/common_optics.hpp"
memorypointgunneroptics="FIXME";
};
class CargoTurret_01: CargoTurret_01{};
class CargoTurret_02: CargoTurret_02{};
class CargoTurret_03: CargoTurret_03{};
class CargoTurret_04: CargoTurret_04{};
class CargoTurret_05: CargoTurret_05{};
class CargoTurret_06: CargoTurret_06{};
};
};
class macro_new_vehicle(laat,Mk1_lights):3as_LAAT_Mk1Lights
{
displayName="LAAT/I MK.I (Lights)";
#include "common_stuff_tcw.hpp"
RD501_magclamp_small_1[] = {0.0,1.0,-1.0};
class UserActions: UserActions
{
#include "user_action.hpp"
};
hiddenSelectionsTextures[]=
{
"RD501_Vehicles\textures\LAAT\laat_wings_doors_basecolor.paa",
"RD501_Vehicles\textures\LAAT\laat_base_basecolor.paa"
};
class Turrets: Turrets
{
class Gunner: Copilot
{
minelev=-60;
minturn=-240;
maxelev=40;
maxturn=-120;
#include "../../common/common_optics.hpp"
};
class CargoTurret_01: CargoTurret_01{};
class CargoTurret_02: CargoTurret_02{};
class CargoTurret_03: CargoTurret_03{};
class CargoTurret_04: CargoTurret_04{};
class CargoTurret_05: CargoTurret_05{};
class CargoTurret_06: CargoTurret_06{};
};
};
class macro_new_vehicle(laat,Mk2):3as_LAAT_Mk2
{
displayName="LAAT/I MK.II";
#include "common_stuff_tcw.hpp"
RD501_magclamp_small_1[] = {0.0,1.0,-1.0};
class UserActions: UserActions
{
#include "user_action.hpp"
};
hiddenSelectionsTextures[]=
{
"RD501_Vehicles\textures\LAAT\laat_wings_doors_basecolor.paa",
"RD501_Vehicles\textures\LAAT\laat_base_basecolor.paa"
};
class Turrets: Turrets
{
class Gunner: Copilot
{
minelev=-60;
minturn=-240;
maxelev=40;
maxturn=-120;
#include "../../common/common_optics.hpp"
};
class CargoTurret_01: CargoTurret_01{};
class CargoTurret_02: CargoTurret_02{};
};
};
class macro_new_vehicle(laat,Mk2_lights):3as_LAAT_Mk2Lights
{
displayName="LAAT/I MK.II (Lights)";
#include "common_stuff_tcw.hpp"
RD501_magclamp_small_1[] = {0.0,1.0,-1.0};
class UserActions: UserActions
{
#include "user_action.hpp"
};
hiddenSelectionsTextures[]=
{
"RD501_Vehicles\textures\LAAT\laat_wings_doors_basecolor.paa",
"RD501_Vehicles\textures\LAAT\laat_base_basecolor.paa"
};
class Turrets: Turrets
{
class Gunner: Copilot
{
minelev=-60;
minturn=-240;
maxelev=40;
maxturn=-120;
#include "../../common/common_optics.hpp"
};
class CargoTurret_01: CargoTurret_01{};
class CargoTurret_02: CargoTurret_02{};
};
};
class macro_new_vehicle(laat,cargo_Mk2):swop_LAAT_cargo
{
scope=2;
displayName="LAAT/C MK.II";
author="RD501"
side=1;
crew="SWOP_Clonetrooper_P1";
//transportSoldier=24;
smokeLauncherGrenadeCount = 48;
smokeLauncherAngle = 360;
forceInGarage = 1;
faction = macro_republic_faction
editorSubcategory = macro_editor_cat_air(Republic_heli)
vehicleClass = macro_editor_vehicle_type_air(Republic)
maximumLoad = 5000000000;
slingLoadMaxCargoMass = 5000000000;
//#include "flight_model.hpp"
// cyclicAsideForceCoef = 1*1;
// cyclicForwardForceCoef = 1*4;
// backRotorForceCoef =1*1;
// maxSpeed=200;
// bodyFrictionCoef = 0.9*40;
#include "ace_stuff.hpp"
RD501_magclamp_small_1[] = {-7.0,-2.0,-2.5};
RD501_magclamp_large[] = {0.0,-2.0,-2.0};
RD501_magclamp_small_2[] = {7.0,-2.0,-2.5};
RD501_magclamp_small_forbidden=1;
RD501_magclamp_large_offset[]={0.0,1.0,-4.5};
class ACE_SelfActions
{
#include "../../common/universal_hud_color_changer.hpp"
};
#include "../../common/helicopter_mfd.hpp"
//#include "../../common/universal_mfd.hpp"
//#include "flight_model.hpp"
#include "sounds.hpp"
class UserActions
{
class StartRefuel
{
displayName = "[Start Refueling]";
displayNameDefault = "[Start Refueling]";
textToolTip = "[Start Refueling]";
position = "pilotview";
radius = 20;
priority = 21;
onlyForPlayer = 1;
condition = "this call RD501_fnc_mc_canRefuel";
statement = "this call RD501_fnc_mc_startRefuel;";
};
class StopRefuel
{
displayName = "[Stop Refueling]";
displayNameDefault = "[Stop Refueling]";
textToolTip = "[Stop Refueling]";
position = "pilotview";
radius = 20;
priority = 21;
onlyForPlayer = 1;
condition = "this call RD501_fnc_mc_canStopRefuel";
statement = "_vehicle setVariable['RD501_mc_stop_refuel',true,true];";
};
class ThrusterEngage
{
displayName = "";
displayNameDefault = "";
textToolTip = "";
position = "pilotview";
radius = 20;
priority = 0;
onlyForPlayer = 1;
condition = "((player == driver this) AND (alive this))";
statement = "this execVM ""\RD501_Main\functions\impulse\fnc_impulseIncrease.sqf""";
shortcut="User19"
};
class ThrusterDisengage: ThrusterEngage
{
priority = 0;
displayName = "";
displayNameDefault = "";
textToolTip = "";
condition = "((player == driver this) AND (alive this))";
statement = "this execVM ""\RD501_Main\functions\impulse\fnc_impulseDecrease.sqf""";
shortcut="User20"
};
};
class EventHandlers : DefaultEventhandlers {
fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
//init = "[_this select 0] call RD501_Main_fnc_laatc_lift";
}
weapons[]=
{
macro_new_weapon(cannon,laat),
macro_new_weapon(wynd,a2a),
"CMFlareLauncher",
"SmokeLauncher",
"Laserdesignator_pilotCamera"
};
magazines[]=
{
"300Rnd_CMFlare_Chaff_Magazine",
"300Rnd_CMFlare_Chaff_Magazine",
"300Rnd_CMFlare_Chaff_Magazine",
macro_new_mag(a2a,4),
macro_new_mag(a2a,4),
"SmokeLauncherMag",
macro_new_mag(laat_cannon,100),
macro_new_mag(laat_cannon,100),
macro_new_mag(laat_cannon,100),
macro_new_mag(laat_cannon,100),
macro_new_mag(laat_cannon,100),
"SmokeLauncherMag",
"SmokeLauncherMag",
"SmokeLauncherMag",
"SmokeLauncherMag",
"SmokeLauncherMag",
"SmokeLauncherMag",
"Laserbatteries"
};
//#include "flight_model.hpp"
};
};