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
The above download is a zip file with three files. It does not say where to place the three files exactly.
I understand it is meant to go into the MyDocuments/Mygame/Civ4/CustomAssests folder.
So in this CustomAssets folder is where these three files go in order to override the normal root files.
I placed one in the EntryPoint folder, the other two in the Python folder.
The game starts fine, just that I see no changes to residual culture left over by conquered enemy cities.
Can you please place in to the readme exactly where these files need to go, for us laymen who know something about programming to use mods, but are not inherent Masters of programming? Else no one is going to enjoy this rather important discoveries.
The zip file contains the proper directory structure to put the files in their proper place. If you're not seeing this, your zip manager may not be up to snuff. The default one built in to XP handles directories fine, as will programs like WinZip and WinRar.
As for "no changes", what criteria are you using to measure the change?
An enemy city that I took over, is well inside my territory; still has its culture points around its center. It is working as stated, but the old enemy city I razed has a +1 culture point higher in the center than the eight squares around it, which are -1 plot from the center. So the city culture points frozen is pinned in forever.
Almost need to remove the city center +1 culture point max to let is fall towards zero. A side note, I cannot flip a city middle square with my culture. So the program is working in a fashion.
Can a person just reduce ALL squares on the map of culture points by a small percent every turn? Rounded to the nearest whole number so small cities can grow. Kind of a "universal hole in the culture bucket" that needs to be maintained to over come.
"
Also, any square that is a cultural 'high point', that is, the culture on a square is higher than on all surrounding squares will have it's culture lowered 5% unless the square is (a) a city, (b) within 2 or more city cultural boundaries.
"
Yes, this is working I see that. Except...
"
there will be a 5% culture loss on any square that isn't currently within a city's cultural bounds"
I do not see that. Unless you mean not within ANY cultural boundry including mine. I assume if it was an enenmy and it is in my city boundry, it would decay.
Maybe you mean it will decay ONLY if it is not with MY culture boundary or any Rivals. IE unclaimed land.
MY culture does indeed decay with the enemy boudary as you describe, since it is outside my boundary. That works too much. But the enemy culture still increases for within two squares inside my border. But I do not get that benefit to win the bodary dispute. Mine is reduce to very small right at the border.
Last edited by Xerxes712; November 28, 2005, 08:44.
I do not see that. Unless you mean not within ANY cultural boundry including mine. I assume if it was an enenmy and it is in my city boundry, it would decay.
Maybe you mean it will decay ONLY if it is not with MY culture boundary or any Rivals. IE unclaimed land.
Make sure you distinguish between "cultural boundary" and "visible boarders".
A city with legendary culture will have Cultural boarders around it for 6-7 squares. Now if you put a different civs city 7 squares from the above mentioned city and also give it legendary culture, their boarders will be roughly 3 squares towards each other, each.
Regardless of the boarders, the cultural boundaries still extend to the opposing civs city.
I had a idea for a new feature for your Cultural Decay Mod.
Alow the Presece of Enemy Military Units that one is at War with to also trigger the loss of culture effect. The decay logic would be ...
if not in cultural radius OR Enemy military present then decay culture
Esentialy this will alow a player to Ocupy and take land from an oponent by reducing the culture in thouse plots of land. This would add a whole new flavor to Siege warfare and border scirmishes.
Companions the creator seeks, not corpses, not herds and believers. Fellow creators, the creator seeks - those who write new values on new tablets. Companions the creator seeks, and fellow harvesters; for everything about him is ripe for the harvest. - Thus spoke Zarathustra, Fredrick Nietzsche
I've been thinking of trying to do something along these lines (actually, a little more radical than this), but it keeps coming back to the fact that the AI wouldn't be aware that that is how the game was played. It would be too much of an exploit for the human player if the AI didn't know how to use it properly.
I'm hoping that once the SDK comes out, then changes to the AI will be possible to make it act accordingly.
Originally posted by Bhruic
I've been thinking of trying to do something along these lines (actually, a little more radical than this), but it keeps coming back to the fact that the AI wouldn't be aware that that is how the game was played. It would be too much of an exploit for the human player if the AI didn't know how to use it properly.
I'm hoping that once the SDK comes out, then changes to the AI will be possible to make it act accordingly.
Bh
Dude, forget the AI! A mod like that would be the BOMB!
Commmooonnn great meistro... plz make a mod like that. Let someone else figure out how to mod the AI
Although, the AI should also gain some benefit from it, even if its not directly aware of it. It does move its units into your territory, i guess by chance it would acquire lands
You could also add a modifier in the Difficulty XML that gives the AI a speed bonus when lowering culture.
Originally posted by rogerbacon
Any plans to update this for the 1.52 patch? They changed the arguments some of the functions take and this doesn't work anymore.
Roger Bacon
Just open up the CulturalDecay.py file, and on lines 47 and 56 change:
Made some changes to the way it works - most significantly, it now includes a "Culture Shock" effect that occurs when you (or anyone else) loses a city. 50-75% of the culture generated by that city is lost, making it easier to exert your own cultural influence on the surrounding territory.
Comment