commit a2dd364643e18241f0c00b544f4be595b65c8183 Author: bene Date: Thu Jan 2 03:05:03 2025 +0000 config.cpp diff --git a/config.cpp b/config.cpp new file mode 100644 index 0000000..5aafd8f --- /dev/null +++ b/config.cpp @@ -0,0 +1,23 @@ +class CfgPatches +{ + class HRBRT_ExpansionStackSize + { + requiredVersion=0.1; + requiredAddons[]= + { + "DZ_Data" + }; + }; +}; + +class CfgVehicles +{ + class Inventory_Base; + class ExpansionMoneyBase: Inventory_Base {}; + class ExpansionMoneyBanknote_Base: ExpansionMoneyBase + { + scope=0; + varQuantityMax=250000; + varStackMax=250000; + }; +}; \ No newline at end of file