The Altera Centauri collection has been brought up to date by Darsnan. It comprises every decent scenario he's been able to find anywhere on the web, going back over 20 years.
25 themes/skins/styles are now available to members. Check the select drop-down at the bottom-left of each page.
Call To Power 2 Cradle 3+ mod in progress: https://apolyton.net/forum/other-games/call-to-power-2/ctp2-creation/9437883-making-cradle-3-fully-compatible-with-the-apolyton-edition
I went through and modified things to fit the inheritance model - it all works fine now, and is very nice and compact in the CvCustomEventManager.py file. Feel free to use it if you wish.
I, ah, borrowed the code from your mod and in doing so noticed an error: The popup must have at least one entry else it will cause the game to crash. I disabled the Raze City option and this allowed the list to be empty, which caused the problem. Just thought I'd let you know.
Mylon, you must mean you disabled the abandon city option.
I didn't test TheDarkSide's building demolition mod that extensively, so I didn't notice that. I just tested it and you are right. I guess that abandon city eliminates that bug nicely, though.
You can fix it by changing 'Abandon City' to 'Nothing' in the eventDestroyBuildingBegin section.
In the eventDestroyBuildingApply section, you can delete or comment out the 11 lines after the 2nd if statement, and put in a return statement.
Comment