From 49d702b6b8f03676e99a1e4f1d7884852f30e329 Mon Sep 17 00:00:00 2001 From: seb3sec Date: Sat, 21 Feb 2015 02:33:05 +0100 Subject: [PATCH 1/3] Keep hiddenSelections for armed Mi17 hiddenSelections = {}; removes the option to use custom textures on the armed version. The civilian one has these hiddenSelections. --- SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp index 9183962b6..581c82438 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/Mi17.hpp @@ -17,7 +17,6 @@ class Mi17_DZ: Mi17_base { side = 2; crew = ""; typicalCargo[] = {}; - hiddenSelections[] = {}; class TransportMagazines{}; class TransportWeapons{}; commanderCanSee = 2+16+32; From 70f232e0ffe942a3d479c863c32eafda99cee9f4 Mon Sep 17 00:00:00 2001 From: seb3sec Date: Sat, 21 Feb 2015 02:55:25 +0100 Subject: [PATCH 2/3] remove hiddenSelection definition --- SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp index 6d5a3268c..dbc92c6db 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/AN2.hpp @@ -8,7 +8,6 @@ class AN2_DZ: An2_Base_EP1 side = 2; crew = ""; typicalCargo[] = {}; - hiddenSelections[] = {}; class TransportMagazines{}; class TransportWeapons{}; weapons[] = {}; From e8430a49c5a0768541fecc76e1bec2db400d5009 Mon Sep 17 00:00:00 2001 From: seb3sec Date: Sat, 21 Feb 2015 02:56:25 +0100 Subject: [PATCH 3/3] removed hiddenSelections definition --- SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp b/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp index d42a071af..1b7e75db8 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/AIR/UH1.hpp @@ -17,7 +17,6 @@ class UH1Y_DZ: UH1_Base { side = 2; crew = ""; typicalCargo[] = {}; - hiddenSelections[] = {}; class TransportMagazines{}; class TransportWeapons{}; commanderCanSee = 2+16+32; @@ -65,7 +64,6 @@ class UH1H_DZ: UH1H_base { side = 2; crew = ""; typicalCargo[] = {}; - hiddenSelections[] = {}; class TransportMagazines{}; class TransportWeapons{}; commanderCanSee = 2+16+32;