Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHS Chdkz AI template #2796

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9891808
Fix trailing comma and missing AA plane in ION Temperate
jaj22 May 12, 2023
ae98b11
Added ChDZK
ante185 Jun 13, 2023
8d69378
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
103c23f
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
46533c3
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
3692704
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
f874d3e
Reordered vehicles following feedback
ante185 Jun 15, 2023
482302f
Update RHS_Vehicle_Attributes.sqf
ante185 Jun 15, 2023
40a7612
Update RHS_Vehicle_Attributes.sqf
ante185 Jun 17, 2023
73491a4
Testing facewears
ante185 Jun 17, 2023
45956a1
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
e5a873c
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
cbd8406
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
0a0a3e3
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
9db73d2
reduced uniform diversity
ante185 Jun 17, 2023
377b8a3
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
374b2e2
ekp8_18 incompatible with aks74un, fixed
ante185 Jun 22, 2023
8a43beb
Update RHS_AI_ChDKZ.sqf
ante185 Jun 22, 2023
deee9d8
Update RHS_AI_ChDKZ.sqf
ante185 Jul 2, 2023
7aa7a09
Added ChDZK
ante185 Jun 13, 2023
597b334
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
d552d27
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
0dcbc45
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
b37022a
Update RHS_AI_ChDKZ.sqf
ante185 Jun 14, 2023
9f17511
Reordered vehicles following feedback
ante185 Jun 15, 2023
75a4060
Update RHS_Vehicle_Attributes.sqf
ante185 Jun 15, 2023
96244a7
Update RHS_Vehicle_Attributes.sqf
ante185 Jun 17, 2023
9beaa82
Testing facewears
ante185 Jun 17, 2023
a348982
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
215447a
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
27746f1
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
da193fd
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
fb162b5
reduced uniform diversity
ante185 Jun 17, 2023
90ada50
Update RHS_AI_ChDKZ.sqf
ante185 Jun 17, 2023
7e593dd
ekp8_18 incompatible with aks74un, fixed
ante185 Jun 22, 2023
3a0498f
Update RHS_AI_ChDKZ.sqf
ante185 Jun 22, 2023
d26298d
Update RHS_AI_ChDKZ.sqf
ante185 Jul 2, 2023
f25b1de
Moved flag textures
ante185 Jul 5, 2023
a01f6f8
Merge branch 'ChDKZ-Template' of https://github.com/ante185/A3-Antist…
ante185 Jul 5, 2023
aa2d8a0
Merge branch 'unstable' into pr/2796
Lazejun Jul 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 11 additions & 6 deletions A3A/addons/core/CfgMarkers.hpp
Expand Up @@ -3,19 +3,24 @@ class CfgMarkers {

class a3a_flag_cdf: flag_NATO {
name = "CDF";
icon = QPATHTOFOLDER(data\map\markers\flags\cdf_ca.paa);
texture = QPATHTOFOLDER(data\map\markers\flags\cdf_ca.paa);
icon = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa);
texture = QPATHTOFOLDER(Pictures\Markers\cdf_ca.paa);
};

class a3a_flag_napa: flag_NATO {
name = "NAPA";
icon = QPATHTOFOLDER(data\map\markers\flags\napa_ca.paa);
texture = QPATHTOFOLDER(data\map\markers\flags\napa_ca.paa);
icon = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa);
texture = QPATHTOFOLDER(Pictures\Markers\napa_ca.paa);
};

class a3a_flag_serbia: flag_NATO {
name = "Serbia";
icon = QPATHTOFOLDER(data\map\markers\flags\serbia_ca.paa);
texture = QPATHTOFOLDER(data\map\markers\flags\serbia_ca.paa);
icon = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa);
texture = QPATHTOFOLDER(Pictures\Markers\serbia_ca.paa);
};
class a3a_flag_chdkz: flag_NATO {
name = "ChDKZ";
icon = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa);
texture = QPATHTOFOLDER(Pictures\Markers\chdkz_co.paa);
};
};
Binary file added A3A/addons/core/Pictures/Markers/chdkz_co.paa
Binary file not shown.
10 changes: 10 additions & 0 deletions A3A/addons/core/Templates/Templates.hpp
Expand Up @@ -185,6 +185,16 @@ class Templates
climate[] = {"temperate","tropical","arctic"};
};

class RHS_CHDKZ : RHS_Base
{
side = "Inv";
flagTexture = "rhsgref\addons\rhsgref_main\data\flag_chdkz_co.paa";
name = "RHS ChDKZ";
file = "RHS_AI_ChDKZ";
maps[] = {"chernarus_summer","chernarus_winter","chernarus"};
logo = "\rhsgref\addons\rhsgref_main\data\rhs_logo_ca.paa";
};

class RHS_CDF : RHS_Base
{
side = "Occ";
Expand Down
987 changes: 987 additions & 0 deletions A3A/addons/core/Templates/Templates/RHS/RHS_AI_ChDKZ.sqf

Large diffs are not rendered by default.

Expand Up @@ -24,6 +24,13 @@
// ["RHS_AH64D_GS", ["cost", 300]], // no hellfires
["RHS_AH64D", ["cost", 350]],
["RHS_AH64D_CS", ["cost", 350]],
["RHS_AH64D_AA", ["cost", 350]]
["RHS_AH64D_AA", ["cost", 350]],

//Cost adjustments for ChDKZ
["RHS_Mi24P_vvsc", ["cost", 170]], //Cheaper attack heli
["rhsgref_BRDM2_HQ_ins", ["cost", 50]], //Single limited arc PK
["rhsgref_BRDM2UM_ins", ["cost", 40]],
["rhsgref_ins_uaz", ["cost", 10]],
["rhsgref_ins_uaz_open", ["cost", 10]]

]] call _fnc_saveToTemplate;