configurable global warming
Posted: Fri Nov 04, 2022 3:43 pm
Contrary to what I thought, pollution is an issue that leads to global warming quite quickly, if you don't deal with it immediately. How much pollution you can have relative to map size is hardcoded in the game though. What I realized now is that don't want to simply make pollution more severe by plain amount in my mod, but instead want to change the impact via effect. Currently, global warming is the primary threat of pollution, the impact on production is secondary. I would like to be able the invert that, so that you can configure the amount of pollution on the map before global warming happens. The effect of pollution on production and cities is already configurable via effects.
In principle I see two ways of doing that. The simple one is to make the basic variables configurable, which should be threshold for global warming and weight of a polluted tile.
The much more complex, but also intriguing alternative would be to change the mechanics. Currently global warming is a single parameter, that's only determined by the pollution in the current and last round. Not just would it make sense to extend this over a much longer period, but also turn it into a simple simulation of one or more factors, like CO2 levels, that also wouldn't need to be tied just to pollution. I didn't give this too much thought, since the simple solution would already be enough for my purposes, but it seems worth thinking about.
In principle I see two ways of doing that. The simple one is to make the basic variables configurable, which should be threshold for global warming and weight of a polluted tile.
The much more complex, but also intriguing alternative would be to change the mechanics. Currently global warming is a single parameter, that's only determined by the pollution in the current and last round. Not just would it make sense to extend this over a much longer period, but also turn it into a simple simulation of one or more factors, like CO2 levels, that also wouldn't need to be tied just to pollution. I didn't give this too much thought, since the simple solution would already be enough for my purposes, but it seems worth thinking about.