Solved i need help with making an info.json for car

Discussion in 'Mod Support' started by Soloside, Jan 7, 2018.

  1. psy_lo

    psy_lo
    Expand Collapse

    Joined:
    Jul 3, 2015
    Messages:
    223
    line 13 is wrong too:

    "path": "MKF3RJO2U/",

    before last quotation mark is a backslash followed by a slash:

    "path": "MKF3RJO2U\/",
     
  2. Soloside

    Soloside
    Expand Collapse

    Joined:
    Sep 20, 2016
    Messages:
    150
    you. are. a. god.
    thank you soooo much
    --- Post updated ---
    it works now
    --- Post updated ---
    could you possibly help with my other thread?
     
  3. psy_lo

    psy_lo
    Expand Collapse

    Joined:
    Jul 3, 2015
    Messages:
    223
    yeah! I'm happy for you :)
    --- Post updated ---
    Yes, I can take a look. What's the next?
     
  4. Soloside

    Soloside
    Expand Collapse

    Joined:
    Sep 20, 2016
    Messages:
    150
  5. psy_lo

    psy_lo
    Expand Collapse

    Joined:
    Jul 3, 2015
    Messages:
    223
  6. Soloside

    Soloside
    Expand Collapse

    Joined:
    Sep 20, 2016
    Messages:
    150
    what are ye quoting?
     
  7. psy_lo

    psy_lo
    Expand Collapse

    Joined:
    Jul 3, 2015
    Messages:
    223
    answer for what you say:

    you are an absolute legend

    I answer: ...in all modesty
     
  8. Soloside

    Soloside
    Expand Collapse

    Joined:
    Sep 20, 2016
    Messages:
    150
    oh i see
     
  9. Fox GΔMING

    Fox GΔMING
    Expand Collapse

    Joined:
    Aug 5, 2018
    Messages:
    19
    It isn't working for me either. And yes, I know this thread is more than 2 years old. Did you get it fixed? Here's what I have, all that shows up in BeamNG.Drive is the years.

    Code:
    {
        "Name": "Crapper Motors Crapper",
        "Author": "Camshaft Software LTD",
        "Type": "Automation",
        "ExporterVersion": 190731,
        "AutomationVersion": 1908070016,
        "Years":{"min":1930, "max":1937},
        "Description":"Crapper Motors' First Car.",
        "Trim Level": "Base",
        "default_color": "Default",
        "colors": {
            "Default": "1.000000 0.000000 0.000000 1.400000",
            "Black": "0.010000 0.010000 0.010000 1.400000",
            "White": "1.000000 1.000000 1.000000 1.400000",
            "Red": "0.700000 0.100000 0.100000 1.400000",
            "Blue": "0.100000 0.200000 0.400000 1.400000",
        }
    }
    And it's the same thing for another one of my cars, only the years show up, and the colors, just like all the others,:

    Code:
    {
        "Name": "Crapper Motors Metron [CH-Z]",
        "Author": "Camshaft Software LTD",
        "Type": "Automation",
        "ExporterVersion": 191216,
        "AutomationVersion": 1912179968,
        "Years":{"min":1983, "max":1991},
        "Description":"1st Generation Metron.",
        "Trim Level":"CH-Z | Sport",
        "default_color": "Cheddar Gorge",
        "colors": {
            "Cheddar Gorge": "1.000000 0.584314 0.000000 1.400000",
            "Cassette Gray": "0.580392 0.580392 0.580392 1.400000",
            "Lima Green": "0.454902 0.627451 0.000000 1.400000",
            "Sports Car Red": "0.700000 0.100000 0.100000 1.400000",
            "Twilight Blue": "0.100000 0.200000 0.400000 1.400000",
        }
    }
     
  10. Blijo

    Blijo
    Expand Collapse

    Joined:
    Apr 27, 2016
    Messages:
    2,055
    On the last entry of anything, there should be no ,
    So in your case the , after the Twilight Blue collor should go.

    A neat website for this is: https://jsonlint.com/
     
  11. Fox GΔMING

    Fox GΔMING
    Expand Collapse

    Joined:
    Aug 5, 2018
    Messages:
    19
    That isn't my problem though, the colors are fine, it's the descriptions and stuff that don't work.
     
  12. Blijo

    Blijo
    Expand Collapse

    Joined:
    Apr 27, 2016
    Messages:
    2,055
    That is an error and en error breaks things :)
     
  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