View Issue Details

IDProjectCategoryView StatusLast Update
0004795The Dark ModAIpublic02.01.2023 21:38
ReporterR Soul Assigned ToDragofer  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Target VersionTDM 2.11Fixed in VersionTDM 2.11 
Summary0004795: Material error - shingles_clay_blocky
DescriptionThe material textures/darkmod/roof/shingles_clay_blocky has incorrect texture references. The root for all textures is "models/darkmod/architecture/" but it should be "textures/darkmod/roof/"

Full definition for the material:
//necrobob & bikerdude

textures/darkmod/roof/shingles_clay_blocky
{

    Stone

    qer_editorimage textures/darkmod/roof/shingles_clay_blocky_ed
    diffusemap textures/darkmod/roof/shingles_clay_blocky
    bumpmap textures/darkmod/roof/shingles_clay_blocky_local
    {
        if ( parm11 > 0 )
        blend gl_dst_color, gl_one
        map _white
        rgb 0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend add
        map textures/darkmod/roof/shingles_clay_blocky
        rgb 0.15 * parm11
    }

    // TDM Ambient Method Related
    {
        if (global5 == 1)
        blend add
        map textures/darkmod/roof/shingles_clay_blocky
        scale 1, 1
        red global2
        green global3
        blue global4
    }
}
TagsNo tags attached.

Activities

Dragofer

Dragofer

02.01.2023 21:37

developer   ~0015678

All errors of this type were fixed in 0006019.

Issue History

Date Modified Username Field Change
12.05.2018 11:51 R Soul New Issue
13.05.2018 08:36 greebo Project DarkRadiant => The Dark Mod
13.05.2018 08:36 greebo Category Shader System => General
02.01.2023 21:37 Dragofer Assigned To => Dragofer
02.01.2023 21:37 Dragofer Status new => resolved
02.01.2023 21:37 Dragofer Resolution open => fixed
02.01.2023 21:37 Dragofer Fixed in Version => TDM 2.11
02.01.2023 21:37 Dragofer Note Added: 0015678
02.01.2023 21:38 Dragofer Category General => AI
02.01.2023 21:38 Dragofer Product Version 2.6.0 =>
02.01.2023 21:38 Dragofer Target Version => TDM 2.11