Thunderbrd
C2C War Dog
Ok. Just consider it a whistle blown then. I think those autobuilt buildings would probably eventually be the right answer.
Some confusion was discovered to be generated by a very thin and hardly perceptible negative defense number. We have had this report numerous times but it always turns out to be that the city you were wanting to bombard had a negative value. Note that cities of leaders with traits that give a negative defense value will not be any more bombardable beneath 0 as any other, just that until buildings or culture get that deficiency into the positive, it CAN throw off a player's perception that they are looking at a positive % defense that can't be bombed down. Blame often goes straight for the units when its just the fact that the city you're looking at is actually easier to attack than it is a normal tile with the same features otherwise.-At some point after getting access to the 6 power siege engine it and the 3 power one lost the ability to attack defenses.
A known bug. A known complex issue as well.-The crime control promotions for town watchman do not stack effects in display... so watchmen have a stack of -crime city and -crime tile as its listed abilities.
Not a bug but a preference driven feature.-You need to flag units on automation to go first in turn order. I have no clue how unit turn order is calculated but automating a unit should force it to be inescapably ahead of all not automated units. Doing that should fix the issue with combat abruptly showing after the units have their turn passed. This is really causing me annoyances. Captured units in particular keep randomly granting me slavery or making me spent cash on zero xp military units. This is because I keep getting startled and randomly panic reflex clicking as the screen whips around.
This would be for Koshling to address.-Automated boats seem to refuse to go through rival territories no matter how early making them fenced in by random borders.
It is not possible in Civ IV to have incense only show up in one city.
I would have to disagree with this statement. In fact, there is already one way to do it in plain old regular unmodded BtS: the bonuses produced by corporations are available only in the specific cities where the corporation exists. Like the aluminum produced by Aluminum Co., one per coal available in the city, adds one or more aluminum only to the cities it is in for the coal available in that city. So if you have access to 3 coal in that city (which may very well drop to 0 if some enemy cuts all the routes) you get 3 extra aluminum in that city. These extra bonuses are not available to trade, they only exist in each specific city if it has the corporation. But they do have an effect on anything that needs them, like if a unit needs aluminum to be built at all or a building gets a production bonus when you have it or if you have a corporation that consumes that bonus (like Creative Construction Corp. does with aluminum - the extra aluminum from A. Co. boosts the output of CCC when they are in the same city).
Hm. Now I think I need to report a bug with this functionality...
In CvCity::getNumBonuses the return value is this:
return getNumBonusesFromBase(eIndex, m_paiNumBonuses[eIndex]) + m_paiNumCorpProducedBonuses[eIndex];
but in that CvCity::getNumBonusesFromBase function that it just called the returned value is this:
return iBaseNum + m_paiNumCorpProducedBonuses[eIndex];
so m_paiNumCorpProducedBonuses[eIndex] is being added in twice, doubling the number that a corporation is supposed to be providing, unless getNumBonusesFromBase hits one of the two conditions hat make it return 0.
For that matter, it looks like there is something strange going on in getNumBonusesFromBase. The second "if" checks they player's "getBonusMintedPercent(eIndex)" and if it is > 0 it does not increase it by the specified percent, it just returns 0. On the other hand, this entire feature may not actually be in use - the tag for it is defined in theCIV4GameInfoSchema files, but it is never used (it is apparently for civics as they have code that would load these if there actually were any).
bool CvInitCore::getOption(GameOptionTypes eIndex) const
{
FASSERT_BOUNDS(0, NUM_GAMEOPTION_TYPES, eIndex, "CvInitCore::getOption");
FAssertMsg(m_abOptions != NULL, "Access to unconstructed game option array");
if ( m_abOptions != NULL && checkBounds(eIndex, 0, NUM_GAMEOPTION_TYPES) )
{
return m_abOptions[eIndex];
}
else
{
return false;
}
}
Player 3 (Maya Tribe) evaluating buildings for tech Chariotry
Building Circus Maximus new mechanism value: 1460
Rebuilding canConstruct cache for City Izamal
Building Hippodrome new mechanism value: 605
Building Culture (Hittite) new mechanism value: 2175
Building Chariot Workshop new mechanism value: 581
Apparent memory leak (size 24) detected in CvPlayerAI::AI_techBuildingValue (from CvCityAI::AI_buildingValueThresholdOriginal:0)
Apparent memory leak (size 24) detected in CvPlayerAI::AI_techBuildingValue (from CvCityAI::AI_buildingValueThresholdOriginal:1)
Apparent memory leak (size 24) detected in CvPlayerAI::AI_techBuildingValue (from CvCityAI::AI_buildingValueThresholdOriginal:2)
Apparent memory leak (size 24) detected in CvPlayerAI::AI_techBuildingValue (from CvCityAI::AI_buildingValueThresholdOriginal:3)
Building value: 4821
Player 3 (Maya Tribe) raw value for tech Chariotry is 8966
First-chance exception at 0x7c345cd2 in Civ4BeyondSword.exe: 0xC00000FD: Stack overflow.
Unhandled exception at 0x773015de in Civ4BeyondSword.exe: 0xC00000FD: Stack overflow.
First-chance exception at 0x772f016e in Civ4BeyondSword.exe: 0x00000000: The operation completed successfully.
Unhandled exception at 0x773015de in Civ4BeyondSword.exe: 0x00000000: The operation completed successfully.
Actually... I think the problem may be in the promotion evaluation AI. Don't know what's happening there but I've seen this kind of crash before now that I think about it... It will take me some further time to evaluate the problem but perhaps tomorrow if others haven't gotten it taken care of I may be able to.
If I had it my way shrimp, lobster and shell fish (clams) would all be revealed very early but not available for trade until refrigeration, since that is more realistic.
I was thinking about this because you have brought it up before. What f we had an auto-build building that prohibited seafood resources in every city. Then we have a 2nd auto-build building that replaces that building but requires any of the resources to be in the city vicinity? That way only cities with a seafood resource can have access to seafood resources.
Then at refrigeration both buildings go obsolete and trade routes work as normal. What do you think?
Updated SVN today
I am unable to build Culture (Swazi) in my city of Jerusalem. I have Iron Working researched and Lead Ore with mine and route built near city. I have Native culture african built in other cities.
I am unable to build Culture (Syrian) in my city of Najran. I have Fermentation researched and Olives with orchard and route built near city. I have Native culture middle eastern as i am playing Turks.
Both of those are not yet built by anybody. And when i turn off show buildable only buildings in city window they are showing as non-buildable but no red text explaining why.
Savegame attached.
What if we had an auto-build building that prohibited seafood resources in every city. Then we have a 2nd auto-build building that replaces that building but requires any of the resources to be in the city vicinity? That way only cities with a seafood resource can have access to seafood resources.
Then at refrigeration both buildings go obsolete and trade routes work as normal.
Thanks TB, it would be awesome if it get fixed!
So, if it's a problem for promotion evaluation, would it be possible to do a quickfix if I use the WB to reduce my autopromote hunters XP (I think it should be one of them) to 0 so they can't be promoted at all?
I could be wrong but I don't think you need a fridge if you live in an igloo...
Ah... autopromote. It's YOUR units getting caught in this loop huh? hmm... interesting. I might try simply turning OFF the autopromote option and see if you can get past the round. The problem may well be lurking in there.
I think my previous diagnosis is probably fairly flawed considering that we were able to play a few rounds of our game and if this was a recent update issue (are you up to date on the svn or is this still stock v29?) and it was what I suspected it might be then we'd have encountered the same problem most likely.
But if its a bug in the autopromote mechanism itself... that would explain why we're not being overwhelmed with bug reports on this issue. I don't think many players appreciate feeling out of control on anything, particularly promotions.