Solved E

Discussion in 'Mod Support' started by Flippi 284, Nov 23, 2017.

  1. Flippi 284

    Flippi 284
    Expand Collapse

    Joined:
    May 2, 2017
    Messages:
    2,856
    E
     

    Attached Files:

    #1 Flippi 284, Nov 23, 2017
    Last edited: Oct 27, 2024
    • Informative Informative x 1
  2. MisterKenneth

    MisterKenneth
    Expand Collapse

    Joined:
    Mar 26, 2016
    Messages:
    1,747
    1. you're missing "}" and "{"

    2. It needs to be "yourvehicle_skin_yourskin" at the top.

    Here's an example of what it needs to look like
    Code:
    {
    "yourvehicle_skin_yourskin": {
        "information":{
            "authors":"You",
            "name":"test",
            "value":0,
        }
        "slotType" : "paint_design",
        "globalSkin" : "yourskin",
    },
    }
     
    • Informative Informative x 1
  3. Flippi 284

    Flippi 284
    Expand Collapse

    Joined:
    May 2, 2017
    Messages:
    2,856
    ah thanks.
     
    • Like Like x 1
  4. MisterKenneth

    MisterKenneth
    Expand Collapse

    Joined:
    Mar 26, 2016
    Messages:
    1,747
    Yep.
     
  5. Flippi 284

    Flippi 284
    Expand Collapse

    Joined:
    May 2, 2017
    Messages:
    2,856
    E
     

    Attached Files:

    • error.png
    #5 Flippi 284, Nov 23, 2017
    Last edited: Oct 27, 2024
  6. DuneWulff

    DuneWulff
    Expand Collapse

    Joined:
    Apr 25, 2016
    Messages:
    1,034
    Here Flippi, a couple things were still broken:
     

    Attached Files:

  7. MisterKenneth

    MisterKenneth
    Expand Collapse

    Joined:
    Mar 26, 2016
    Messages:
    1,747
    I think I found your problem there too. It has to be the material.cs file doing this. I'm going to assume it is.

    1. "sunburst.skin.sunburst_HNLpopo" doesn't match with what is in the jbeam file. Remove what is highlighted.

    2. "vehicles/moonhawk/HNLpopo/HNLpopo/HNLpopo.dds" means that the game is thinking that the dds file is in a folder that doesn't exist. Shorten this material.cs text down to "vehicles/moonhawk/HNLpopo/HNLpopo.dds"

    See what that does.
     
  8. Flippi 284

    Flippi 284
    Expand Collapse

    Joined:
    May 2, 2017
    Messages:
    2,856
    E
     
    #8 Flippi 284, Nov 23, 2017
    Last edited: Oct 27, 2024
    • Like Like x 1
  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