View Issue Details

IDProjectCategoryView StatusLast Update
0004645The Dark ModModelspublic13.03.2020 10:09
ReporterVanishedOne Assigned ToSpringheel  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.05 
Fixed in VersionTDM 2.08 
Summary0004645: Arcturus lion statues lack normal map
DescriptionThey have one in the Animated Grass Test demo, but it hasn't survived their inclusion in TDM core. It's not referenced in the rewritten material def and the relevant file is missing.
Additional InformationFrom tdm_models_decorative.mtr:

globe2_frame_brass_wood
{
    metal
    NoShadows
    
    qer_editorimage models/darkmod/props/textures/globe2_frame_brass_wood_ed
    
    
    diffusemap models/darkmod/props/textures/globe2_frame_brass_wood
    bumpmap models/darkmod/props/textures/globe2_frame_local
    specularmap models/darkmod/props/textures/globe2_frame_brass_wood_s

 [...]

}


arcturus_stairs_lions
{
    stone
    NoShadows
    

    
    
    diffusemap models/darkmod/props/textures/lion_statue_arc
// bumpmap models/darkmod/props/textures/globe2_frame_local
  // specularmap models/darkmod/props/textures/globe2_frame_brass_wood_s

    {
        if ( parm11 > 0 )
        blend gl_dst_color, gl_one
        map _white
        rgb 0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend add
        map models/darkmod/props/textures/lion_statue_arc
        rgb 0.15 * parm11
    }


     // TDM Ambient Method Related
    {
        if (global5 == 1)
        blend add
        map models/darkmod/props/textures/lion_statue_arc
        scale 1, 1
        red global2
        green global3
        blue global4
    }

}

It looks as though someone may have made the new def by copying from the one above, and forgot to finish the job.
TagsNo tags attached.

Relationships

related to 0004118 resolvedSpringheel Add Arcturus' lion models 
related to 0003771 resolvedDragofer Models with corrupt or badly scaled textures - ongoing 

Activities

user81

28.03.2018 09:01

  ~0010183

linking to model master thread - 0003771
VanishedOne

VanishedOne

08.03.2020 15:24

reporter   ~0012251

It seems that at some point someone fixed the material declaration in the core mod... but the normal map file is still missing.
Dragofer

Dragofer

13.03.2020 10:09

developer   ~0012261

lion_local.tga was added by Springheel in Rev 15808, works fine ingame in SVN.

Issue History

Date Modified Username Field Change
03.11.2017 18:04 VanishedOne New Issue
03.11.2017 21:06 VanishedOne Relationship added related to 0004118
28.03.2018 09:00 user81 Relationship added related to 0003771
28.03.2018 09:01 user81 Note Added: 0010183
08.03.2020 15:24 VanishedOne Note Added: 0012251
13.03.2020 10:09 Dragofer Assigned To => Springheel
13.03.2020 10:09 Dragofer Status new => resolved
13.03.2020 10:09 Dragofer Resolution open => fixed
13.03.2020 10:09 Dragofer Fixed in Version => TDM 2.08
13.03.2020 10:09 Dragofer Note Added: 0012261