[Question]:
The same goes for "Road" and "Rail Road". Neither one of them is even listed in ImprovementInfos.xml. Where the heck are they??
Thanks in advance.
1 - Take the value from the <Description> tag in the Civic/Unit .xml file, typically starting TXT_KEY_XXXIn which XML files does one rename civics and units? I knew it months ago but forgot about it again.![]()
<UnitInfo>
<Class>UNITCLASS_LION</Class>
<Type>UNIT_LION</Type>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_ANIMAL</DefaultUnitAI>
<Description>[COLOR="Blue"]TXT_KEY_UNIT_LION[/COLOR]</Description>
<Civilopedia>TXT_KEY_CONCEPT_ANIMALS_PEDIA</Civilopedia>
<Strategy>TXT_KEY_UNIT_ANIMAL_STRATEGY</Strategy>
<TEXT>
<Tag>[COLOR="Blue"]TXT_KEY_UNIT_LION[/COLOR]</Tag>
<English>Lion</English>
<French>
<Text>Lion</Text>
<Gender>Male</Gender>
<Plural>0</Plural>
</French>
<German>
<Text>Löwe</Text>
<Gender>Male</Gender>
<Plural>0</Plural>
</German>
<Italian>
<Text>Leone:Leoni</Text>
<Gender>Male</Gender>
<Plural>0:1</Plural>
</Italian>
<Spanish>
<Text>León:Leones</Text>
<Gender>Male</Gender>
<Plural>0:1</Plural>
</Spanish>
</TEXT>
<TEXT>
<Tag>[TXT_KEY_UNIT_LION</Tag>
<English>[COLOR="Blue"]Leo[/COLOR]</English>
<French>
<Text>Lion</Text>
<Gender>Male</Gender>
<Plural>0</Plural>
</French>
<German>
<Text>Löwe</Text>
<Gender>Male</Gender>
<Plural>0</Plural>
</German>
<Italian>
<Text>Leone:Leoni</Text>
<Gender>Male</Gender>
<Plural>0:1</Plural>
</Italian>
<Spanish>
<Text>León:Leones</Text>
<Gender>Male</Gender>
<Plural>0:1</Plural>
</Spanish>
</TEXT>
Thanks, I guess.
The problem is that I'm modmodding LoR and some units' names seem to be all over the place.
// *** Control Bitmap Theme file
// Set the resource
resource_path "TTT - In The Trenches/Resource";
// Setup common properties
include "TTT - In The Trenches/Resource/Themes/Civ4/Civ4Theme.thm";
<MiscArtInfo>
<Type>DEFAULT_THEME_NAME</Type>
<Path>TTT - In The Trenches/Resource/Civ4.thm</Path>
<fScale>0.0</fScale>
<NIF>None</NIF>
<KFM>None</KFM>
</MiscArtInfo>
// *** Control Bitmap Theme file
// Set the resource
resource_path "Mods/[ModName]/Resource";
// Setup common properties
include "Mods/[ModName]/Resource/Themes/Civ4/Civ4Theme.thm";
// *** Control Bitmap Theme file
// Set the resource
resource_path "Mods/TTT - In The Trenches/Resource";
// Setup common properties
include "Mods/TTT - In The Trenches/Resource/Themes/Civ4/Civ4Theme.thm";
<MiscArtInfo>
<Type>DEFAULT_THEME_NAME</Type>
<Path>Mods/TTT - In The Trenches/Resource/Civ4.thm</Path>
<fScale>0.0</fScale>
<NIF>None</NIF>
<KFM>None</KFM>
</MiscArtInfo>