diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index d1eae1aa..b0593700 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -5,6 +5,8 @@ forceRestartTime = 14400; // 4 hour restarts StaticDateTime[] = {}; // {0,0,0,8,0} would forces the server to start at 8am each time it is started while allowing the year, month and day to stay real time. Any values left at 0 will result in no change. timeDifference = 0; // Server uses real time this will allow you to offset just the hour. timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems. + +// Loot (Check CfgBuildingLootPos.hpp in mission file for more settings) lootMultiplier = 1; // 1 = normal loot multiplier. This controls how much loot can payout per loot container. UseLootHelper = "true"; // GroundLoot will get a visible sphere for better loot identification