Help needed Scenario RockResourceCarbon Help my.

Discussion in 'Scenarios' started by cgw 2, Jan 1, 2023.

  1. cgw 2

    cgw 2 Commander

    Joined:
    Oct 19, 2016
    Messages:
    64
    Likes Received:
    39
    In playfield_dynamic.yaml
    I'm trying to add Carbon (Decorations) to my
    Real Solar System from cgw v0.5.x
    script on the planets in the form of a stone on the surface of the planet. But it does not work, I tried all possible combinations.

    I added all the ores as a stone on the surface.
    And Carbon is not displayed.
    Although Carbon (Decorations) is on the new MoonTemperateStarter (Akua)
    I do not understand how to add it to other planets.

    work and display.
    - [RockResourceCobalt, 0.0025, Free]
    - [RockResourceCopper, 0.0025, Free]
    - [RockResourceErestrum, 0.0025, Free]
    - [RockResourceGold, 0.0025, Free]
    - [RockResourceIron, 0.0025, Free]
    - [RockResourceMagnesium, 0.0025, Free]
    - [RockResourceNeodymium, 0.0025, Free]
    - [RockResourcePromethium, 0.0025, Free]
    - [RockResourceSathium, 0.0025, Free]
    - [RockResourceSilicon, 0.0025, Free]
    - [RockResourceZascosium, 0.0025, Free]
    - [RockResourceTitan, 0.0025, Free]
    - [RockResourcePentaxid, 0.0025, Free]


    Doesn't work and doesn't show up.
    - [RockResourceCarbon, 0.0025, Free]
    - [RockResourcePlatinum, 0.0025, Free]
    - [RockResourceAluminium, 0.0025, Free]
    - [RockResourceIce, 0.03, Free]

    I tried like this. (this is taken from Akua where the Carbon stone is)

    Decorations:
    - [ RockResourceCarbon, 0.1, StonesOut, 1.00 ]
    - [ RockResourceCarbon, 0.1, RockResource, 1.50 ]
    - [ RockResourceCarbon, 0.1, StonesInRes, 1.70 ]
    - [ RockResourceCarbon, 0.1, SandBushIn, 1.00 ]
    - [ RockResourceCarbon, 0.1, Harvestables1, 1.20 ]
    - [ RockResourceCarbon, 0.1, SandBush, 1.50]
    As I understand it,
    The 2nd parameter is the amount of the resource.
    The 3rd parameter is the biome.
    And the 4th parameter I do not know what it is?

    Then I tried to add (this is taken from Akua where there is a Carbon stone)

    Presets:
    - Name: SandBush # Uncommon bushes in the deserts. Close to stones. Only minimal size differences.
    Density: 0.5
    Snow: 0
    spawn:
    Min: 0.68
    Max: 1
    BushPower: 0.3
    Noise: 3,0.02,3,0.45
    scale:
    Power: 1
    Noise: 3,0.02,2,0.45
    Hue: 0,0,0.001

    But this did not help me, Carbon stones are not displayed.

    As I understand there are no stones in the game.
    RockResourcePlatinum, RockResourceAluminium, RockResourceIce

    But I saw RockResourceCarbon in the game (on Akua),
    but Carbon doesn't show up in my playfield_dynamic.yaml.
    I have no vegetation and grass.
    What am I doing wrong?

    Here is an image of what kind of stones.
    [​IMG]

    How to add RockResourceCarbon to another planet?
     
    #1
    Last edited: Jan 14, 2023
    teakeycee likes this.
  2. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,424
    Likes Received:
    12,030
    Carbon is only usable if you rework your entire playfield to use the new decoration system, which is not recommended by the developers at this time.
    You will need to add carbon deposits or another way for players to get carbon.
     
    #2
    cgw 2 likes this.
  3. cgw 2

    cgw 2 Commander

    Joined:
    Oct 19, 2016
    Messages:
    64
    Likes Received:
    39
    Thank you.
     
    #3

Share This Page