1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.36 Bug Reporting thread
    Solutions and more information may already be available.

Problems with changing a map name.

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by gravedigger2116, Sep 22, 2016.

  1. gravedigger2116

    gravedigger2116
    Expand Collapse

    Joined:
    Feb 25, 2015
    Messages:
    70
    So im trying to change the name of this map, it was orginally (well still is) Creat_A_Map. When i change it and load up the game its not changed.
     

    Attached Files:

    • notepad++_2016-09-21_21-02-15.png
    • 2016-09-21_21-02-41.jpg
  2. Hondune

    Hondune
    Expand Collapse

    Joined:
    Aug 5, 2012
    Messages:
    263
    You need an info.json file with the levels name and info. The contents of the file should look something like this

    Code:
    {
        "title": "Level Title",
        "description": "Level Description",
        "previews": ["preview_image.png"],
        "size": [8192,8192],
        "biome": "Tropical",
        "roads": "no",
        "suitablefor": "Offroad Vehicles",
        "features": "Cool Stuff",
        "authors": "Username"
    }
     
    • Like Like x 1
  3. gravedigger2116

    gravedigger2116
    Expand Collapse

    Joined:
    Feb 25, 2015
    Messages:
    70
    ok it fixed
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice