View Issue Details

IDProjectCategoryView StatusLast Update
0006133The Dark ModTexturespublic24.06.2024 13:26
ReporterBikerdude Assigned ToAmadeus  
PrioritynormalSeveritynormalReproducibilityN/A
Status resolvedResolutionfixed 
PlatformPCOSWindowsOS Version10 (21H2)
Product VersionTDM 2.10 
Target VersionTDM 2.13Fixed in VersionTDM 2.13 
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

Amadeus

Amadeus

18.06.2024 03:18

developer   ~0016759

Rev 17063: basically just made a new material called "textures/darkmod/window/diamond_pattern01_moonlit_bright" so as not to impact existing FMs

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
18.06.2024 03:18 Amadeus Assigned To => Amadeus
18.06.2024 03:18 Amadeus Status new => resolved
18.06.2024 03:18 Amadeus Note Added: 0016759
24.06.2024 13:26 nbohr1more Resolution open => fixed
24.06.2024 13:26 nbohr1more Fixed in Version => TDM 2.13
24.06.2024 13:26 nbohr1more Target Version => TDM 2.13