All,
I have a solo map that I would like to have a specific starting place for the player. However when the game starts it seems to randomize the starting location. Is there a way to lock this down?
This is the code I have for the planet. You can see I specify the owner.
planet
designName "Planet0"
inGameName "Homeworld"
type "TerranHome"
pos [ 50 , 147 ]
owner "Terrans"
isHomePlanet TRUE
startingUpgradeLevelForPopulation 0
startingUpgradeLevelForCivilianModules 0
startingUpgradeLevelForTacticalModules 0
tartingUpgradeLevelForArtifacts 0
planetItems
templateName ""
subTemplates 0
groups 0
spawnProbability 1.000000
useDefaultTemplate TRUE
planet
any help you can provide would be great!