MAO_ZEDONG bug corrected

That's because you were using an old xml file. If you patched to 1.61 cleanly, it made those changes for you in all the appropriate places, and in game it is still COMMUNISM, even if the xml files reference it as utopia.

Trust me, I had the same text_key_chinese_leader problem, along with communism and Three Gorges Dam not displaying properly at first also. To fix it I uninstalled Civ IV as well as completely deleted the MyGames/SidMeier's CivilizationIV directory (mods and all). Then reinstalled the game and patched to 1.61, and everything was back to normal. Communism and Mao still there.
 
Dual said:
It seems China has some strict laws about using certain names in games. So Firaxis had to change some of them to get past the red tape and legally sell the game there.

Such as:
communism (to utopia)
forbidden_palace (to great_palace)
threegorgesdam (to great_dam)
mao_zedong (to chinese_leader)

Hmm... that makes sense. :) :traderoute::traderoute::traderoute:
 
Well, some people say the text stays same with 1.61. Others say it changed. I am from those ones. I installed CIV from scratch, patched to 1.61, then had weird text as Chinese leader etc.


Maybe it is different for my french version.


Anyway, the "patch" I posted here adressed this issue for those who experienced same problems as I did. I think there is no need to debate anymore if I am right or wrong. It seems I am not alone with this problem, so it was fixed:mischief:
 
Rathelon said:
Trust me, I had the same text_key_chinese_leader problem, along with communism and Three Gorges Dam not displaying properly at first also. To fix it I uninstalled Civ IV as well as completely deleted the MyGames/SidMeier's CivilizationIV directory (mods and all). Then reinstalled the game and patched to 1.61, and everything was back to normal. Communism and Mao still there.

Did you delete also cache?
 
Great job, Salamandre!!:goodjob:
That bug was really bothering me. Do you know how can I fix the problem
of the TECH_COMMUNISM, BUILDINGCLASS_FORBIDDEN_PALACE and the
BUILDINGCLASS_THREEGORGESDAM??
Yours,
 
Ernei said:
Great job, Salamandre!!:goodjob:
That bug was really bothering me. Do you know how can I fix the problem
of the TECH_COMMUNISM, BUILDINGCLASS_FORBIDDEN_PALACE and the
BUILDINGCLASS_THREEGORGESDAM??
Yours,

With some text editor change all _COMMUNISM to _UTOPIA, _FORBIDDEN_PALACE to _GREAT_PALACE, _THREEGORGESDAM to _GREAT_DAM (and _MAO_ZEDONG to _CHINESE_LEADER) in Mods\ and Customassets\

Use editors "change in files" function.
 
Kahkonen said:
With some text editor change all _COMMUNISM to _UTOPIA, _FORBIDDEN_PALACE to _GREAT_PALACE, _THREEGORGESDAM to _GREAT_DAM in Mods\ and Customassets\

Use editors "change in files" function.
Thank you very much, Kahkonen. :thanx:
 
Lord Olleus said:
the only thing that happened was that every line containing
LEADER_MAO_ZEDONG
was replaced to
LEADER_CHINESE_LEADER

and

TECH_COMMUNISM
to
TECH_UTOPIA

Forbidden Palace was also changed to Great Palace, and the Three Gorges Dam was changed to Great Dam.
 
Willem said:
Forbidden Palace was also changed to Great Palace, and the Three Gorges Dam was changed to Great Dam.

The names changed also? When I patched, it only changed XML-tags not the strings. In the game it still reads Mao, Three Gorges, Forbidden and Communism.
 
Salamandre said:
Well, some people say the text stays same with 1.61. Others say it changed.

With my edition there is of course still Mao Zedong (which is in files CHINESE_LEADER tag). In your zip there are only six files, but I can find CHINESE_LEADER in seven files:
Assets\XML\Art\CIV4ArtDefines_Leaderhead.xml
Assets\XML\Civilizations\CIV4CivilizationInfos.xml
Assets\XML\Civilizations\CIV4LeaderHeadInfos.xml
Assets\XML\GameInfo\CIV4DiplomacyInfos.xml
Assets\XML\Text\CIV4DiplomacyText.xml
Assets\XML\Text\CIV4GameTextInfos_Objects.xml (this is not in your zip)
Assets\XML\Text\CIV4GameText_Civilopedia_CivLeaders.xml

How can your fixes work when there is CHINESE_LEADER in CIV4GameTextInfos_Objects.xml and MAO_ZEDONG in other files?
 
Salamandre said:
I didnt find it in gametextinfos .

That's weird. It is in line 13390:

Code:
	<TEXT>
		<Tag>TXT_KEY_LEADER_CHINESE_LEADER</Tag>
		<English>Mao Zedong</English>
		<French>
			<Text>Mao Tsé-Tung</Text>
			<Gender>Male</Gender>
			<Plural>0</Plural>
		</French>
		<German>
			<Text>Mao Tse-tung</Text>
			<Gender>Male</Gender>
			<Plural>0</Plural>
		</German>
		<Italian>
			<Text>Mao Tse Tung</Text>
			<Gender>Male</Gender>
			<Plural>0</Plural>
		</Italian>
		<Spanish>
			<Text>Mao Zedong</Text>
			<Gender>Male</Gender>
			<Plural>0</Plural>
		</Spanish>
	</TEXT>
 
Back
Top Bottom