solar system config help

Discussion in 'Planets & Playfields' started by cpspok, Jul 25, 2020.

  1. cpspok

    cpspok Commander

    Joined:
    Sep 3, 2016
    Messages:
    164
    Likes Received:
    17
    ok so how do i read this cause i have not done much with the new set up of yaml i want to edit what type and so on but don't under stand which numbers do what in the following , like what do each number does what

    like what each of these numbers does for the line - '0 : 0.4, 1 : 0.5, 2 : 0.1' # 2 - Hot Planets


    PlanetCountProbs:
    - '0 : 0.1, 1 : 0.5, 2 : 0.3, 3 : 0.1' # 1 - GasPlanets: defines the min-max amount of playfields. Each Amount can have an individual probability. Combinations of amounts with and without probabilies is possible. If no individual probability is set, the 'amount number' will get an average of the remaining probability. Example [0:0.1,3] > 0 has probability 10%. 1,2 and 3 share the other 90% = 1 has 30%, 2 has 30%, 3 has 30%
    - '0 : 0.4, 1 : 0.5, 2 : 0.1' # 2 - Hot Planets
    - '0 : 0.5, 1 : 0.4, 2 : 0.1' # 3 - Dry planets
    - '0 : 0.7, 1 : 0.2, 2 : 0.1' # 4 - Temperate planets
    - '0 : 0.8, 1 : 0.2' # 5 - Alien planets
    - '0 : 0.6, 1 : 0.4' # 6 - Snow planets
    - '0 : 0.1, 1 : 0.6, 2 : 0.3' # 7 - Barren
     
    #1
  2. Taelyn

    Taelyn Guest

    - '0 : 0.4, 1 : 0.5, 2 : 0.1' # 2 - Hot Planets

    0 planets 40% chance
    1 planet 50% chance
    2 planets 10% chance

    Together it makes 100
     
    #2
  3. cpspok

    cpspok Commander

    Joined:
    Sep 3, 2016
    Messages:
    164
    Likes Received:
    17
    so is that per solar system ?
     
    #3
  4. Taelyn

    Taelyn Guest

    Per SolarSystemConfigSTAR_CLASS.yaml It depends how you setup your GalaxyConfig.ecf

    The Config that is attached to that Star will use that config. If no config is attached then it will use the default config

    SolarSystemConfig.yaml
     
    #4
  5. cpspok

    cpspok Commander

    Joined:
    Sep 3, 2016
    Messages:
    164
    Likes Received:
    17
    so if i edit the SolarSystemConfig.yaml only that will be per solar system ? so i if make changed in solarsystemconfig.yaml only it will put that prob. in all solar systems then ? that being said if i do not edit the star_type and only the one we discussed
     
    #5
  6. Taelyn

    Taelyn Guest

    as you see in the default folders there many SolarSystemConfigs.yaml

    You need to pick the one from the star you want to edit ;) The Default SolarSystemConfig.yaml is only used for the StarterSystem and Stars that have no SolarSystemConfigSTAR_TYPE.yaml

    If you only use the SolarSystemConfig.yaml then you only have to set it in there
     
    #6
  7. cpspok

    cpspok Commander

    Joined:
    Sep 3, 2016
    Messages:
    164
    Likes Received:
    17
    are you talking about these ones in the random presets folder ?
     
    #7
  8. Taelyn

    Taelyn Guest

    Yes :) If its still unclear for you @ravien_ff has tons of knowledge since he is useing it for Project Eden :)
     
    #8
  9. cpspok

    cpspok Commander

    Joined:
    Sep 3, 2016
    Messages:
    164
    Likes Received:
    17
    thank you so much keep up the good work
     
    #9
    Taelyn likes this.
  10. cpspok

    cpspok Commander

    Joined:
    Sep 3, 2016
    Messages:
    164
    Likes Received:
    17
    can you answer one more question for me what does this setting do ?

    # All playfield servers will be automatically stopped every <n> real time hours. Players will get some warning messages before
    Srv_StopPeriod: 48
     
    #10
  11. Taelyn

    Taelyn Guest

    It will shutdown all PlayfieldServers every so many hours. Then after players can join again

    See it like a reboot without rebooting the full server (Dedicated.exe)
     
    #11
  12. cpspok

    cpspok Commander

    Joined:
    Sep 3, 2016
    Messages:
    164
    Likes Received:
    17
    thanks
     
    #12

Share This Page