Hey all I been working on a solo map for the SOA2 mod using sins entrenchment ver 1.051 but I have run into a little snag designing planet templates. I know I am using a mod and yes I have posted my question to that specific mod thread but since this really is just a mapping question in reality I figured I post out here to get a possible bigger response.
Just so you know I read a lot that is out there regarding the subject like
Galaxy Creation – Reference Guide
https://forums.sinsofasolarempire.com/163650/page/3/#replies
Scenario Template Modding: Adding custom stuff to planets
https://forums.sinsofasolarempire.com/339832
Scenario Templates -A How To
https://forums.sinsofasolarempire.com/329520
And yet I must be missing something. Just so you know I want to setup specific planets to specific races with specific starting items. I have the latest Forge but I still use a text editor for the most part
Here is what I currently have
planet
designName "Planet2"
inGameName "Terra"
type "TerranHome"
pos [ 7220 , 8823 ]
owner "Federation"
isHomePlanet TRUE
normalStartUpgradeLevelForPopulation 3
normalStartUpgradeLevelForCivilianModules 1
normalStartUpgradeLevelForTacticalModules 1
normalStartUpgradeLevelForArtifacts 2
normalStartUpgradeLevelForInfrastructure 1
quickStartUpgradeLevelForPopulation 0
quickStartUpgradeLevelForCivilianModules 0
quickStartUpgradeLevelForTacticalModules 0
quickStartUpgradeLevelForArtifacts 0
quickStartUpgradeLevelForInfrastructure 0
planetItems
templateName ""
subTemplates 1
template "Terra"
groups 0
spawnProbability 1.000000
useDefaultTemplate FALSE
and the down after players I added
templates 1
template
templateName "Terra"
subTemplates 0
groups 1
group
condition
type "PlanetOwnerIsRace"
param "Fed"
owner "Federation"
colonizeChance 1.000000
items 7
item "Fed:Module:FrigateFactory"
item "Fed:Frigate:Constructor"
item "Fed:Frigate:Constructor"
item "Fed:Frigate:Constructor"
item "Fed:Frigate:Constructor"
item "Fed:Module:MetalExtractor"
item "Fed:Module:CrystalExtractor"
As I said I use SOA2 so that's why the items are not stock,, but clearly my issue is a formatting or missing parameter any help would be greatly appreciated.