-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKPCF_config.sqf
348 lines (316 loc) · 9.24 KB
/
KPCF_config.sqf
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
/*
Killah Potatoes Cratefiller v1.1.0
Author: Dubjunk - https://github.com/KillahPotatoes
Edited by Mildly_Interested - https://github.com/MildlyInterested
License: GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.html
Description:
Configuration file for various variables of the KP cratefiller.
*/
//For WHITELISTING settings check the "KPCF_whitelist.sqf" file
//Configure ACE specific settings, these settings won't affect any other crates or objects in your mission, only objects spawned by KP Cratefiller
KPCF_ace_drag_all = true; //if you want to be able to ACE DRAG every crate (created by Cratefiller) regardless of weight set to "true"
KPCF_ace_carry_all = true; //if you want to be able to ACE CARRY every crate (created by Cratefiller) regardless of weight set to "true"
KPCF_ace_cargo_one = true; //sets required cargo space to 1 for every crate (created by Catefiller) if set to "true"
// The Base object is for the player interaction, so at these object you can open the dialog
KPCF_cratefillerBase = [
"Land_Cargo10_white_F",
"Land_Cargo10_military_green_F"
];
// The Spawn object is the point where crates will spawn and acts the center for the KPCF_spawnRadius
KPCF_cratefillerSpawn = "Land_JumpTarget_F";
// This variable defines if the player will be able to spawn and delete crates
KPCF_canSpawnAndDelete = true;
// If set to "true" the item lists will be generated from the config
KPCF_generateLists = false;
// These variable defines the range where inventories can be edited
// Example: With an setting of 10 all objects in a radius of 10m from the center of the spawn object can be edited
KPCF_spawnRadius = 10;
// Defines the distance for the interaction (addAction / ACE)
KPCF_interactRadius = 5;
// Defines the available crates
KPCF_crates = [
"LSR_Crates_pelican_Empty_S",
"LSR_Crates_pelican_Empty_M",
"LSR_Crates_pelican_Empty_L",
"LSR_Crates_pelican_pallet_L",
"LSR_Crates_pelican_pallet_M",
"ACE_medicalSupplyCrate_advanced"
];
// Defines the blacklisted items
// Blacklisted items are used on every category with activated generatedLists and everytime on the magazines and attachments
// So this variable will ensure the block of unwanted items
KPCF_blacklistedItems = [
""
];
// ----- This Variable will only be used with activated generatedLists -----
// Defines the whitelisted items
// Whitelisted items will be added after the item detection to ensure the availability
KPCF_whitelistedItems = [
""
//weapons
//grenades
//explosives
//items
//backpack
];
// ----- These Variables will be replaced with activated generatedLists -----
// Defines the available weapons
KPCF_weapons = [
"rhs_weap_M107_d",
"UK3CB_BAF_556_200Rnd",
"rhsusf_mag_10Rnd_STD_50BMG_mk211",
"rhsusf_mag_10Rnd_STD_50BMG_M33",
"launch_MRAWS_green_rail_F",
"MAA_MAAWS_HEDP502",
"rhs_mag_30Rnd_556x45_M855A1_Stanag",
"UK3CB_BAF_L85A3",
"UK3CB_BAF_L85A3_UGL",
"rhs_mag_M441_HE",
"rhs_mag_m4009",
"rhs_mag_M583A1_white",
"rhs_mag_M585_white_cluster",
"rhs_mag_m661_green",
"rhs_mag_m662_red",
"rhs_mag_M663_green_cluster",
"rhs_mag_M664_red_cluster",
"rhs_mag_m713_Red",
"rhs_mag_m714_White",
"rhs_mag_m715_Green",
"rhs_mag_m716_yellow",
"rhs_mag_M781_Practice",
"UK3CB_BAF_L7A2",
"UK3CB_BAF_762_100Rnd",
"UK3CB_BAF_762_100Rnd_T",
"UK3CB_BAF_762_200Rnd",
"UK3CB_BAF_762_200Rnd_T",
"UK3CB_BAF_L129A1",
"ACE_20Rnd_762x51_M993_AP_Mag",
"16aa_Weapons_L115A3_OD",
"16aa_Weapons_L115A3_DD",
"16aa_Weapons_L115A3_SN",
"16aa_Magazine_338AP",
"16AA_Magazine_338AP_T",
"16AA_Magazine_338SP_NT",
"16AA_Magazine_338SP_T",
"UK3CB_BAF_L110_762",
"rhsusf_mag_17Rnd_9x19_FMJ",
"UK3CB_BAF_M6",
"UK3CB_BAF_1Rnd_60mm_Mo_AB_Shells",
"UK3CB_BAF_1Rnd_60mm_Mo_Shells",
"UK3CB_BAF_1Rnd_60mm_Mo_Flare_White",
"UK3CB_BAF_1Rnd_60mm_Mo_Smoke_Red",
"UK3CB_BAF_1Rnd_60mm_Mo_WPSmoke_White",
"UK3CB_BAF_1Rnd_60mm_Mo_Smoke_White",
"UK3CB_BAF_L16",
"UK3CB_BAF_L16_Tripod",
"UK3CB_BAF_1Rnd_81mm_Mo_Shells",
"UK3CB_BAF_1Rnd_81mm_Mo_IRFlare_White",
"UK3CB_BAF_1Rnd_81mm_Mo_Smoke_Red",
"UK3CB_BAF_1Rnd_81mm_Mo_Flare_White",
"UK3CB_BAF_1Rnd_81mm_Mo_WPSmoke_White",
"UK3CB_BAF_1Rnd_81mm_Mo_Smoke_White",
"16aa_Weapon_FGM_148_Javelin",
"16aa_Magazine_Javelin_Tube",
"rhs_weap_fim92",
"rhs_fim92_mag",
"UK3CB_BAF_L111A1",
"UK3CB_BAF_127_100Rnd",
"UK3CB_BAF_L134A1",
"UK3CB_BAF_32Rnd_40mm_G_Box",
"UK3CB_BAF_Tripod",
"ace_compat_rhs_usf3_mag_TOW2b",
"ace_compat_rhs_usf3_mag_TOW2bb",
"Starstreak",
"Starstreak2_missile"
];
// Defines the available grenades
KPCF_grenades = [
//Strobes
"MS_Strobe_Mag_1",
//Smokes
"rhs_mag_an_m8hc",
"rhs_mag_m18_green",
"rhs_mag_m18_purple",
"rhs_mag_m18_red",
"rhs_mag_m18_yellow",
"UK3CB_BAF_SmokeShellBlue",
//HEs
"rhs_mag_m67",
"rhs_mag_m69",
"rhs_mag_mk84",
//Chemlights
"ACE_Chemlight_HiBlue",
"ACE_Chemlight_HiGreen",
"ACE_Chemlight_HiRed",
"ACE_Chemlight_HiWhite",
"ACE_Chemlight_HiYellow",
"ACE_Chemlight_IR",
"ACE_Chemlight_UltraHiOrange"
];
// Defines the available explosives
KPCF_explosives = [
"rhsusf_m112_mag",
"rhsusf_m112x4_mag",
"SLAMDirectionalMine_Wire_Mag",
"rhs_mine_M19_mag", //AT Mine
"ClaymoreDirectionalMine_Remote_Mag", //M18A1 Claymore
"rhsusf_mine_m49a1_3m_mag", //Tripwire Flare mine 3m
"rhsusf_mine_m49a1_6m_mag", //Tripwire Flare mine 6m
"rhsusf_mine_m49a1_10m_mag" //Tripwire Flare mine 10m
];
// Defines the available items
KPCF_items = [
//ACE Medical
"ACE_adenosine",
"ACE_epinephrine",
"ACE_morphine",
"ACE_fieldDressing",
"ACE_elasticBandage",
"ACE_packingBandage",
"ACE_quikclot",
"ACE_bloodIV_250",
"ACE_bloodIV_500",
"ACE_bloodIV",
"ACE_plasmaIV_250",
"ACE_plasmaIV_500",
"ACE_plasmaIV",
"ACE_salineIV_250",
"ACE_salineIV_500",
"ACE_salineIV",
"ACE_bodyBag",
"ACE_personalAidKit",
"ACE_splint",
"ACE_surgicalKit",
"ACE_tourniquet",
"ACE_suture",
//KAT Medical
"kat_aatKit",
"kat_IV_16",
"kat_accuvac",
"kat_X_AED",
"kat_amiodarone",
"kat_CarbonateItem",
"kat_atropine",
"kat_AED",
"kat_crossPanel",
"kat_bloodIV_O_N",
"kat_bloodIV_O_N_500",
"kat_bloodIV_O_N_250",
"kat_plate",
"kat_chestSeal",
"kat_clamp",
"kat_vacuum",
"kat_EACA",
"kat_etomidate",
"kat_IO_FAST",
"kat_fentanyl",
"KAT_Empty_bloodIV_250",
"KAT_Empty_bloodIV_500",
"kat_flumazenil",
"kat_guedel",
"kat_ketamine",
"kat_larynx",
"kat_lidocaine",
"kat_lorazepam",
"kat_nalbuphine",
"kat_naloxone",
"kat_ncdKit",
"kat_nitroglycerin",
"kat_norepinephrine",
"kat_PainkillerItem",
"kat_phenylephrine",
"kat_Pulseoximeter",
"kat_retractor",
"kat_scalpel",
"kat_stethoscope",
"kat_TXA",
"kat_BVM",
"kat_CaffeineItem",
"kat_PenthroxItem",
"kat_PervitinItem",
"kat_pocketBVM",
"kat_oxygenTank_150_Item",
"kat_oxygenTank_300_Item",
"kat_crossPanel",
"kat_AFAK",
"kat_IFAK",
"kat_MFAK",
"kat_suction",
"kat_coag_sense",
"kat_phenylephrineAuto",
//ACE Items
"UK3CB_BAF_L16_RangeTable",
"ACE_ATragMX",
"ACE_CableTie",
"ACE_DefusalKit",
"ACE_EntrenchingTool",
"ACE_Fortify",
"ACE_Kestrel4500",
"ACE_Flashlight_KSF1",
"ACE_M26_Clacker", //M152 Firing Device
"ACE_Clacker", //M57 Firing Device
"ACE_MapTools",
"ACE_microDAGR",
"ACE_RangeCard",
"ACE_SpottingScope",
"ACE_SpraypaintBlack",
"ACE_SpraypaintBlue",
"ACE_SpraypaintGreen",
"ACE_SpraypaintRed",
"ACE_SpraypaintWhite",
"ACE_SpraypaintYellow",
"ACE_Tripod",
"ACE_Vector",
"ACE_wirecutter",
"ACE_VMM3",
"ACE_Humanitarian_Ration",
"ACE_Sunflower_Seeds",
"ACE_WaterBottle",
"ace_marker_flags_black",
"ace_marker_flags_blue",
"ace_marker_flags_green",
"ace_marker_flags_red",
"ace_marker_flags_white",
"ace_marker_flags_yellow",
//ACRE
"ACRE_PRC117F",
"ACRE_PRC152",
"ACRE_PRC343",
"ACRE_VHF30108",
//CTABs
"ItemAndroid",
"ItemcTab",
"itc_land_tablet_fdc",
//Weapon Attachments
"uk3cb_baf_ta648",
"uk3cb_baf_llm_ir_black",
"uk3cb_baf_silencer_l115a3",
"uk3cb_underbarrel_acc_fgrip_bipod",
"UK3CB_BAF_HMNVS",
"UK3CB_BAF_Soflam_Laserdesignator",
"rksl_optic_pmii_525",
"lsr_attachment_338_suppressor_black",
"uk3cb_baf_silencer_l110",
"rhsusf_acc_su230a_mrds",
"rhsusf_acc_nt4_black",
"rhsusf_acc_sf3p556",
"rhsusf_acc_grip1",
"rhs_altyn_visordown",
//Misc Items
"V_EOD_olive_F",
"ToolKit",
"B_UavTerminal",
"Attachable_Helistretcher",
"Laserbatteries",
"UK3CB_BAF_M6_RangeTable",
"FISH_Cream_Kit_Europe",
"42cdo_vs17_item"
];
// Defines the available backpacks
KPCF_backpacks = [
"rhsusf_eject_Parachute_backpack",
"rhs_Tow_Gun_Bag",
"rhs_TOW_Tripod_Bag",
"B_UGV_02_Demining_backpack_F",
"B_rhsusf_B_BACKPACK"
];