From a996d9c1515cc74e5d95d3579c2a2b9e524e41c9 Mon Sep 17 00:00:00 2001 From: He-Man Date: Wed, 16 Oct 2019 19:56:08 +0200 Subject: [PATCH] Comment --- Server_Install_Pack/@epochhive/epochconfig.hpp | 2 ++ 1 file changed, 2 insertions(+) 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