Playfield Map error - internal erro

Discussion in 'Planets & Playfields' started by SilvRav, Sep 15, 2017.

  1. SilvRav

    SilvRav Moderator

    • Moderator
    Joined:
    Jan 13, 2017
    Messages:
    539
    Likes Received:
    882
    Hi

    can anyone see something wrong in this code?

    In this playfield trying to enter the map gives the internal (continue) error

    Code:
    ---
    # Playfield Configuration
    # IMPORTANT: YAML files use spaces as indentation. Please don't use TABs - tab indentation is forbidden: http://yaml.org/faq.html
    
    # Playfield Characteristics
    Gravity: 0                          # Please don't change
    AtmosphereEnabled: False            # Please don't change
    PvP: False                          # Set to True to allow PvP in this playfield, default is False
    UseFixed: False                      # If set uses fixed drones
    Radiation: 7.7
    TemperatureDay: -130 
    Music: Migration     
    
    # Playfield difficulty (has impact on experience gains)
    Difficulty: 2                       # Between 2 and 5: larger values indicate higher difficulty
    
    # Planet or Space
    PlayfieldType: Space               # Please don't change
    
    PlanetType: Space                  # No functionality yet
    Description: "Admin Trading area and events arena."
    
    # Sun                               
    SunFlare: EnvironmentalEffects/SunFlareWhite3Space
    
    # Stars
    Stars: SkyboxStarsBlue                         
    
    # Nebula
    Nebula: PrefabNebulaBlueGlittery
    
    #Nebula:
    #    Count: 12                                 # 0 - 32
    #    Brightness: [ Dark, Medium, Bright ]      # VeryDark, Dark, Medium, Bright, VeryBright
    #    Colors: [ Blue ]                          # Blue, Pink, Purple, Green, Yellow, Orange, Red
    #    Styles: [ Streaky, Cloudy ]               # Cloudy, Streaky, Glittery, DarkMatter
    #    Complexity: 1                             # 0 - 1
    #    Textures: VeryHigh                        # VeryLow, Low, Medium, High, VeryHigh (Only One)
    
    Build: 1211
    
     
    #1
  2. Exacute

    Exacute Rear Admiral

    Joined:
    Feb 17, 2017
    Messages:
    456
    Likes Received:
    307
    I think it's missing some descriptive flags for stuff like biomes, etc.. I think it must contain some, to properly generate.. Not really my area tho.
    Head over to jmcburn 's tool, and have a look at some of the outputs, or just do it through his tool? ;)
     
    #2
  3. SilvRav

    SilvRav Moderator

    • Moderator
    Joined:
    Jan 13, 2017
    Messages:
    539
    Likes Received:
    882
    This is space :p and taken from a default playfield. but will do thanks.
     
    #3
  4. Exacute

    Exacute Rear Admiral

    Joined:
    Feb 17, 2017
    Messages:
    456
    Likes Received:
    307
    I still *think* it needs the dronebase tags.. Can be mistaken tho.
    But if it's taken from default, it seems weird that it doesn't work for you..
    Oh well, my best guess is still to try using his tool for creation instead ;)
     
    #4
    SilvRav likes this.
  5. SilvRav

    SilvRav Moderator

    • Moderator
    Joined:
    Jan 13, 2017
    Messages:
    539
    Likes Received:
    882
    he confirmed, it is the dronebase tag
     
    #5

Share This Page