Hotfix for 2-13 version

Status
Not open for further replies.
I feel like the new Writer icon needs of a bit different colour. Right now comparing it to Scientist is almost like comparing Ethiopia and Barbarians - can't help but be slightly confused for at least a second every time I see them.

How about making it more green so it's less like this overly blueish cyan. Or perhaps white? No specialist uses white and white is the colour of most book pages (or yellow if they're old).
 
Dearth of feedback around here.

How are the new tech tree and warmonger tooltips?

G

I'm still in an amazing game from 2-3 patches ago (horse archer patch), but I'm really happy you tackled the issue! I always had the feeling tech's sometimes do more than displayed, and I repeatedly had issues finding stuff on the tech tree.

Playing large epic games really makes it hard to follow your pace!

Regarding feedback, I posted an elaborate (positive) review of the current Carthage design over in the eader balance subforum.
 
My tech tree is currently completely broken due (I think) to some kind of conflict with JFD's mods, so I can't really offer any input there.
 
Same problem here: techtree cannot be browsed anymore and background is messed up. I checked the logs and found a LUA error.
\\Users\yourname\Documents\My Games\Sid Meier's Civilization 5\MODS\(2) Community Balance Patch\Modular Elements\TechHelpInclude.lua
search line 358 for tech.ExtraVotesPerDiplomat and replace with thisTech.ExtraVotesPerDiplomat, techtree should be fixed now.
 
Same problem here: techtree cannot be browsed anymore and background is messed up. I checked the logs and found a LUA error.
\\Users\yourname\Documents\My Games\Sid Meier's Civilization 5\MODS\(2) Community Balance Patch\Modular Elements\TechHelpInclude.lua
search line 358 for tech.ExtraVotesPerDiplomat and replace with thisTech.ExtraVotesPerDiplomat, techtree should be fixed now.

Will fix!
G
 
I found the error.

My Games\Sid Meier's Civilization 5\MODS\(6b) Community Balance Patch - Compatibility Files (No-EUI)\CSD\CSDCompatibility.xml


The following lines
Code:
	<Row>
		<Type>CONCEPT_SPECIALISTS_AND_GREAT_PEOPLE_SPECIALISTS_CIVIL_SERVANT</Type>
		<Topic>TXT_KEY_TOPIC_SPECIALISTSANDGP</Topic>
		<Description>TXT_KEY_SPECIALISTSANDGP_CIVIL_SERVANT_HEADING3_TITLE</Description>
		<Summary>TXT_KEY_SPECIALISTSANDGP_CIVIL_SERVANT_HEADING3_BODY</Summary>
		<AdvisorQuestion>TXT_KEY_SPECIALISTSANDGP_CIVIL_SERVANT_ADV_QUEST</AdvisorQuestion>
		<Advisor>SCIENCE</Advisor>
		<CivilopediaHeaderType>HEADER_PEOPLE</CivilopediaHeaderType>
	</Row>

should be between <Concepts> ... </Concepts> tags. This is the reason for a host of other bugs I observed, apart from not being able to buy Great Diplomats in the Industrial Era. No wonder no one else was reporting these bugs. I'm one of the few people who use the no-EUI Compatibility.

Nonetheless, I also noticed the broken Tech Tree, being unable to scroll through it. This is actually a big deal. It's very odd that this isn't reported by more users. (I for one, hesitated to do so since there were bugs that apparently only I could see so the errors must have been due to my installation.)
 
Status
Not open for further replies.
Back
Top Bottom