View Issue Details

IDProjectCategoryView StatusLast Update
0006133The Dark ModTexturespublic16.10.2022 20:02
ReporterBikerdude Assigned To 
PrioritynormalSeveritynormalReproducibilityN/A
Status newResolutionopen 
PlatformPCOSWindowsOS Version10 (21H2)
Product VersionTDM 2.10 
Summary0006133: textures/darkmod/window/diamond_pattern01_moonlit
DescriptionThis texture has been incorrectly setup, its missing both a diffuse and the apporpriate rgb setting in the material def

// ------------------------------ OLD --------------------------- //

textures/darkmod/window/diamond_pattern01_moonlit
{
    glass

    qer_editorimage textures/darkmod/window/diamond_pattern01_dark_ed
    diffusemap textures/darkmod/window/diamond_pattern01_dark
    {
        blend add
        map textures/darkmod/window/diamond_pattern01_dark
        rgb 0.1
    }

    specularmap textures/darkmod/window/diamond_pattern01_s
    bumpmap textures/darkmod/window/diamond_pattern01_local
    {
        if ( parm11 > 0 )
        blend gl_dst_color, gl_one
        map _white
        rgb 0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend add
        map textures/darkmod/window/diamond_pattern01_dark
        rgb 0.15 * parm11
    }
}

// ------------------------------ NEW --------------------------- //

textures/darkmod/window/diamond_pattern01_moonlit
{
    glass

    diffusemap textures/darkmod/window/diamond_pattern01_moonlit
    {
    blend add
    map textures/darkmod/window/diamond_pattern01_moonlit
    rgb 0.5
    }

    specularmap textures/darkmod/window/diamond_pattern01_s
    bumpmap textures/darkmod/window/diamond_pattern01_local
    {
        if ( parm11 > 0 )
        blend gl_dst_color, gl_one
        map _white
        rgb 0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend add
        map textures/darkmod/window/diamond_pattern01_moonlit
        rgb 0.15 * parm11
    }
}
TagsNo tags attached.
Attached Files

Activities

Issue History

Date Modified Username Field Change
16.10.2022 20:02 Bikerdude New Issue
16.10.2022 20:02 Bikerdude File Added: diamond_pattern01_moonlit.dds