Please start putting in names

Discussion in 'Content Creation' started by SeLJaK GaMeZ, Jun 1, 2015.

  1. SeLJaK GaMeZ

    SeLJaK GaMeZ
    Expand Collapse

    Joined:
    Apr 18, 2015
    Messages:
    19
    This is to all mod creators!
    Please make a Info.json into your mod folder. If you don't know what to do here is a template:

    {
    "Name":"Name of car",
    "Brand":"Brand of car",
    "Transmission":"Automatic",
    "Drivetrain":"RWD",
    "Type":"Car",
    "colors":{
    }


    Thanks to crashmaster for the template

    Sorry if you are making a map I don't know the template but it should be something similar
     
    • Like Like x 1
  2. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,700
    The template you posted is incomplete and will cause an error due to incorrect JSON syntax.

    Code:
    {
        "Name":"Car Name",
        "Brand":"Car Brand",
        "Transmission":"Automatic",
        "Drivetrain":"FWD",
        "Type":"Car",
        "Derby Class":"Compact Car",
        "default_pc":"stock",
        "default_color":"White",
        "colors":{
            "White": "0.851 0.851 0.851 1",
            "Silver": "0.714 0.714 0.714 1"
        }
    }
    
     
  3. SeLJaK GaMeZ

    SeLJaK GaMeZ
    Expand Collapse

    Joined:
    Apr 18, 2015
    Messages:
    19
    I know the post doesn't show the spaces but I did try to put them there anyways thank you
     
  4. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,700
    Even without spaces it's still missing syntax. (colors should be {} and not just {)
     
  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