View Issue Details

IDProjectCategoryView StatusLast Update
0006281The Dark ModTexturespublic31.03.2023 00:11
ReporterAmadeus Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status newResolutionopen 
Product VersionTDM 2.11 
Summary0006281: blocks_large_sandstone material file calls incorrect diffusemap
DescriptionThe texture "blocks_large_sandstone" calls the incorrect diffuse map leading to an entirely different image showing up in game. The incorrect diffusemap that is being called is textures/darkmod/stone/brick/blocks_large_whitestone, which is a very different image from the editor image. I'd like to point you in the right direction of where the proper diffusemap is, but it seems to be nonexistent in the base TDM files.
Steps To ReproduceHere is the incorrect material file:

textures/darkmod/stone/brick/blocks_large_sandstone
{

    stone
    description "vine_friendly"


    qer_editorimage textures/darkmod/stone/brick/blocks_large_sandstone_01_ed
    {blend diffusemap
    map textures/darkmod/stone/brick/blocks_large_whitestone
    red .8
    green .7
    blue .6
    }
    bumpmap textures/darkmod/stone/brick/blocks_large_yellowstone_local


    frobstage_texture textures/darkmod/stone/brick/blocks_large_yellowstone 0.15 0.40


}
Additional InformationThe correct diffuse map needed for this material seems to be missing
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
31.03.2023 00:11 Amadeus New Issue