This small override fixes the issue where items from containers inside the player inventory are dropped onto the ground after login.
It also works for some vStorage mods like LBMaster Virtual Garage, where nested items inside containers would be dropped on the ground.
Big shoutout to Funatic from MAG for the vStorage fix.
The mod works as a server-side only mod and does not need to be loaded by the client. I have signed it so it can be easily subscribed to and used.
modded class ItemBase
{
protected bool m_Fix_HierarchyLoad;
void ItemBase()
{
m_Fix_HierarchyLoad = true;
}
override bool OnStoreLoad(ParamsReadContext ctx, int version)
{
m_Fix_HierarchyLoad = true;
if (!super.OnStoreLoad(ctx, version))
{
m_Fix_HierarchyLoad = false;
return false;
}
return true;
}
override void AfterStoreLoad()
{
super.AfterStoreLoad();
m_Fix_HierarchyLoad = false;
}
override void EEOnAfterLoad()
{
super.EEOnAfterLoad();
m_Fix_HierarchyLoad = false;
}
override void DeferredInit()
{
m_Fix_HierarchyLoad = false;
super.DeferredInit();
}
override bool AreChildrenAccessible()
{
if (m_Fix_HierarchyLoad)
{
return true;
}
return super.AreChildrenAccessible();
}
}
129_Fix_Item_Drop_After_Login
Мод 129_Fix_Item_Drop_After_Login для DayZ. Сейчас на 20 серверах RiseOfServers.
- Игра: DayZ
- Workshop ID: 3702860620
- На серверах: 20
Источник: Steam Workshop
Серверы с этим модом
- DAYZ JB Server Сервер с этим модом
- NATIONs - Pripyat PVP 1PP Survival Mod Сервер с этим модом
- FR Le Sanctuaire de Lumière PVE CARS-HELI-MMG-FOG-DNA-COLLE Сервер с этим модом
- PL Mr.Dudi - OLD BOYZ - PvPvE Сервер с этим модом
- Hours of Darkness RP - https: discord.gg 9aaYeRKxVj Сервер с этим модом
- PL Zajechani PVE PVP-AI Trader NORaid Сервер с этим модом
- DayB Chiemsee Сервер с этим модом
- A GraveYard Chernarus PvE Ai Camps Roaming Ai Terje Сервер с этим модом
- GER HKD LootIsland PVE Fresh Wipe 08 April Synced Quest Trade Сервер с этим модом
- IntenZ EU Livonia Hardcore Survival Terje Сервер с этим модом
- RU UMBRELLA MOD PVP X5LOOT TRADER CARS RAID C4 Сервер с этим модом
- NOT FOR ALL Hardcore RP ITA https: discord.gg ZnwAK5h6GQ Сервер с этим модом
- ATOM PVE Chernarus 003 Сервер с этим модом
- Blazed Survival Cherno 2035 SERVER TRANSFER ENABLED Сервер с этим модом
- FR PVE AI THE LAST CHANCE Сервер с этим модом
- CZ SK RealSlovakia PVE WIPED Сервер с этим модом
- ATOM PVE Chernarus 002 Сервер с этим модом
- FR Le Sanctuaire de Lumière PVE CARS-HELI-MMG-FOG-DNA-COLLE Сервер с этим модом
- DAYS GONE RU PVE Сервер с этим модом
- IntenZ EU Chernarus Hardcore Survival Terje Сервер с этим модом