Solved Moonhawk and Sunburst skins

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

  1. Flippi 284

    Flippi 284
    Expand Collapse

    Joined:
    May 2, 2017
    Messages:
    2,855
    I'm creating some skins for my pack and I have made 2 skins for the Moonhawk and Sunburst. The problem is whenever I spawn in the skin it doesn't show up. They both do not show up when applied. I am confused because I have done skins for both of these cars before and it always worked. What am I doing wrong here?
     

    Attached Files:

    • 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,855
    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,855
    Ok it didn't work.
    The sunburst still doesn't show up and the moonhawk still gives me an error
    --- Post updated ---
    Here is the error
    error.png
     
  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,855
    Thanks!
    Ah I was suspicious that was what it was...
     
    • 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