Grillick
Prince
Playing with patch 'f', I was able to rush the Tower of Mastery.
I see nothing in the changelog regarding this in the last two patches.
I see nothing in the changelog regarding this in the last two patches.
Kael said:So are you saying that Os-Gabella was an AI player and the only upgrades she selected for her adepts were Chaos I and combat promotions?
Chandrasekhar said:Yes, this one. Then again, this actually did work out in her favor. I recall very distinctly one of my Malakim (thanks for fixing the adaptive issue in multiplayer, by the way) Swordsmen getting killed by a combat 5 conjurer. Still, I doubt this is the way they're meant to be played.
And I played a hotseat game, there's an issue or two there: The advisors screen displays the tech screen for the previous player (or perhaps always player #1). I'm sure this is a hold over from vanilla, where everyone has identical techs. It also shows his choices, although when you change them for player B, they don't change for player A, as I worried they might, so afaik it's just a cosmetic issue.
QES said:Kael, you might want to note that patch "i" is as yet, unreleased, lest some players search in vain for a download.
-Qes
Deathling said:. . .instead of jumping right to 0.20, which I'm against).
Deathling said:Basically, I think we should've moved on to patch 0.16, there were enough additions and fixes to justify this. Then, 0.17, we could probably make it to 0.19 before Fire is released (instead of jumping right to 0.20, which I'm against).
Kael said:Yeah probably. Functionaly there is no meaning to a 0.15i or a 0.16 or a version 4.999b, its just an update regardless of what you want to call it.
I broke my own rules by adding features in the patches (which I typically reserve just for fixes). This is because I know it will be a while until the next version comes out.
QES said:So "fire" .20 should get a "adding into" thread?
Like a changelog for the next phase? It could simply be a wishlist, but it would also be a fun way to make this entire forum druel.
-Qes
Kael said:I actually find that to many cooks in the kitchen creates problems during high level design. The design team will do all of that work and come out with a feature list which we will release when we start work.
What the community is better for is feedback and polish. So once we put out the feature list we will need you guys to evaluate and give course correction if you disagree with what we have done. Typically that has all gone smoothly (you guys usually agree with the team). What is even more benificial is that once the high level is all mapped out you guys begin submitting all sorts of detail ideas to fill in whats missing. Thats usually the greatest feedback we recieve.
So for now it will be closed. But expect to see something down the road.
vorshlumpf said:There is also an error when calculating the moves remaining for a unit, a fix for which was mentioned in the original mod thread. The problem is said to be in the line 1133 (from your base CvMainInterface file) which is:
Apparently, baseMoves() retrieves all moves, including bonuses and such, so the line should only read:Code:fMaxMoves = float(pLoopUnit.baseMoves() + pLoopUnit.getExtraMoves() + pLoopUnit.getExtraMoveDiscount())
Code:fMaxMoves = float(pLoopUnit.baseMoves())
Grillick said:I looked through the Civ4BuildingInfos.xml file to see if I could see why Tower of Mastery is rushable. Near as I could tell, there's no option to remove rushing from a building. There's a line called iHurryCostModifier, or somesuch, the value of which is set to -1. Is this supposed to eliminate the ability to rush entirely? Because in the Civ4UnitInfos.xml file, that same value for the Mercenary says -50, which decreases Hurry cost by half. Did setting iHurryCostModifier to -1 for the Tower of Mastery simply decrease the cost by 1%?
vorshlumpf said:Kael, I found another line that initializes fMaxMoves incorrectly. Using the CvMainInterface.py from patch h, I found it on line 1633.
- Niilo
Sureshot said:still getting the python bug on starting up a new game occasionally