Unsolved Mesh doesn't appear

Discussion in 'Mod Support' started by Turbo49>, Feb 20, 2023.

  1. Turbo49>

    Turbo49>
    Expand Collapse

    Joined:
    Apr 1, 2021
    Messages:
    3,245
    I'm pretty sure the name is correct:
    upload_2023-2-20_21-49-54.png
    Code:
    }
    "scintilla_nbplates": {
        "information":{
            "authors":"Turbo49",
            "name":"N°27",
            "value":50,
        },
        "slotType" : "scintilla_numberplates",
        "flexbodies": [
            ["mesh", "[group]:", "nonFlexMaterials"],
            ["scintilla_nbplate_L", ["scintilla_quarterpanel_L"]],
            ["scintilla_nbplate_R", ["scintilla_quarterpanel_R"]],
            ["scintilla_nbplate_F", ["scintilla_hood"]]
        ],
    },
    }
    Code:
    {
        "scintilla_nbplates": {
            "name": "scintilla_nbplates",
            "mapTo": "scintilla_nbplates",
            "class": "Material",
            "Stages": [{
                    "ambientOcclusionMap": "/vehicles/common/null.dds",
                    "baseColorMap": "/vehicles/scintilla/bodywork/numberplates/nbnumberplate.color.png",
                    "metallicFactor": 0,
                    "metallicMap": "/vehicles/common/null.dds",
                    "normalMap": "/vehicles/common/null_n.dds",
                    "roughnessMap": "/vehicles/common/null3.dds"
                },
                {
                    "baseColorMap": "/vehicles/scintilla/bodywork/numberplates/nbnumberplate.color.png",
                    "diffuseMapUseUV": 1,
                    "ambientOcclusionMap": "/vehicles/common/null.dds",
                    "instanceDiffuse": true,
                    "metallicFactor": 0,
                    "normalMap": "/vehicles/common/null_n.dds",
                    "opacityMap": "/vehicles/common/null3.dds",
                    "roughnessFactor": 0.4
                },
                {},
                {}
            ],
            "activeLayers": 2,
            "dynamicCubemap": true,
            "version": 1.5
        }
    }
    upload_2023-2-20_21-51-20.png
    Weird thing is, the front one is showing up, but not the side ones
     
  2. Phaien

    Phaien
    Expand Collapse

    Joined:
    Jun 10, 2021
    Messages:
    388
    make sure that you activate “double sided materials“ in the material editor under “advanced - all layers“
    otherwise check how backface culling affects the material
     
  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