DayZ
Drones
WuYaoMao 13 Jun, 2023 @ 3:37pm
Compatible Battery9V or Woodenbox Slot
If you are unable to place a 9V battery, please check the config.cpp in your MOD with battery slots
Battery9V
class CfgVehicles { class Battery9V: Inventory_Base { inventorySlot[] += {"DroneBattery1","DroneBattery2","DroneBattery3","DroneBattery4","DroneBattery5","DroneBattery6"}; }; };
WoodenCrate
class CfgVehicles { class Container_Base; class WoodenCrate: Container_Base { inventorySlot[] += {"DroneCargo"}; }; };
Ensure that the
inventorySlot []+=
parameter is【+=】instead of just
inventorySlot []=

Any Mod that requires batteries, such as weapon accessories or furniture lights. There is a possibility of this incompatibility issue, you only need to change inventorySlot []+=to be compatible.
Last edited by WuYaoMao; 13 Jun, 2023 @ 3:52pm
< >
Showing 1-1 of 1 comments
WuYaoMao 13 Jun, 2023 @ 3:45pm 
Incompatible Battery9V slots Mods
Modular Vest System

Incompatible WoodenCrate slots Mods

Incompatible Explosive slots Mods
MMG Base Storage

Fix compatible slots Mods
Thanks Wulv
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2988905492
Thanks MrThirst
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2988963179
Last edited by WuYaoMao; 13 Jun, 2023 @ 4:20pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50