SP Scenario in space startup

Discussion in 'Scenarios' started by RazzleWin, Feb 18, 2018.

  1. RazzleWin

    RazzleWin Rear Admiral

    Joined:
    May 22, 2017
    Messages:
    622
    Likes Received:
    1,464
    I basically want to start my scenario where you start in a space station in Akra orbit.

    What I have tried so far:
    Added thin player spawner plate to space station.
    Placing space station in the playfield: Yep done worked fine

    Added player startup to akra orbit playfield

    Then in the sector.yaml
    - Coordinates: [92, -95, 117]
    Color: 0.04, 0.3, 0.37
    Icon: Circle
    OrbitLine: True
    Deny: [Oscutune Orbit, Aitis Orbit]
    Playfields:
    - ['0, 0, 0', Akua Orbit, SpaceAsteroidFieldRingAkua]
    # - ['0, 0, 0', Akua, Temperate, 'Human:1']
    # - ['-6500, 5000, 6500', Akua Moon, Moon]
    - ['0, 0, 0', Akua, NewTemperate, 'Human:1']
    - ['-6500, 5000, 6500', Akua Moon, NewMoon2]
    I change the Line
    - ['0, 0, 0', Akua Orbit, SpaceAsteroidFieldRingAkua]
    to
    - ['0, 0, 0', Akua Orbit, SpaceAsteroidFieldRingAkua, 'Human:1']

    It's at this point when I start a new game and select my scenario that the game will CTD

    Remove the ,'Human:1' and it will play fine

    So not sure what I'm missing. I have been using "Dawn of Galaxy" space start as a guide
    Any help will be most useful
     
    #1
  2. Sephrajin

    Sephrajin Rear Admiral

    Joined:
    Dec 22, 2017
    Messages:
    916
    Likes Received:
    2,918
    You dont need a player spawner plate for a regular start.
    Afaik those are for pvp instances.

    Actualy all you'd need is:
    * The origin part in the sectors file
    * Change the 'arrvial' to fixed position, rather than escape pod or POI.

    Done.

    hth, thats what I did for my space start.
     
    #2
  3. RazzleWin

    RazzleWin Rear Admiral

    Joined:
    May 22, 2017
    Messages:
    622
    Likes Received:
    1,464
    Thanks Mate!

    That was the information I was looking for! Everything works right now.
     
    #3

Share This Page