View Issue Details

IDProjectCategoryView StatusLast Update
0006441The Dark ModTexturespublic19.01.2024 21:07
ReporterBikerdude Assigned Tonbohr1more  
PrioritynormalSeveritynormalReproducibilityN/A
Status resolvedResolutionfixed 
PlatformPCOSWindowsOS Version10 (23H2)
Product VersionSVN 
Target VersionTDM 2.12Fixed in VersionTDM 2.12 
Summary0006441: Request to add texture: Ash_and_coals
DescriptionI created these for WIS and have since used them in 2 other missions, so would like to get these added to the core mod please.

- textures/darkmod/nature/ash_and_coals
- textures/darkmod/nature/ash_and_coals_edge

This textures is a blend of the excellent stock ash texture and the existing lit hot coals texture, perfect for fireplaces, furnaces, stoves, etc.
Additional Informationtextures/darkmod/nature/dirt/ash_and_coals
{
    surftype15
    description "dirt"

    qer_editorimage textures/darkmod/nature/dirt/ash_and_coals_ed
    diffusemap textures/darkmod/nature/dirt/ash_and_coals
    bumpmap textures/darkmod/nature/dirt/ash_and_coals_local

    {
        if ( parm11 > 0 )
        blend gl_dst_color, gl_one
        map _white
        rgb 0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend add
        map textures/darkmod/nature/dirt/ash_and_coals
        rgb 0.15 * parm11
    }
}

---------------------------------------------------------------------------------------------------

textures/darkmod/nature/dirt/ash_and_coals_edge
{
    surftype15
    description "dirt"

    qer_editorimage textures/darkmod/nature/dirt/ash_and_coals_edge_ed
    diffusemap textures/darkmod/nature/dirt/ash_and_coals_edge
    bumpmap textures/darkmod/nature/dirt/ash_and_coals_edge_local

    {
        if ( parm11 > 0 )
        blend gl_dst_color, gl_one
        map _white
        rgb 0.40 * parm11
    }
    {
        if ( parm11 > 0 )
        blend add
        map textures/darkmod/nature/dirt/ash_and_coals_edge
        rgb 0.15 * parm11
    }
}
TagsNo tags attached.
Attached Files
ash_and_coals.dds (1,048,704 bytes)
ash_and_coals_edge.dds (1,398,256 bytes)
ash_and_coals_ed.jpg (104,966 bytes)   
ash_and_coals_ed.jpg (104,966 bytes)   
ash_and_coals_edge_ed.jpg (34,612 bytes)   
ash_and_coals_edge_ed.jpg (34,612 bytes)   
ash_and_coals_edge_local.tga (4,194,348 bytes)
ash_and_coals_local.tga (4,194,348 bytes)

Activities

nbohr1more

nbohr1more

19.01.2024 02:13

developer   ~0016381

Is this meant to replace the ash_and_coals material in tdm_nature_dirt.mtr ?

textures/darkmod/nature/ash_and_coals
textures/darkmod/nature/ash_and_coals_ns

?

Hmm... looks like we are missing the "edge" material even though there is a texture:
textures/darkmod/nature/ash_and_coals_edge

Just add them with a _new extension?
nbohr1more

nbohr1more

19.01.2024 20:19

developer   ~0016383

Last edited: 19.01.2024 21:06

Rev 16926 to 16929

Issue History

Date Modified Username Field Change
18.01.2024 12:25 Bikerdude New Issue
18.01.2024 12:25 Bikerdude File Added: ash_and_coals.dds
18.01.2024 12:25 Bikerdude File Added: ash_and_coals_edge.dds
18.01.2024 12:25 Bikerdude File Added: ash_and_coals_ed.jpg
18.01.2024 12:25 Bikerdude File Added: ash_and_coals_edge_ed.jpg
18.01.2024 12:25 Bikerdude File Added: ash_and_coals_edge_local.tga
18.01.2024 12:25 Bikerdude File Added: ash_and_coals_local.tga
19.01.2024 02:13 nbohr1more Note Added: 0016381
19.01.2024 02:31 nbohr1more Assigned To => nbohr1more
19.01.2024 02:31 nbohr1more Status new => assigned
19.01.2024 20:19 nbohr1more Note Added: 0016383
19.01.2024 20:20 nbohr1more Status assigned => resolved
19.01.2024 20:20 nbohr1more Resolution open => fixed
19.01.2024 20:20 nbohr1more Product Version => SVN
19.01.2024 20:20 nbohr1more Fixed in Version => TDM 2.12
19.01.2024 20:20 nbohr1more Target Version => TDM 2.12
19.01.2024 21:03 nbohr1more Note Edited: 0016383
19.01.2024 21:07 nbohr1more Note Edited: 0016383