Solved Unkown error of skin not appearing when selected.

Discussion in 'Mod Support' started by DankMemeBunny, Nov 3, 2016.

  1. DankMemeBunny

    DankMemeBunny
    Expand Collapse

    Joined:
    Jun 24, 2016
    Messages:
    1,540
    I am fine with other cars like the van, I dont knwo why the skin wont show. {The skin shows up in selector but not on the car}
     

    Attached Files:

  2. meywue

    meywue
    Expand Collapse
    Administrator
    BeamNG Team

    Joined:
    Nov 19, 2015
    Messages:
    339
    Hey,

    the last part of your mapTp property needs to match the globalSkin property which you defined in the jbeam file for the skin. So it needs to be "sunburst.skin.garda" (instead of having the jbeam object name sunburst_garda)

    Code:
    singleton Material("sunburst.skin.garda")
    {
        mapTo = "sunburst.skin.garda";
        overlayMap[2] = "vehicles/sunburst/sunburst_garda/sunburst_garda.dds";
        diffuseMap[2] = "vehicles/sunburst/sunburst_c.dds";
        specularMap[2] = "vehicles/sunburst/sunburst_s.dds";
        normalMap[2] = "vehicles/sunburst/sunburst_n.dds";
     
  3. DankMemeBunny

    DankMemeBunny
    Expand Collapse

    Joined:
    Jun 24, 2016
    Messages:
    1,540
    Well thanks for helping!
    Still a noob at some 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