Files
DayZ-Epoch/SQF/dayz_epoch_b/config.cpp
icomrade c4682e5346 Mitigate PboDLL limitation
this mitigates a newly introduced/reduced limitation on config size/entries when rapying content with Mikero's PBO tools. This issue will unfortunately not be fixed, hence moving keys to Epoch_B
2017-06-18 21:39:22 -04:00

14 lines
231 B
C++

class CfgPatches {
class dayz_epoch_b {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
dayzVersion = "1.0.6";
requiredAddons[] = {"dayz_code"};
};
};
class CfgWeapons
{
class ItemCore;
#include "ItemKeys.hpp"
};