Bug Reports and Technical Issues

I don't understand the question. The AI takes over unless the civ collapses.
 
I don't understand the question. The AI takes over unless the civ collapses.

What I meant was, when I shift from Harappa to India, does the Harappan civ collapse ?

meanwhile I just spotted another bug, Iran is missing from the 600 AD list of civs.
 

Attachments

  • Civ4ScreenShot0148.JPG
    Civ4ScreenShot0148.JPG
    97.2 KB · Views: 39
- if you have no state religion, Great Prophets can also spread the historical religion of their current region

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;
        }
    }
 
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.

PS: Is there an updated maps with cores, swap areas etc?
 
Trade route commerce display is incorrect in the F4 info screen.
 
What I meant was, when I shift from Harappa to India, does the Harappan civ collapse ?
I already answered that question, if Harappa collapses it's a coincidence.

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;
        }
    }
Yeah, I didn't want to make it so complicated in the notes.

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.
You mean Indraprastha?

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?
 
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?

that's basically any game - I started 1700 AD scenario to have more cities there, signed two OB agreements and the issue is visible, F4 trade totals are displayed as zero (but even without OB the domestic trade total was 0 too). When hovering above that 0 with mouse, it shows the correct total yield with number of routes (like in the screen above). So the issue is just presentational - 0 displayed.
 

Attachments

Okay, I have an idea what the cause could be already.
 
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.
 
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.

The Great Prophet has a new ability: if you do not have a state religion, it can spread religions your cities, provided those cities are in the historical area of that religion. I think you used this new ability.
 
View attachment 515397

Also is this Wonder working correctly? :confused: I have barracks, 3 generals = 9xp. And this is only what I get..
Have you checked the actual effect or is it just in the tooltip?

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.
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?
 
Last edited:
It 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?
Long time loading...sign memory issue. Check available space on hard drive. Good luck.JS
 
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?

1. Yes. I founded it on Aksum, but it was not marked as a Holy City. I checked the religion menu and in the Holy City section it said "None". Also, can this ability be used to found Islam before Arabia's spawn?
2. Yes.
 
Back
Top Bottom