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
To change the map size look for the file Const.txt in ...\ctp2_data\default\gamedata and the part:
Code:
#
# These map size settings must all be defined,
# and in this order
#
MAP_SIZE_SMALL 26 52 2
MAP_SIZE_MEDIUM 48 96 2
MAP_SIZE_LARGE 64 128 2
MAP_SIZE_GIGANTIC 70 140 2
Change the first two numbers on the any line.
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.
I can't really remember if there's any complications involved here but END_OF_GAME_YEAR is set in Const.txt and, if you want to tinker with the details of the TIME_SCALEs, they are set in DiffDB.txt (one for each difficulty level).
Originally posted by Peter Triggs
I can't really remember if there's any complications involved here but END_OF_GAME_YEAR is set in Const.txt
Thats what I was looking for Its one of the few things ive never changed.
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.
Q7 How to play with more than 8 opponents?
A7 Just open your userprofile.txt in your ..\ctp2_program\ctp\ directory.
At the top of that file you find the entry: NumPlayers=17. Just change the number there to a one of your choice, and you will start a game with that number of players.
As I know the max number is 29. I never was able to reload a game with more players.
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.
Then I doubt it works in MP mode. But its not recommended to play with more than a few AI's anyway in MP, because of resynchs.
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.
Changing userprofile.txt will only work for single player.
For multiplayer, the code contains some hardcoded values (max 8 players, max 4 human players).
I think you can play custom maps/scenarios in MP by moving the scenario save to the mp folder like into "...\ctp2_program\ctp\save\mp\worldmap", then go to load a MP game and load the scen save. Im pretty sure this works.
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