Trying to understand my playfield.yaml file

Discussion in 'The Hangar Bay' started by Turmith, Jun 8, 2017.

  1. Turmith

    Turmith Lieutenant

    Joined:
    Aug 17, 2015
    Messages:
    21
    Likes Received:
    7
    # Spawn military POIs randomly
    - GroupName: EpsilonTierI
    CountMinMax: [ 2, 3 ]
    DroneProb: 1.0
    DronesMinMax: [ 1, 2 ]
    ReserveCount: 3
    TroopTransport: True
    SpawnPOIAvoid: [TS_Akua, Wreckage]
    POIDistance: 1000
    Properties:
    - Key: RegenAfter
    Value: 2 # Regenerate timer in realtime minutes (72 realtime minutes = 24h in-game)


    Am i reading this right?
    The POI is set to regen after 2 minutes?
    That's crazy if true, I haven't touched this and want to disable it
     
    #1
  2. Taelyn

    Taelyn Guest

    Yep after 2 minutes. But only if no one is close =)

    U want to disable it?

    Remove the:

    Properties:
    - Key: RegenAfter
    Value: 2 # Regenerate timer in realtime minutes (72 realtime minutes = 24h in-game)
     
    #2
  3. rainyday

    rainyday Rear Admiral

    Joined:
    Dec 27, 2016
    Messages:
    1,267
    Likes Received:
    3,609
    @Turmith Single player? If so, thats an experimental YAML, all bases had Regeneration for testing. Regeneration not active by default in SP anymore.
     
    #3
  4. Turmith

    Turmith Lieutenant

    Joined:
    Aug 17, 2015
    Messages:
    21
    Likes Received:
    7
    Thanks!
    I'll go edit my YAML file then.
     
    #4

Share This Page