From cf7affa2f51fcd24036abee182dac36ffb51f7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brostr=C3=B6m=2EA=20=7C=20Evul?= Date: Sun, 14 Jan 2024 20:18:09 +0100 Subject: [PATCH 1/2] Added new insignia to the selection --- cScripts/functions/systems/fn_addInsigniaSelectionList.sqf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf b/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf index 2fd7dc943..77bee57d6 100644 --- a/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf +++ b/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf @@ -98,6 +98,7 @@ if (!isPlayer _object) then { [_object,"Squad Insignia 2/1/C/1-7","Charlie_1_2","z\cav\addons\insignia\data\Charlie_1_2.paa",_charlieCategory] call FUNC(addInsigniaSelection); [_object,"Squad Insignia 3/1/C/1-7","Charlie_1_3","z\cav\addons\insignia\data\Charlie_1_3.paa",_charlieCategory] call FUNC(addInsigniaSelection); [_object,"Squad Insignia 4/1/C/1-7","Charlie_1_4","z\cav\addons\insignia\data\Charlie_1_4.paa",_charlieCategory] call FUNC(addInsigniaSelection); +[_object,"Squad Insignia 4/1/C/1-7 (Colored)","charlie_1_4_colored","z\cav\addons\insignia\data\charlie_1_4_colored.paa",_charlieCategory] call FUNC(addInsigniaSelection); // Charlie Company 2nd Platoon [_object,"Platoon Insignia 2/C/1-7","Charlie_2","z\cav\addons\insignia\data\Charlie_2.paa",_charlieCategory] call FUNC(addInsigniaSelection); @@ -120,4 +121,4 @@ if (!isPlayer _object) then { [_object,"S3","specialized_s3","z\cav\addons\insignia\data\specialized_s3.paa",_specialCategory] call FUNC(addInsigniaSelection); -INFO_1("addInsigniaSelectionList", "Setup insignia selection list on %1 is completed.", _object); \ No newline at end of file +INFO_1("addInsigniaSelectionList", "Setup insignia selection list on %1 is completed.", _object); From 1addcfd869b32741807f488bf9e910cedacdc96e Mon Sep 17 00:00:00 2001 From: Jonah Pool Date: Sun, 7 Apr 2024 12:24:43 -0400 Subject: [PATCH 2/2] Update fn_addInsigniaSelectionList.sqf Capitalization was incorrect --- cScripts/functions/systems/fn_addInsigniaSelectionList.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf b/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf index 77bee57d6..5b6550f1d 100644 --- a/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf +++ b/cScripts/functions/systems/fn_addInsigniaSelectionList.sqf @@ -98,7 +98,7 @@ if (!isPlayer _object) then { [_object,"Squad Insignia 2/1/C/1-7","Charlie_1_2","z\cav\addons\insignia\data\Charlie_1_2.paa",_charlieCategory] call FUNC(addInsigniaSelection); [_object,"Squad Insignia 3/1/C/1-7","Charlie_1_3","z\cav\addons\insignia\data\Charlie_1_3.paa",_charlieCategory] call FUNC(addInsigniaSelection); [_object,"Squad Insignia 4/1/C/1-7","Charlie_1_4","z\cav\addons\insignia\data\Charlie_1_4.paa",_charlieCategory] call FUNC(addInsigniaSelection); -[_object,"Squad Insignia 4/1/C/1-7 (Colored)","charlie_1_4_colored","z\cav\addons\insignia\data\charlie_1_4_colored.paa",_charlieCategory] call FUNC(addInsigniaSelection); +[_object,"Squad Insignia 4/1/C/1-7 (Colored)","charlie_1_4_colored","z\cav\addons\insignia\data\Charlie_1_4_Colored.paa",_charlieCategory] call FUNC(addInsigniaSelection); // Charlie Company 2nd Platoon [_object,"Platoon Insignia 2/C/1-7","Charlie_2","z\cav\addons\insignia\data\Charlie_2.paa",_charlieCategory] call FUNC(addInsigniaSelection);