Fixed SSG - export of Sectors not working

Discussion in 'Fixed (Read Only)' started by Guardian44, Jun 26, 2019.

  1. Guardian44

    Guardian44 Commander

    Joined:
    May 2, 2019
    Messages:
    76
    Likes Received:
    18
    Well since my last report in Discord, the SSG is still broken.
    Exports of scenarios still do not work, in Discord one of the officials identified the issue to be located with the difference in "." and ",". Cannot say if this is the case, but the SSG exports are still broken.

    Local Computer settings should not be the cause of a broken export.

    --------------
    ---
    # Sector configuration file
    Build: 2517
    Sectors:
    # Sun Star
    - Coordinates: [0, 0, 0]
    SectorMapType: None
    Color: "1,1,0"
    Icon: No
    Playfields:
    - ['0, 0, 0', Sun Star, Sun Star]
    # Hemnath
    - Coordinates: [2309, -2806, 5001]
    SectorMapType: Planet
    Color: "0.65,0.42,0.09"
    Icon: Circle
    Allow: [Carnifex Orbit]
    Playfields:
    - ['0, 0, 0', Hemnath, Hemnath, 'Human:1']
    - ['-4242, -10885, 2459', Hemnath Moon, Hemnath Moon]
    - ['0, 0, 0', Hemnath Orbit, Hemnath Orbit]
    # Carnifex
    - Coordinates: [6897, 1179, 3512]
    SectorMapType: Planet
    Color: "0.65,0.42,0.09"
    Icon: Circle
    Allow: [Hemnath Orbit]
    Playfields:
    - ['0, 0, 0', Carnifex, Carnifex, 'Human:1']
    - ['-12026, 5990, 918', Carnifex Moon, Carnifex Moon]
    - ['0, 0, 0', Carnifex Orbit, Carnifex Orbit]


    -------------------------
    The file stops always after sun +3 planets, even you selected more than 3 planets to be on your system. Temporary workarounds, like changing the "." and "," as seperator in the system do not fix this either.
     
    #1
  2. texas_tornado

    texas_tornado Lieutenant

    Joined:
    Feb 12, 2018
    Messages:
    9
    Likes Received:
    15
    Hi Guardian44 -

    I am happy to investigate this issue until it is fully resolved . Can you please post the error that you are received and the log if available as well as the generated configuration output (not solarsystemconfig, your custom planet type config). This would contain the info I need to take the investigation further.

    Thanks!
     
    #2
  3. Guardian44

    Guardian44 Commander

    Joined:
    May 2, 2019
    Messages:
    76
    Likes Received:
    18
    the steps have not changed. this error came up with the penultimate Patch. In Version 9 it was still working, with switching to Alpha 10, the error appeared.

    Step 1: Before i create a new solar system, i create a new folder in D:\Steam\steamapps\common\Empyrion - Galactic Survival\Content\Scenarios Example now: Eta Ceilia System
    Step 2: i start the solar system generator
    Step 3: i set the export directory to the new folder
    Step 4: i click on sector
    Step 5: i click on system config
    Step 6: i set the Export configuration file name -> Eta Ceilia System
    Step 7: i check the outpunkt directory
    Step 8: i set scenario name
    Step 9: i click on System population
    Step 10: i set every planet type to 1 min 1 max POI type 1 min, 1 max
    Step 11: going back to system config
    Step 12: save config
    Step 13: Eta Ceilia System_ssc.yaml is created and visible below scenario name so far the system works, but now the tricky part comes, when i click random for a new seen, the application sometimes crashes or stops working ok now it did not - new seed was created : 9933546
    Step 14: click on generate! same here, sometimes the application crashes at this point Log tells me: Sector generation took 912ms
    Step 15: clicking on export scenario Log tells me: Writing scenario files took 6583 ms
    Step 16: going into the scenario folder to check on the files created, opening sectors.yaml Broken!

    i checked with different numbers in the system configuration, one of each type, down to only 3 planets, up to 10, the result is always the same. it looks like, that the SSG fails in during the process where it tries to position the planets. the first 3 planets, are always created, then something goes wrong.


    [​IMG]

    [​IMG]

    [​IMG]

    http://www.guardian.at/empyrion/26062019/Eta_Ceilia_System_lesser_planets.zip

    http://www.guardian.at/empyrion/26062019/Eta_Ceilia_System_one_of_each.zip
     
    #3
  4. Taelyn

    Taelyn Guest

    We found the issue

    Open your SSG Config and change

    GenerationParams:
    MapScale: 18

    to 0.18

    It happens with European Users. @texas_tornado doesnt have the issue since he is US =). We tested it with me and does it for me aswell.

    He will fix the issue!

    By changeing the MapScale you can fix it for now your self
     
    #4
  5. Taelyn

    Taelyn Guest

    We found the issue and its fixed

    Will be in the next update
     
    #5
  6. Guardian44

    Guardian44 Commander

    Joined:
    May 2, 2019
    Messages:
    76
    Likes Received:
    18
    ok, the only question remain, where ?

    in the editor

    [​IMG]

    the value shown is "0.18"

    [​IMG]
    the value in the config file, you mean is the config file of the output.

    because, i cannot find any other

    "[..] SSG Config [..]"

    is this correct?

    since you pointed out this issue, is it possible that the shown value

    OneWayWarpProb: 2

    is also incorrect?
     
    #6
  7. Guardian44

    Guardian44 Commander

    Joined:
    May 2, 2019
    Messages:
    76
    Likes Received:
    18
    but wohooo, it is working, :):):):D
     
    #7
  8. Taelyn

    Taelyn Guest

    It should point out this:

    GenerationParams:
    MapScale: 0.18
    SolarSystemSqueezeMinMax: [0.1, 0.15]
    OneWayWarpProb: 0.2

    you have to edit the yaml file after you exported it with the SSG
     
    #8

Share This Page