Unsolved How to make part of the windshield more opaque and black ?

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

  1. Turbo49>

    Turbo49>
    Expand Collapse

    Joined:
    Apr 1, 2021
    Messages:
    3,180
    I'm trying to make a winshield banner that's semi transparent but even when putting that part of the mindshield at max opacity, if it's black it'll look like this
    upload_2023-2-5_9-39-32.png
    Code:
    {
    "scintilla_glass_dirt": {
        "name": "scintilla_glass_dirt",
        "mapTo": "scintilla_glass_dirt",
        "class": "material",
        "persistentId": "13c3e5a2-a544-4c38-aa30-a3d756329270",
        "Stages": [
          {
            "ambientOcclusionMap": "/vehicles/scintilla/scintilla_glass_b.color.png",
            "opacityMap": "/vehicles/scintilla/bodywork/scintilla_glass_dirt_b.color.png",
            "metallicFactor": 1,
            "metallicMap": "/vehicles/scintilla/scintilla_glass_m.data.png",
            "normalMap": "/vehicles/scintilla/scintilla_glass_nm.normal.png",
            "opacityMap": "/vehicles/scintilla/bodywork/scintilla_glass_dirt_op.data.png",
            "roughnessMap": "/vehicles/scintilla/scintilla_glass_r.data.png"
          },
          {},
          {},
          {}
        ],
        "dynamicCubemap": true,
        "translucent": true,
        "translucentBlendOp": "PreMulAlpha",
        "version": 1.5
      },
    }
    Opacity map:
    upload_2023-2-5_9-41-9.png

    Color map:
    upload_2023-2-5_9-41-37.png
     
  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