I don't understand the question. The AI takes over unless the civ collapses.
meanwhile I just spotted another bug, Iran is missing from the 600 AD list of civs.
- if you have no state religion, Great Prophets can also spread the historical religion of their current region
for (int iI = 0; iI < NUM_RELIGIONS; iI++)
{
if (GC.getGame().isReligionFounded((ReligionTypes)iI) && plot()->getSpreadFactor((ReligionTypes)iI) == REGION_SPREAD_CORE)
{
return true;
}
}
I already answered that question, if Harappa collapses it's a coincidence.What I meant was, when I shift from Harappa to India, does the Harappan civ collapse ?
Yeah, I didn't want to make it so complicated in the notes.The code says core.
Code:for (int iI = 0; iI < NUM_RELIGIONS; iI++) { if (GC.getGame().isReligionFounded((ReligionTypes)iI) && plot()->getSpreadFactor((ReligionTypes)iI) == REGION_SPREAD_CORE) { return true; } }
You mean Indraprastha?Might be meant, but before playing the Indians, the city west joined automatically, however now it doesn't anymore. Also the harrapans sometimes own the city if it did spawn.
On 1.15 or develop? I fixed something recently.Trade route commerce display is incorrect in the F4 info screen.
On 1.15 or develop? I fixed something recently.
Oh, I confused F4 with F2. Maybe it has the same issue or my earlier fix broke something. Can you upload a save with the issue so I don't have to reconstruct it?
You mean Indraprastha?
A couple issues:
1. As Ethiopia, I could found Christianity with my Great Prophet, but the city where I did it was not marked as a Holy City.
Have you checked the actual effect or is it just in the tooltip?View attachment 515397
Also is this Wonder working correctly?I have barracks, 3 generals = 9xp. And this is only what I get..
Are you sure Orthodoxy hadn't been founded yet? You are not supposed to be able to use this ability without it already existing.A couple issues:
1. As Ethiopia, I could found Christianity with my Great Prophet, but the city where I did it was not marked as a Holy City.
2. There should be a warning that you're about to collapse. Your game goes well until suddenly you died.
Long time loading...sign memory issue. Check available space on hard drive. Good luck.JSIt seems like I cannot continue to play from auto saved files. It waits other civs turn quite long - I didn't saw it goes on properly, so practically forever. Any possible reasons?
Have you checked the actual effect or is it just in the tooltip?
Are you sure Orthodoxy hadn't been founded yet? You are not supposed to be able to use this ability without it already existing.
As soon as you are on collapsing you are in danger of collapse, that's what the stability level means. Do you want a warning once you drop to collapsing?