Notes
- I expect the 0.5.X ver of solar-calc to be extremely buggy, so please report any bugs.
Due to various API changes introduced in factorio 2.0 a few things were broken for the mod:
- You can now select the same entity multiple times in a block due to how 'choose-elem-button-with-quality' works.
- It is impossible to get the capacity of the quality accumulators through the API, so it simply works by formula "base_cap * (quality.level + 1)", which is correct for DLC, but I can't guarantee it will work for other mods.
- Getting surface parameters(solar_power_multiplier) is a pain now. It combines using prototype stage properties with runtime properties, and space platforms are just a mess. IMPORTANT: For this reason, solar-calc simply loads PlanetPrototype's on load. This means it's compatible with the Space Age DLC, but other mods (including the future Space Exploration ported for 2.0) will fail with a 99% chance. I may add compatibility with Space Exploration 2.0 if I find time for it when it is released.