From 7d90f707c09c0b2e758446c6dd1f1d90ce9b5568 Mon Sep 17 00:00:00 2001 From: BaerMitUmlaut Date: Tue, 1 Dec 2015 19:37:35 +0100 Subject: [PATCH] Improved config --- addons/fastroping/CfgVehicles.hpp | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/addons/fastroping/CfgVehicles.hpp b/addons/fastroping/CfgVehicles.hpp index 27318fa65b..c8bcac490d 100644 --- a/addons/fastroping/CfgVehicles.hpp +++ b/addons/fastroping/CfgVehicles.hpp @@ -1,11 +1,9 @@ class CfgVehicles { - class UAV_01_base_F; - class GVAR(helper): UAV_01_base_F { + class Helicopter_Base_H; + class GVAR(helper): Helicopter_Base_H { author = "KoffeinFlummi"; - scope = 1; + scope = 2; model = PATHTOF(data\helper.p3d); - isUAV = 0; - displayName = ""; }; class Building; @@ -36,13 +34,9 @@ class CfgVehicles { class Logic; class Module_F: Logic { - class ArgumentsBaseUnits {}; - class ModuleDescription { - class AnyVehicle {}; - }; + class ModuleDescription; }; - - class ACE_Module; + class ACE_Module: Module_F {}; class ACE_moduleEquipFRIES: ACE_Module { scope = 2; displayName = CSTRING(Module_FRIES_DisplayName); @@ -55,15 +49,9 @@ class CfgVehicles { isDisposable = 0; author = "BaerMitUmlaut"; - class ModuleDescription { + class ModuleDescription: ModuleDescription { description = CSTRING(Module_FRIES_Description); sync[] = {"AnyVehicle"}; - class AnyVehicle { - position = 0; - direction = 0; - optional = 0; - duplicate = 1; - }; }; }; @@ -101,7 +89,6 @@ class CfgVehicles { }; }; - class Helicopter_Base_H; class Heli_Light_02_base_F: Helicopter_Base_H { GVAR(enabled) = 1; GVAR(ropeOrigins[]) = {{1.41, 1.38, 0}, {-1.41, 1.38, 0}};