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.
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