Fixed POI DroneBase (Flattens ground) [6043]

Discussion in 'Fixed (Read Only)' started by forbiddenzsky, Feb 12, 2019.

  1. forbiddenzsky

    forbiddenzsky Lieutenant

    Joined:
    Jul 30, 2017
    Messages:
    47
    Likes Received:
    20
    Mode: Survival
    Mode: SP/MP


    Reproducible: Always (including on default POI)
    Severity: Minor


    Type:Global
    Periodicity: 100% (clearly visible on planets where there is no level ground and on large bases

    We take any suitable POI for dronbazy, preferably large for illustrative example BA_DroneBase_Norvena.
    In the playfield.yaml file we do not add the parameter: DroneBaseSetup: DroneBaseSetup

    DB_F.JPG

    -------------------------------------------------------
    - GroupName: DroneBaseT1
    # DroneBaseSetup: DroneBaseSetup
    CountMinMax: [ 1, 1 ]
    DroneProb: 1
    DronesMinMax: [ 2, 3 ]
    ReserveCount: 3
    Properties:
    - Key: RegenAfter
    Value: 250
    ---------------------------------------------------

    We get an even / good and beautiful result (not counting the height), but there will be no drones here.

    DroneBaseGood.jpg


    Now we add a line in the playfield.yaml file - DroneBaseSetup: DroneBaseSetup

    -------------------------------------------------------
    - GroupName: DroneBaseT1
    DroneBaseSetup: DroneBaseSetup
    CountMinMax: [ 1, 1 ]
    DroneProb: 1
    DronesMinMax: [ 2, 3 ]
    ReserveCount: 3
    Properties:
    - Key: RegenAfter
    Value: 250
    ---------------------------------------------------


    And we get an ugly result, the dronbase can even be buried in the ground.
    This bug was not in version 8 of the game on drone bases.

    DroneBase_Bad11.jpg DroneBase_Bad1.jpg Deco4.jpg

    I have been waiting for the correction of this error since the beginning of the 9th version of the game. I'm tired of watching the turrets of the dronbase are covered with soil.

    This error also applies to the line with the Planet Vessel Base parameter: PlanetVesselBaseSetup already has this bug, approximately from version 5 of the game.
     
    #1
    Frigidman likes this.
  2. forbiddenzsky

    forbiddenzsky Lieutenant

    Joined:
    Jul 30, 2017
    Messages:
    47
    Likes Received:
    20
    You fixed the bug with drone bases, thanks.

    Maybe now you notice a similar error (bug) which has long been with the line:

    PlanetVesselBaseSetup: PlanetVesselBaseSetup


    This bug is a complete "copy" of the fixed bug with drone bases about which I wrote at the beginning of the topic.
     
    #2
    Frigidman likes this.
  3. Frigidman

    Frigidman Rear Admiral

    Joined:
    Mar 19, 2016
    Messages:
    2,280
    Likes Received:
    3,715
    While they are in fixing the PlanetVesselBaseSetup also allow this to actually work:

    Code:
              Properties:
                - Key: SI   # Disable SI for floating POIs - does not seem to work for PlanetVesselBaseSetup
                  Value: Off
    
     
    #3

Share This Page