Jump to content

Container / Ferris Wheel / Earthquake not working


Scaris

Recommended Posts

I am unsure what is going on. I get plants spawning on the map, however no supply containers or ferris wheels are displaying and I suspect earthquakes may not be as well. I am however seeing the regular debug message for all of these events in the server log. Any idea's where else I should look?

 

I have the times all set correctly in the epoch config. Here they are:

 

// Events
WeatherChangeTime = 1200; // This controls how fast the weather changes as well as how fast shipping containers and earthquakes happen.
WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{0,0}}; // 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" },
{ 900, "ContainerSpawner" },
{ 300, "PlantSpawner" } //No comma on last Entry
};
 
I am unsure why plants would work but the others don't? The plants I presume are the green triangles on the map and not the poppy's anymore right?
Link to comment
Share on other sites

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...