forked from shaygman/MCC_sandbox_modDev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinesMod.hpp
216 lines (182 loc) · 6.78 KB
/
definesMod.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
#define MCCPATH "\mcc_sandbox_mod\"
#define MCCVersion "(r31)"
#define MCCMODE true
class RscMapControl;
class RscText;
class RscControlsGroup;
class RscControlsGroupNoScrollbars;
//class RscButtonMenu;
class RscShortcutButton;
class RscAttributeText;
class RscCombo;
class RscCheckBox;
class TabSide;
class BLUFOR;
class OPFOR;
class Independent;
class Civilian;
class GroupList;
class UnitList;
//--------------------------Dialogs----------------------------------------------------
#include "\mcc_sandbox_mod\mcc\dialogs\mcc_dialogs.hpp"
#include "\mcc_sandbox_mod\mcc\dialogs\mcc_saveLoadScreen.hpp"
#include "\mcc_sandbox_mod\mcc\dialogs\mcc_3d_dialog.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_boxGen.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_groupsGen.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_MWMainDialog.hpp"
//----Console-----------------
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_playerConsole.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\MCC_playerConsole2.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\MCC_playerConsole3.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_playerConsoleLoading.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_missionSettings.hpp"
//----PDA-----------------
#include "\mcc_sandbox_mod\mcc\Dialogs\sqlPDA\mcc_SQLPDA.hpp"
//----Mission Wizard-----------------
#include "\mcc_sandbox_mod\mcc\Dialogs\MCCMW_briefingMap.hpp"
//----Curator-----------------
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_curatorInitDefines.hpp"
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_curatorInit.hpp"
//----Key Settings-----------------
#include "\mcc_sandbox_mod\mcc\Dialogs\mcc_rscKeyBinds.hpp"
//--------------------------------CP------------------------------------------------
#define CPPATH "\mcc_sandbox_mod\"
#define CPVersion "0.1"
#include "\mcc_sandbox_mod\mcc\roleSelection\cfg.hpp"
//--------------------------Campaign----------------------------------------------------
#include "\mcc_sandbox_mod\mcc\Dialogs\campaign\mcc_vehicleSpawner.hpp"
//--------------------------Dynamic dialog--------------------------
#include "\mcc_sandbox_mod\mcc\Dialogs\dynamicDialog\dynamicDialogUI.hpp"
//--------------------------Others----------------------------------------------------
#include "\mcc_sandbox_mod\bon_artillery\dialog\Artillery.hpp"
#include "\mcc_sandbox_mod\hcam\hcam.hpp"
#include "\mcc_sandbox_mod\spectator\spectating.hpp"
//--------------------------features----------------------------------------------------
#include "\mcc_sandbox_mod\mcc\login\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\rts\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\bombDefuse\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\survive\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\interaction\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\LHD\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\vehicles\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\logistics\cfg.hpp"
#include "\mcc_sandbox_mod\mcc\medic\cfg.hpp"
//--------------------------Cfg----------------------------------------------------
class CfgFunctions
{
#include "\mcc_sandbox_mod\gaia\cfgFunctions.hpp"
class MCC
{
tag = "MCC";
#include "\mcc_sandbox_mod\mcc\cfg\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\login\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\rts\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\cfg\modules\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\cfg\curator\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\undercover\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\bombDefuse\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\survive\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\HUD\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\roleSelection\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\interaction\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\radio\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\AAS\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\missionWizard\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\helpers\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\helicopters\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\ambient\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\LHD\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\compositions\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\vehicles\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\logistics\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\UI\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\medic\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\roads\cfgFunctions.hpp"
#include "\mcc_sandbox_mod\mcc\ai\cfgFunctions.hpp"
};
};
class cfgRemoteExec {
class Functions {
// State of remoteExec: 0-turned off, 1-turned on, taking whitelist into account, 2-turned on, however, ignoring whitelists (default because of backward compatibility)
mode = 2;
// Ability to send jip messages: 0-disabled, 1-enabled (default)
jip = 1;
#include "\mcc_sandbox_mod\mcc\cfg\cfgRemoteExec.hpp"
#include "\mcc_sandbox_mod\mcc\radio\cfgRemoteExec.hpp"
#include "\mcc_sandbox_mod\mcc\AAS\cfgRemoteExec.hpp"
};
};
class CfgObjectCompositions
{
#include "\mcc_sandbox_mod\mcc\cfg\CfgObjectCompositions.hpp"
};
class CfgMusic
{
#include "\mcc_sandbox_mod\mcc\cfg\CfgMusic.hpp"
};
class CfgSounds
{
#include "\mcc_sandbox_mod\mcc\cfg\CfgSounds.hpp"
#include "\mcc_sandbox_mod\mcc\ambient\CfgSounds.hpp"
#include "\mcc_sandbox_mod\mcc\radio\CfgSounds.hpp"
};
class CfgNotifications
{
#include "\mcc_sandbox_mod\mcc\cfg\CfgNotifications.hpp"
};
class RscTitles
{
#include "\mcc_sandbox_mod\mcc\dialogs\mcc_InteractionRsc.hpp"
#include "\mcc_sandbox_mod\mcc\dialogs\compass.hpp"
#include "\mcc_sandbox_mod\hcam\hcam.hpp"
#include "\mcc_sandbox_mod\mcc\dialogs\mcc_3dObject.hpp"
#include "\mcc_sandbox_mod\mcc\dialogs\sqlPDA\MCC_SQLPDA_rsc.hpp"
#include "\mcc_sandbox_mod\mcc\survive\dialogs\mcc_rscSurviveStats.hpp"
#include "\mcc_sandbox_mod\mcc\HUD\cfg.hpp"
//----medic-----------------
#include "mcc\medic\dialogs\mcc_uncMain.hpp"
};
class CfgDebriefing
{
class KickRadio
{
title = "You were kicked";
subtitle = "For abusing the radio";
description = "You were kicked";
};
};
//Groups
class CfgGroups
{
#include "\mcc_sandbox_mod\mcc\compositions\cfgGroups.hpp"
};
class cfgVehicles
{
#include "\mcc_sandbox_mod\mcc\cfg\cfgVehicles.hpp"
};
class cfgMagazines
{
class Default;
class CA_Magazine: Default{};
class HandGrenade: CA_Magazine{};
class 1Rnd_HE_Grenade_shell;
#include "\mcc_sandbox_mod\mcc\cfg\cfgMagazines.hpp"
};
class cfgWeapons
{
class Default;
class GrenadeLauncher: Default{};
class arifle_MX_GL_F;
class itemCore;
class InventoryItem_Base_F;
class Launcher_Base_F;
#include "\mcc_sandbox_mod\mcc\cfg\cfgWeapons.hpp"
};
class CfgMarkers
{
#include "\mcc_sandbox_mod\mcc\cfg\CfgMarkers.hpp"
};
//Extend Main menu
#include "\mcc_sandbox_mod\mcc\cfg\menuExt.hpp"
//Extend curator
#include "\mcc_sandbox_mod\mcc\cfg\curatorExt.hpp"