mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
push 0.3.1 to experimental branch
This commit is contained in:
parent
c5f533afb2
commit
3af8f8beec
Binary file not shown.
Binary file not shown.
@ -15,7 +15,8 @@ WeatherChangeTime = 1200; // This controls how fast the weather changes as well
|
||||
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>}
|
||||
events[] = {
|
||||
{ 3600, "CarnivalSpawner" }, // SECOND <scalar>, EVENT <string>
|
||||
{ 1200, "EarthQuake" },
|
||||
{ 2400, "EarthQuake" },
|
||||
{ 1800, "ChangeWeather" },
|
||||
{ 1200, "ContainerSpawner" },
|
||||
{ 300, "PlantSpawner" } //No comma on last Entry
|
||||
};
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// EPOCH SERVER CONFIG
|
||||
|
||||
// GLOBAL SETTINGS
|
||||
hostname = "EpochMod.com (0.3.0.4|1.48) ID02 YourHost";
|
||||
hostname = "EpochMod.com (0.3.1|1.48) ID02 YourHost";
|
||||
password = "";
|
||||
passwordAdmin = "!CHANGE_THIS_PASSWORD!";
|
||||
serverCommandPassword = "!CHANGE_THIS_PASSWORD!";
|
||||
|
Loading…
Reference in New Issue
Block a user