What I did in the GalaxyScenarioDef file:
Added an entry to the planetTypeCount section (Changed from 29 to 30):
(excuse lack of formatting)
planetType
designName "Rock"
designStringId "IDSGalaxyScenarioTypePlanetTerranHome"
orbitBodyTypeCount 1
orbitBodyType "UninhabRock"
I then added an entry to the orbitBodyTypeCount section (Changed from 21 to 22):
orbitBodyType
typeName "UninhabRock"
entityDefName "PlanetRock"
defaultTemplateName ""
I opened the created Galaxy with Notepad++, and everything looks fine so I don't where I'm going wrong.
In this zip file is:
- The GalaxyScenarioDef file.
- My 'PlanetRock.entity'.
- The Galaxy I created in Galaxy Forge, using the aforementioned GalaxyScenarioDef file.
The 'PlanetRock.entity' is present in the entity manifest, and the Galaxy I made is in the Galaxy Manifest, all in the correct locations inside my mod.
(I did just have the map in the 'GalaxyForge' Folder, but I wondered if that was causing me issues, so I moved it to the 'Galaxy' folder instead.)
Cheers,
AUSDoug