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
Not sure if there's any documentation (tried the readme?) but it's easy.
Just create a PREFIX_gamefile.txt file in which you keep track of which files should be used by the mod (and use duplicates of the files you change with the same prefix - the same prefix isn't necessary but it's less confusing than giving every file it's own unique prefix ). ModSwapper looks for any *_gamefile.txt files so your prefix can be anything as long as no other mod already used it (which would force users of your mod to manually rename file(s)).
The PREFIX_gamefile.txt file should be of the same format as the regular gamefile.txt files except that you should add 3 things at the bottom of the file: (1) the name of your mod (as it should be displayed in ModSwapper), (2) what file to use for newsprite.txt and (3) what file to use for Great_Library.txt (due to bugs these last two aren't read properly otherwise).
Keep in mind that the language-specific files are all stored in strings.txt, so you effectively have to do the same thing with strings.txt in the english folder as you do for the gamefile.txt in the default folder (and make the new gamefile.txt refer to the proper strings.txt file of course).
Look at the CRA/APOL/MM2_gamefile.txt (and *_strings.txt) files for examples.
Originally posted by Locutus
The PREFIX_gamefile.txt file should be of the same format as the regular gamefile.txt files except that you should add 3 things at the bottom of the file: (1) the name of your mod (as it should be displayed in ModSwapper), (2) what file to use for newsprite.txt and (3) what file to use for Great_Library.txt (due to bugs these last two aren't read properly otherwise).
That is not correct you don't have to add these files at the end of the *_gamefile.txt because of bugs. The fact that the game reads these files is just hard encoded and not written into the gamefile.txt. There is a difference between bugs and the way how to implement stuff.
Also, I usually create a scenario directory for a mod, or if i want to test one specific part of someone else's mod, ie Diplomod. Its easy to make quick changes this way.
Call to Power 2: Apolyton Edition - download the latest version (12th June 2011)
CtP2 AE Wiki & Modding Reference One way to compile the CtP2 Source Code.
Comment