Hi all, just looking to the expert modders out there for some advice on my customplanets.xml.
Everything is working as it should bar for two things.
1) The <texture> for the StarSystem is still the default yellow star, not the purple star i so desire. Are my entries not valid, or can this not be changed, i'm kinda shooting in the dark on this one. Yellow home system stars are so boring.
2) The Asteroid Fields are not showing with my values. I am trying to add a second (size 4 ) field to the home system plus have different names than that of the star. Are either of those things possible?
Perhaps i have missed a line or maybe i am reaching to far.
Everything else in this file appears to be working as it should.
<StarSystem Name="Agnus Cloud">
<DisplayName>Agnus Cloud</DisplayName>
<Texture>gfx/stars/_PurpleStar.png</Texture>
<Planet Name="Agnus Major">
<DisplayName>Agnus Major</DisplayName>
<Class>14</Class>
<Texture>gfx/planets/PlanetQualGreat_1</Texture>
<Moon>gfx/planets/m10.png</Moon>
<PercentOfStarSize>0.80</PercentOfStarSize>
</Planet>
<Planet Name="Rhetik">
<DisplayName>Rhetik</DisplayName>
<Class>1</Class>
<Textures>gfx/planets/PlanetQualGood_4</Textures>
<PercentOfStarSize>0.30</PercentOfStarSize>
</Planet>
<Planet Name="Zyclo">
<DisplayName>Zyclo</DisplayName>
<Class>0</Class>
<PercentOfStarSize>0.25</PercentOfStarSize>
</Planet>
<Planet Name="Remol">
<DisplayName>Remol</DisplayName>
<Class>0</Class>
<PercentOfStarSize>0.20</PercentOfStarSize>
</Planet>
<Planet Name="Agnus Minor">
<DisplayName>Agnus Minor</DisplayName>
<Class>8</Class>
<Texture>gfx/planets/PlanetBarren_1</Texture>
<PlanetType>Barren</PlanetType>
<PercentOfStarSize>0.40</PercentOfStarSize>
<Rings>gfx/planets/r00.png</Rings>
</Planet>
<AsteroidField Name="Argus Cluster 1">
<DisplayName>Argus Cluster 2</DisplayName>
<Size>3</Size>
</AsteroidField>
<AsteroidField Name="Argus Cluster 2">
<DisplayName>Argus Cluster 2</DisplayName>
<Size>4</Size>
</AsteroidField>
</StarSystem>
Cheers!