Im wanting to have a spacestation be my player start location is there a guid on how to do this? and can it be a instance?
# Playfield Configuration # IMPORTANT: YAML files use spaces as indentation. Please don't use TABs - tab indentation is forbidden: http://yaml.org/faq.html # Playfield Characteristics Gravity: 0 # Ignore (do not change) AtmosphereEnabled: False # Ignore (do not change) PlanetType: Space # Ignore (do not change) PvP: False # Bool var [true, false] - Set to True to allow PvP in this playfield, default is False Radiation: 9.2 # Float [0, 99] - currently game is balanced to support max radiation of 20 TemperatureDay: -130 # Integer [-270, 500] Music: space # Background music playing on this playfield - Choose from pre-selection: alien, alien2, barren, desert, desert2, lava, lava2, moonstone, snow, space, temperate, temperate2, temperate3. If nothing is selected default background music is playing UseFixed: True # Ignore (do not change) - If set uses fixed drones. For space playfields, this is necessary # Playfield difficulty Difficulty: 2 # Integer [1, 5] Has impact on experience gains # Planet or Space PlayfieldType: Space # Ignore (do not change for space playfield) Description: Here you can write custom text # Multi line text input SunFlare: EnvironmentalEffects/SunFlareBlue Stars: SkyboxStarsBlue Nebula: PrefabNebulaBlueGlittery AtmosphereEnabled: False DroneBaseSetup: Fixed: [] POIs: Fixed: - Type: CryoShip Prefab: CryoShip Name: Cryoship Pos: [-522.5, 27, -356.4] Rot: [0, -42, 0] InitPower: True Properties: [] FixedPlayerStart: - Mode: Survival Spawn: Structure Structure: Cryoship Items: [CrushedStone, CrushedStone, CrushedStone]
You might want to take a look at the scenario Dawn of galaxy. This accomplishes the 'start in a POI' behaviour.
If you haven't done so, you need to also set it in the sectors.yaml file that the planet is a starter planet: Like this: Code: - Coordinates: - 622 - 0 - -668 Color: 0.96, 0.62, 0.87 Icon: Rhombus OrbitLine: true Playfields: - - 0, 0, 0 - Spawn Orbit - SpawnOrbit - true <-- set to true for starter Allow: [] Deny: []
Does it show up on your map? If not, then you don't have something right in your sectors.yaml file. Post that so we can see what you have in it.