An example is Folia Clusters meteors, which are defined in yaml, but not in code, leaving the world with no meteors, and warning in the logs:
[17:08:39.940] [1] [WARNING] world Asteroid has invalid season ForestMoonletMeteorShowers
[17:08:39.941] [1] [WARNING] world Asteroid has invalid season SwampyLandingSiteMeteorShowers
[17:08:39.941] [1] [WARNING] world Asteroid has invalid season OilRichWarpTargetMeteorShowers
The yaml entry for Folia, which defines ForestMoonletMeteorShowers, but this does not actually exist:
seasons: - SpacedOutStyleStartMeteorShowers - ForestMoonletMeteorShowers
While only a mildly annoying warning in the log, this presents an issue to worldgen modders who are trying to gather seasons from .yaml files, and now have to rely on C# code to figure out which seasons are actually implemented, making world creation less accessible.
Steps to Reproduce
- Attempt to play Folia cluster
- Some seasons are invalid and never happen
-
1
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 accountSign in
Already have an account? Sign in here.
Sign In Now