Drone base attack - YAML edit help

Discussion in 'Planets & Playfields' started by Blacky2131, Sep 24, 2018.

  1. Blacky2131

    Blacky2131 Ensign

    Joined:
    Feb 7, 2016
    Messages:
    4
    Likes Received:
    1
    Hello guys. So I want to have like 20-30 drones attacking my base. What exactly do I have to edit to change that?
     
    #1
  2. philigusforgotPW

    philigusforgotPW Ensign

    Joined:
    Apr 27, 2017
    Messages:
    19
    Likes Received:
    8
    Drone base is difficult to tweak. If you go to steam/setamapps/common............... to your empyrion galactic survival Content/scenerios [yourscenerio] , the name of your scenerio, theres a little gameoptions file. you can adjust some game difficulties there.

    look up creating a scenerio...
     
    #2
  3. Sindelin

    Sindelin Ensign

    Joined:
    Oct 1, 2016
    Messages:
    1
    Likes Received:
    0
    What i have done to have more drones incoming to my base in my Single player game.

    I have edited in
    ..\Empyrion - Galactic Survival\Content\Playfields\TemperateStarter\ ( for instance )

    the file
    playfield_static.yaml

    in following way.

    I have added extra Drone base(s)
    # ================================
    - GroupName: DroneBaseT1
    DroneBaseSetup: DroneBaseSetup
    BiomesExcluded: [ PolarSnow, Radiated, RadiatedFog ]
    IsImportant: True
    CountMinMax: [ 1, 1 ]
    DroneProb: 1.0
    DronesMinMax: [ 3, 5 ]
    ReserveCount: 5

    - GroupName: DroneBaseT1
    DroneBaseSetup: DroneBaseSetup
    BiomesExcluded: [ PolarSnow, Radiated, RadiatedFog ]
    IsImportant: True
    CountMinMax: [ 1, 1 ]
    DroneProb: 1.0
    DronesMinMax: [ 3, 5 ]
    ReserveCount: 5

    ( shortened list, copy all from 1st drone base )

    this will add another 4 drones to attack your base and you will get 2x notifications of incoming drones

    Next what you need to do ( or optional )

    I have modified the drones setup

    ### Drones
    DroneBaseSetup:
    - Name: DroneSmallFast01Minigun
    Amount: Infinite
    Extra: 1

    - Name: DroneSmallAttackBase
    Amount: Infinite
    Extra: 1

    - Name: DroneTroopsTransport
    Amount: Infinite
    Extra: 1

    try to make more Extra: 1 drones, but i think Drone bases will always send 4 of them ( per base )
    And yes choosing Troop Transport as Extra 1 works, you will get Transport(s) flying to your base.
     
    #3

Share This Page