whats up with "TXT_KEY_GAMESPEED"

kattana

Warlord
Joined
Oct 28, 2005
Messages
217
when adding a new game speed and giving it a description, the phrase

TXT_KEY_GAMESPEED

is actually listed along with your actual gamespeed name. Removing the "TXT_KEY_GAMESPEED" from the description field and just leaving it with your name seems to work, but anyone know why the other game speeds display with that text in the description field, but new ones dont?

i *think* i also had the same problem with adding in extra handicaps aka difficulty levels, which is also fun by the way.

anyways..just wondering if anyone knows why this is happening.

thanks
 
GameInfoTextInfos_Object in xml/text have TXT_KEY_GAMESPEED_*.
However, unless you plan on translating your changes to another language you don't need to use the file for a new speed. Just do what you did then.
 
This what I added to CIV4GameText_Help.xml

<!--GAMESPEEDINFO - HELP-->

<TEXT>
<Tag>TXT_KEY_GAMESPEED_REAL_HELP</Tag>
<English>This is for those who think Epic aint "Epic" enough.</English>
</TEXT>

and you get a description.
 
Back
Top Bottom