[GS] Overpopulation
Posted: 22 Feb 2023 23:54
I wrote my first OpenTTD game script
Overpopulation keeps track of the world population and records a milestone every time the initial population is doubled. There is no final goal; each time you reach a population milestone the next one starts, so you can play to see how much you can increase the population up to a certain date or how many years do you need to reach a certain milestone (x4, x8, x10...).
The code is build on top of City Growth Limiter Minimal by gnrd, a fork of City Growth Limiter by Sylf, which means that towns need a minimum percentage of passengers transported to grow.
It also includes an optional income tax that increases with every population milestone, starting at 0% so you have time to prepare. In the games I've played it really weighs you down so it's way harder to become a billionare.
After some testing and debugging the code is finally ready for a release. I'll wait for some more playing and hopefully some feedback before uploading it to bananas.
UPDATE July 2023
New version 3
See following post: viewtopic.php?p=1263234#p1263234

Overpopulation keeps track of the world population and records a milestone every time the initial population is doubled. There is no final goal; each time you reach a population milestone the next one starts, so you can play to see how much you can increase the population up to a certain date or how many years do you need to reach a certain milestone (x4, x8, x10...).
The code is build on top of City Growth Limiter Minimal by gnrd, a fork of City Growth Limiter by Sylf, which means that towns need a minimum percentage of passengers transported to grow.
It also includes an optional income tax that increases with every population milestone, starting at 0% so you have time to prepare. In the games I've played it really weighs you down so it's way harder to become a billionare.
After some testing and debugging the code is finally ready for a release. I'll wait for some more playing and hopefully some feedback before uploading it to bananas.
UPDATE July 2023
New version 3
See following post: viewtopic.php?p=1263234#p1263234