Mexico
Mexico
Mexico Map
- Attachments
-
- Mexico_SAM.zip
- (4.19 MiB) Downloaded 534 times
-
- MEXICO.jpg (10.55 KiB) Viewed 13179 times
-
- MEXICO.zip
- (1.09 MiB) Downloaded 596 times
Last edited by d53642 on Mon Nov 27, 2006 7:19 pm, edited 3 times in total.
Mexico
Do you have some pics to show us?
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
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
- Attachments
-
- MEXICO.rar
- (642.3 KiB) Downloaded 1210 times
-
- Minimap Screenshot
- map_MEXICO_thumbnail.jpg (142.67 KiB) Viewed 15060 times
Last edited by d53642 on Fri Jan 19, 2007 1:26 am, edited 4 times in total.
- moshelinho
- Posts: 10
- Joined: Tue Nov 28, 2006 5:14 pm
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
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
Hey dwax just managed to get it running myself.dwax wrote:Tried to copy and paste from RRT_NAMES_MEXICO.XML to names_enu.xml and start the game . Crashed to desktop???
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
xml notepad
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