mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Comment
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user