Page 1 of 4

Mexico

Posted: Mon Oct 30, 2006 3:32 pm
by d53642
Mexico Map

Mexico

Posted: Fri Nov 03, 2006 10:23 pm
by Jyrchi
Do you have some pics to show us?

Posted: Mon Nov 27, 2006 7:17 pm
by d53642
Map : Mexico
Size : 100 x 100
Multiplayer : Yes
Scenario : No
Version : Beta 0.90
Status : Released Beta

*******************
Edit

Removed 1 scenario file, these was two in it for some weird reason.

Updated 18 Jan 07

Posted: Tue Nov 28, 2006 5:29 pm
by moshelinho
thx for the map!

can u pls tell me how to install it
and wat the hell is this localization file?
pls tell me

Posted: Tue Nov 28, 2006 5:51 pm
by d53642
The localization file will be the names file for the language your using.

Names_ENU.xml for english.

You can just drop the map into my documents\my games\sids\customassests\maps

also if you worried about crashing your current localization file back it up or copy it over to customassets\ and edit that one instead.

Just copy over the info inside RRT_Names_MEXICO.xml to the names_enu.xml file. You onlt have to copy from the first <TextKey> to the last <\TextKey>. the other info will be in the names_enu.xml. Also goto the bottom of the file to add the info starting after the last <\TextKey>

E.G.

<TextKey>
<Tag>TAG_US_SOUTHWEST_NAME_TEHACHAPI</Tag>
<Text>Tehachapi</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_US_SOUTHWEST_NAME_SAN_DIEGO</Tag>
<Text>San Diego</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_US_SOUTHWEST_NAME_YUMA</Tag>
<Text>Yuma</Text>
<Gender>M</Gender>
</TextKey>

<TextKey>
<Tag>TAG_MEXICO_ACAPALUCO</Tag>
<Text>Acapaluco</Text>
<Gender>M</Gender>
</TextKey>


Someone else might be better at explaining than me since I am a poor teacher :D

Posted: Sat Dec 02, 2006 1:54 pm
by dave-o
Great map - thanks!

But how do i get the names? There's no names.xml file, and they're all called "nameless city".

Posted: Sat Dec 02, 2006 3:06 pm
by d53642
the names file is located in xml\localization\names_enu.xml

Copy the names from the rar file RRT_NAMES_MEXICO.XML to the file above.

Posted: Sat Dec 02, 2006 3:32 pm
by dwax
d53642 wrote:the names file is located in xml\localization\names_enu.xml

Copy the names from the rar file RRT_NAMES_MEXICO.XML to the file above.
Is that in the My documents folder? I have the same problem. Do you add eveything to that or in the programs folder?

Posted: Sat Dec 02, 2006 5:03 pm
by d53642
myslef I add mine to the one in my docs but some use the main folder one
just copy the main folder one over and add them to it and you should have no problems

Posted: Sat Dec 02, 2006 5:13 pm
by dwax
Tried to copy and paste from RRT_NAMES_MEXICO.XML to names_enu.xml and start the game . Crashed to desktop???

Posted: Sat Dec 02, 2006 6:11 pm
by dave-o
dwax wrote:Tried to copy and paste from RRT_NAMES_MEXICO.XML to names_enu.xml and start the game . Crashed to desktop???
Hey dwax just managed to get it running myself.
First i coped all the data between the tags, but the names weren't there still.
I found i had copied the start tags too. I deleted them.
Then it crashed.
That was because i hadn't deleted the end tags.
Find the last of these tags in the file:
</TextKey>
Inster this data after it:
<TextKey>
<Tag>TAG_MEXICO_CORPUS_CHRISTIE</Tag>
<Text>Corpus Christie</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_LAREDO</Tag>
<Text>Laredo</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_ACAPALUCO</Tag>
<Text>Acapaluco</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_CHIHUAHUA</Tag>
<Text>Chihuahua</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_GUADALAJARA</Tag>
<Text>Guadalajara</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_LA_PAZ</Tag>
<Text>La Paz</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_MAZATLAN</Tag>
<Text>Mazatlan</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_MEXICO_CITY</Tag>
<Text>Mexico City</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_MONTERREY</Tag>
<Text>Monterrey</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_PUERTO_VALLARTA</Tag>
<Text>Puerto Vallarta</Text>
<Gender>M</Gender>
</TextKey>
<TextKey>
<Tag>TAG_MEXICO_SAN_CARLOS</Tag>
<Text>San Carlos</Text>
<Gender>M</Gender></TextKey>
<TextKey>
<Tag>TAG_MEXICO_VERACRUZ</Tag>
<Text>Veracruz</Text>
<Gender>M</Gender>
</TextKey>

And you should be good to go

Posted: Sat Dec 02, 2006 6:34 pm
by d53642
This will prob come easier in the future. As Firaxis have said the next patch will be mainly for the editor and using Akmads program can help ease stuff too. I use his program for a lot of stuff.

Daryl

Posted: Sat Dec 02, 2006 7:52 pm
by snoopy55
The cities could also be created in the Railroads Scenario Manager. That was how I put my hometown and St. Louis in the Midwest map.

Posted: Sat Dec 02, 2006 8:01 pm
by dwax
Got it working! Thanks for the help> :)

xml notepad

Posted: Sun Dec 03, 2006 6:33 pm
by OzoB
Not sure what you guys are useing but i found this free software for xml notepad wich is a whole lot easier than copy and paste