View Single Post
Old 05-11-2015, 03:18 PM   #116
Nickphillies
All Star Reserve
 
Nickphillies's Avatar
 
Join Date: Apr 2014
Posts: 627
Quote:
Originally Posted by mainstreet View Post
No. If you make it stand alone, you need to do <WORLD id="2" name="pokemon" required_ootp_version="13" file_version="Mainstreet Pokemon World v1.0.1"><LANGUAGES>(the entire language list from world_default, or at least include all the ones mentioned, which I think are 0 US, 1 Hispanic, 2 Japanese, and 8 French)</LANGUAGES><CONTINENTS> at the beginning and </CONTINENTS><REGIONS></REGIONS></WORLD> at the end, though you can do as many or as few REGION blocks as you want between <REGIONS> and </REGIONS>



Yup. Well, you can put it after any continent, or even above the top one. As above, feel free to add any REGION blocks.
Got some time to play with the XML file and I figured it out. Took some trial and error but I've got the Pokemon World implemented into the real world file.

<REGION id="200" sort_order="1390" name="Pokemon World">
<REGION_NATIONS>
<REGION_NATION id="261" />
<REGION_NATION id="262" />
<REGION_NATION id="263" />
<REGION_NATION id="264" />
<REGION_NATION id="265" />
<REGION_NATION id="266" />
<REGION_NATION id="267" />
<REGION_NATION id="268" />
<REGION_NATION id="269" />
<REGION_NATION id="270" />
<REGION_NATION id="271" />
<REGION_NATION id="272" />
<REGION_NATION id="273" />
<REGION_NATION id="274" />
</REGION_NATIONS>
</REGION>

Throw that at the bottom and boom you can create the Pokemon Baseball League.

Still need to knock out the Caps for Unova, Johto, and Kalos and we should be good to go.(Well actually Need flags for all the other Nations except the big 6)

__________________
FHM Beta Tester

Last edited by Nickphillies; 05-11-2015 at 03:19 PM.
Nickphillies is offline   Reply With Quote