Help needed Playfields \ MoonLava and MoonLava2 moon ERROR

Discussion in 'Custom Playfields & Systems' started by cgw 2, May 4, 2021.

  1. cgw 2

    cgw 2 Commander

    Joined:
    Oct 19, 2016
    Messages:
    64
    Likes Received:
    39
    Playfields \ MoonLava moon ERROR
    It works, but the sector is not displayed on the map.

    In my Sectors.yaml I substitute other planets, everything works.

    And when I insert the original MoonLava, the sector is not displayed on the map.

    Writes an error
    Sector (x, y, z) cannot be selected. Ignoring

    Same problem with MoonLava2

    But substituting other planets everything is fine.

    [​IMG]
     

    Attached Files:

    #1
    Last edited: May 4, 2021
  2. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,397
    Likes Received:
    12,004
    You have to set it as a planet in the playfield file. Those moons are set to moons.
    That might be your problem but I couldn't be sure.
     
    #2
  3. cgw 2

    cgw 2 Commander

    Joined:
    Oct 19, 2016
    Messages:
    64
    Likes Received:
    39
    Well, yes, there are problems with the moons, but if you insert the planet, everything is fine.
    The moon used to work. Now, the moon is not working.
     
    #3
  4. Kassonnade

    Kassonnade Rear Admiral

    Joined:
    May 13, 2017
    Messages:
    2,816
    Likes Received:
    4,111
    What ravien_ff means is that in the playfield_static.yaml, the default template is set as a moon in the PlayfieldType, while it should be set (by you) as Planet.

    Look at the top of the playfield_static.yaml file for your moon, and check this line :

    PlanetType: Lava
    Emissive: True
    PlayfieldType: Moon
    <<< change this to Planet
     
    #4
  5. ravien_ff

    ravien_ff Rear Admiral

    Joined:
    Oct 22, 2017
    Messages:
    6,397
    Likes Received:
    12,004
    Did you try changing it from a moon to a planet in playfield_static? Again not sure if that is the problem or not.
     
    #5
  6. cgw 2

    cgw 2 Commander

    Joined:
    Oct 19, 2016
    Messages:
    64
    Likes Received:
    39
    Everywhere Planet stands.

    Content\Scenarios\RSS\Playfields\Mercuriy\playfield_static.yaml
    PlayfieldType: Planet


    Content\Scenarios\RSS\Sectors\Sectors.yaml
    SectorMapType: Planet


    By the method of elimination, I realized that the problem was Playfields

    I also install Moon but same problem with it.

    I linked the file Mercuriy to the planet, it seems to work,
    but in fact there is a problem with the planet itself, my starting inventory also stopped working there.
    - Mode: Survival
    Spawn: EscapePod

    But everything was fine before.
    I suppose the problem is in the file playfield_static.yaml

    planet itself

    I decided to make it anew inheriting from the planet.
    Because I don't know any other solution how to make this moon work.
     

    Attached Files:

    #6
    Last edited: May 4, 2021

Share This Page