1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.37 Bug Reporting thread
    Solutions and more information may already be available.

My livery shows up in the menu but the livery its self doesn't appear

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by BRUHD100, Apr 28, 2024.

  1. BRUHD100

    BRUHD100
    Expand Collapse

    Joined:
    Sep 30, 2018
    Messages:
    7
    So, I was trying to make an alternative two-tone livery for LucasBE's K-series, and whenever I go in-game, the livery name on the list shows up, but there is no livery on the car itseld. I tried the format in "
    The Ultimate Guide Of How To Make A Colorable Vehicle Skin 2022 Edition," but it still didn't work, so I tried to change it back to how it originally was with the two-tone in Lucas's material JSON where there was no basecolor. I checked other discussion forums to see my problem. Some did help, like the folder name in material, but I still had no luck.

    Code:
    {
      "etkk_skin_lbe_twotone2" : {
        "name" : "etkk_skin_lbe_twotone2",
        "mapTo" : "etkk_skin_lbe_twotone2",
        "class" : "Material",
        "Stages": [
          {
            "ambientOcclusionMap": "/vehicles/etkk/etkk_main_ao.data.png",
            "baseColorMap": "/vehicles/etkk/etkk_main_b.color.png",
            "metallicMap": "/vehicles/etkk/etkk_main_m.data.png",
            "metallicFactor": 1,
            "normalMap": "vehicles/etkk/etkk_main_n.normal.png",
            "roughnessMap": "/vehicles/etkk/etkk_main_r.data.png",
            "useAnisotropic": true
          },
          {
            "ambientOcclusionMap": "/vehicles/etkk/etkk_main_ao.data.png",
            "colorPaletteMap": "vehicles/etkk/etkkskinpackbrotha/etkk_skin_twotone2_uv1.color.png",
            "clearCoatFactor": 1,
            "clearCoatMap": "/vehicles/etkk/etkk_main_c.data.png",
            "clearCoatRoughnessFactor": 1,
            "colorPaletteMapUseUV": 1,
            "instanceDiffuse": true,
            "metallicFactor": 1,
            "normalMap": "/vehicles/etkk/etkk_main_n.normal.png",
            "opacityMap": "/vehicles/etkk/etkk_main_c.data.png",
            "useAnisotropic": true,
          },
          {},
          {}
        ],
        "activeLayers": 2,
        "dynamicCubemap": true,
        "materialTag0": "beamng",
        "materialTag1": "vehicle",
        "order_simset": 0,
        "version": 1.5
      }
      }  
    jbeam
    Code:
     {
       "etkk_skin_lbe_twotone2": {                //change SKINNAME to your skin name (one word)
       "information":{
           "authors":"lucus & bruhd101",                    //change YOU to your name (spaces allowed)
           "name":"Two Tone with hood (Colorable)",            //change YOUR SKIN NAME to your skin name (spaces allowed)
           "value":200,
       }
       "slotType" : "skin_lbe",
       "globalSkin" : "etkkskinpackbrotha",            //change SKINNAME to your skin name (one word)
       },
       }

    here is the file location before I packed it and put it in the repo


    I do not seem to have any Lua errors relating to the decal., I don't know what is going on. I've been lost with this for 2 days now
     

    Attached Files:

  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