Is there an Custom Planet XML document for ToA out there? I have one for ToA but not all races are there (Krynn). Also, how do you get this part to work when modding (I be BIG newb trying this stuff):
<StarSystem Name="CustomDefault">
- <Planet Name="Homeworld">
<Moon>gfx/planets/m00.png</Moon>
<PercentOfStarSize>0.50</PercentOfStarSize>
</Planet>
- <Planet Name="Planet2">
<PercentOfStarSize>0.40</PercentOfStarSize>
</Planet>
- <Planet Name="Planet3">
<PercentOfStarSize>0.15</PercentOfStarSize>
</Planet>
- <Planet Name="Planet4">
<PercentOfStarSize>0.80</PercentOfStarSize>
</Planet>
- <Planet Name="Planet5">
<PercentOfStarSize>0.60</PercentOfStarSize>
<Rings>gfx/planets/r00.png</Rings>
</Planet>
</StarSystem>
</CUSTOMPLANETS>
I must be doing something incorrect with the custom race when I adjust the tiles for this part. I can get all the 'stock' races to work just fine. I'm trying an experiment where every race starts off with 2 planets that have ALL 72 tiles available but the XML file that I have does not include all races.
Any help would be fantastic.