mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update epochconfig.hpp
Removed the suggested static weather array for a cold, foggy, rainy day due to it being a little *too* foggy. In most cases anyway people use the static weather array for a sunny, no rain and no fog environment.
This commit is contained in:
parent
9915cb1939
commit
66218a3ad7
@ -8,7 +8,7 @@ forceRestartTime = 14400; // 4 hour restarts
|
||||
lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container.
|
||||
|
||||
// Events
|
||||
WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
|
||||
WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
|
||||
events[] = {
|
||||
{
|
||||
3600, // SECOND <scalar>,
|
||||
|
Loading…
Reference in New Issue
Block a user