Fixed Bug (v3.11): Harrad-Sar's name and pedia text shown as Gowron's

Arjen42

Chieftain
Joined
Dec 7, 2009
Messages
44
Location
The Netherlands
Hi,

I just tried the Start Trek mod (version 3.11) and I have noticed that the name and pedia text of Harrad-Sar is replaced with Gowron's name and pedia text.

This can be fixed by editing "Mods\Star Trek\Assets\XML\Civilizations\CIV4LeaderHeadInfos.xml" and changing

Code:
<Type>LEADER_HARRADSAR</Type>
<Description>TXT_KEY_LEADER_GOWRON</Description>
<Civilopedia>TXT_KEY_LEADER_GOWRON_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_LEADER_HARRAD_SAR</ArtDefineTag>

to

Code:
<Type>LEADER_HARRADSAR</Type>
<Description>TXT_KEY_LEADER_HARRADSAR</Description>
<Civilopedia>TXT_KEY_LEADER_HARRADSAR_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_LEADER_HARRAD_SAR</ArtDefineTag>
 
Top Bottom