Planet Vessel Creation?

Discussion in 'Planets & Playfields' started by Innocuous, Jan 20, 2018.

  1. Innocuous

    Innocuous Lieutenant

    Joined:
    Jan 16, 2018
    Messages:
    23
    Likes Received:
    9
    How do you get planet vessels working in a playfield? I have a landing pad and a vessel prefab ready to go, I just need to get them working. What is the Yaml required? I'm confused when looking at the default planets.
     
    #1
    Hicks42 and The Tactician[ Λ ] like this.
  2. The Tactician[ Λ ]

    The Tactician[ Λ ] Rear Admiral

    Joined:
    Sep 8, 2017
    Messages:
    1,085
    Likes Received:
    3,781
    id like to know as well
     
    #2
    Hicks42 likes this.
  3. piddlefoot

    piddlefoot Rear Admiral

    Joined:
    Mar 4, 2015
    Messages:
    1,841
    Likes Received:
    1,612
    You add this to the planet yaml under POIs then down the bottom of the yaml you set up the planetvesselbase




    - GroupName: PlanetVesselBase
    PlanetVesselBaseSetup: PlanetVesselBaseSetup
    CountMinMax: [ 1, 1 ]
    DroneProb: 1.0
    DronesMinMax: [ 2, 3 ]
    ReserveCount: 3





    Bottom of yaml...



    PlanetVesselBase:
    Name: PlanetVesselBaseSetup
    Position3D: [ 0, 102, 0]
    BaseType: PlanetVesselBase
    KeyId: 0
    PlanetVessel:
    - Name: Patrol-M-Medium
    Mission: PlanetPatrol
    FixedMaxSpeed: 5
    RangePatrolCenter: [ 1500, 0 ]
    RangePatrolRadius: 800
    RangePatrolAltitude: 80
    RespawnDelay: 12
     
    #3
    Needleship and Innocuous like this.
  4. Innocuous

    Innocuous Lieutenant

    Joined:
    Jan 16, 2018
    Messages:
    23
    Likes Received:
    9
    Where do you specify the landing pad group? What is PlanetVesselBase? PlanetVesselBaseSetup?
     
    #4

Share This Page