How to make a POI a start location for player

Discussion in 'Planets & Playfields' started by LinearBurn, Aug 24, 2017.

  1. LinearBurn

    LinearBurn Lieutenant

    Joined:
    Jul 7, 2017
    Messages:
    25
    Likes Received:
    4
    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?
     
    #1
  2. LinearBurn

    LinearBurn Lieutenant

    Joined:
    Jul 7, 2017
    Messages:
    25
    Likes Received:
    4
    # 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]
     
    #2
  3. LinearBurn

    LinearBurn Lieutenant

    Joined:
    Jul 7, 2017
    Messages:
    25
    Likes Received:
    4
    Thats what i got so far server starts but its not in my list of start locations
     
    #3
  4. Exacute

    Exacute Rear Admiral

    Joined:
    Feb 17, 2017
    Messages:
    456
    Likes Received:
    307
  5. Jackall

    Jackall Commander

    Joined:
    May 12, 2017
    Messages:
    165
    Likes Received:
    47
    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: []
     
    #5
  6. LinearBurn

    LinearBurn Lieutenant

    Joined:
    Jul 7, 2017
    Messages:
    25
    Likes Received:
    4
    When i try to telport to it It does nuthing also
     
    #6
  7. Jackall

    Jackall Commander

    Joined:
    May 12, 2017
    Messages:
    165
    Likes Received:
    47
    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.
     
    #7
  8. LinearBurn

    LinearBurn Lieutenant

    Joined:
    Jul 7, 2017
    Messages:
    25
    Likes Received:
    4
    Thank you both Got it workin
     
    #8

Share This Page