Skip to content

Commit 17d5d35

Browse files
authored
Merge pull request #148 from ARCOMM/arcMiscV2Update
Framework update for Arc Misc 2.0
2 parents 999956a + 8cbe4b0 commit 17d5d35

File tree

9 files changed

+3963
-26756
lines changed

9 files changed

+3963
-26756
lines changed

.version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
<body>
77
<p>
8-
Latest version: v4.0.2
8+
Latest version: v5.0.0
99
</p>
1010
</body>

ARCMT.vr/description.ext renamed to ARC_MT_NameWithNoSpace_Author.vr/description.ext

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,11 @@ class CfgDebriefing {
2424
};
2525

2626
// DO NOT REMOVE. Include the macros for custom loadouts.
27-
#include "\x\arc_misc\addons\tmf_loadouts\macros.inc"
27+
#include "\z\arc_tmf\addons\loadout\macros.inc"
2828

2929
class CfgLoadouts {
3030
class EXAMPLE_LOADOUT {
3131
displayName = "Example Loadout";
3232
#include "loadouts\example_loadout.hpp"
3333
};
34-
35-
// Example import and modification of loadout
36-
import BLU_F from CfgLoadouts;
37-
class BLU_F: BLU_F {
38-
// Add some explosives to the engineer
39-
class eng: eng {
40-
backpackitems[] += {
41-
"SatchelCharge_Remote_Mag",
42-
LIST_3("DemoCharge_Remote_Mag")
43-
};
44-
};
45-
};
4634
};

ARCMT.vr/loadouts/example_loadout.hpp renamed to ARC_MT_NameWithNoSpace_Author.vr/loadouts/example_loadout.hpp

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ class baseMan {// Weaponless baseclass
3636
items[] = {
3737
MEDICAL_R,
3838
"ACE_EntrenchingTool",
39-
LIST_3("ACE_CableTie")
39+
LIST_3("ACE_CableTie"),
40+
"ACE_Canteen"
4041
};
4142
// These are added directly into their respective slots
4243
linkedItems[] = {
@@ -106,7 +107,10 @@ class smg : r {
106107
LIST_2("HandGrenade"),
107108
LIST_2("SmokeShell")
108109
};
109-
items[] = { MEDICAL_R };
110+
items[] = {
111+
MEDICAL_R,
112+
"ACE_Canteen"
113+
};
110114
};
111115

112116
class ftl : g {
@@ -170,7 +174,8 @@ class ar : r {
170174
class aar : r {
171175
displayName = "Assistant Automatic Rifleman";
172176
backpackItems[] = {
173-
LIST_4("100Rnd_65x39_caseless_mag")
177+
LIST_4("100Rnd_65x39_caseless_mag"),
178+
"ACE_SpareBarrel"
174179
};
175180
linkedItems[] += {"Binocular"};
176181
};

0 commit comments

Comments
 (0)