Description of a Scenario

Ginger_Ale

Lurker
Retired Moderator
Joined
Jul 23, 2004
Messages
8,802
Location
Red Sox Nation
I'm having some problems with the description of my scenario on the "Load a Scenario" menu.

The folder for the mod/scenario is called "Independence". I have /Independence/Assets/XML/Text/ set up, and inside the IndependenceTextInfos.xml is located there. In the XML file, I have:
Code:
<TEXT>
	<Tag>TXT_KEY_INDEPENDENCE_DESCRIPTION</Tag>
	        <English>The year is 1787.  Although the colonies have gained freedom from Britain, they are still plagued by problems internally and externally.  The powerless Articles of Confederation have fallen apart quickly, yet in its dust a new constitution has risen from a convention of 55 of the wisest men around.  As it is the first of its kind, there is little faith in this new proposal where the citizens shall rule themselves.  The nation is divided over many issues ranging from slavery to taxation to foreign nations.  It is teetering on the verge of failure.  Prove your leadership to the citizens and lead this nation to glory!</English>
		<French>FRENCH</French>
		<German>GERMAN</German>
		<Italian>ITALIAN</Italian>
		<Spanish>SPANISH</Spanish>
</TEXT>

And then in my PublicMaps folder, I have Independence.Civ4WorldBuilderSave. When I edited with Notepad, I added:
Code:
BeginGame
	Description=TXT_KEY_INDEPENDENCE_DESCRIPTION
	ModPath=Mods\Independence\
EndGame

This seemed to work for the American Revolution scenario, so I mimicked it for mine. However, when I load the scenario, I get "TXT_KEY_INDEPENDENCE_DESCRIPTION" as my description rather than the text I have written. I don't see what went wrong. Does anyone more knowledgeable know how to fix it? Thanks.
 
Back
Top Bottom