Great. As it is, my GalCiv 3 and 4 modding skills seem to be failing me LOL
For example, this works fine when inserted into the actual data files in the Steam folder and using rebuilddatacheck and terra shows up as a choice for homeworld (I also have the text files and system files) but does not work as an append file in the mod folder. It worked fine in GalCiv 3 and 4. What changed?
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<PlanetList
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
si:noNamespaceSchemaLocation="../Schema/PlanetDefs.xsd">
<!-- Homeworlds -->
<Planet>
<InternalName>PlanetTerra</InternalName>
<DisplayName>TerraName</DisplayName>
<PlanetType>Habitable</PlanetType>
<PlanetClass>30</PlanetClass>
<PlanetTrait>ParadiseWorld</PlanetTrait>
<PlanetClassDistribution>
<Minerals>8</Minerals>
<Technology>9</Technology>
<Wealth>8</Wealth>
<Fertility>9</Fertility>
<PlanetInfluence>9</PlanetInfluence>
</PlanetClassDistribution>
</Planet>
</PlanetList>