View Issue Details

IDProjectCategoryView StatusLast Update
0005784The Dark ModTexturespublic28.10.2021 03:08
ReporterBikerdude Assigned Tonbohr1more  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformPCOSWindowsOS Version10
Product VersionSVN 
Target VersionTDM 2.10Fixed in VersionTDM 2.10 
Summary0005784: textures missing local/incorrect local
Description- textures/darkmod/nature/dirt/ash_001 - missing the local
- textures/darkmod/decals/dirt/ash01_crumb_edge - use the local from a different texture.

I have attached a new local that can be used for both
TagsNo tags attached.
Attached Files
ash01_local.tga (4,194,348 bytes)

Activities

Bikerdude

Bikerdude

22.10.2021 12:34

reporter   ~0014442

The updated material defs for both
bkd_decals.mtr (690 bytes)   
textures/darkmod/decals/dirt/ash01_crumb_edge
{
    surftype15
    description "sand"
	noshadows

    qer_editorimage	textures/darkmod/decals/dirt/ash01_crumb_edge_ed

    {
		maskcolor                
		map makealpha(textures/darkmod/decals/dirt/crumb_alpha_edge01.jpg)
        alphatest  0.9
    }

    diffusemap      textures/darkmod/nature/dirt/ash01
    bumpmap       	textures/darkmod/nature/dirt/ash01_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/ash01
		rgb         0.15 * parm11
    }
}
bkd_decals.mtr (690 bytes)   
bkd_dirt.mtr (506 bytes)   
textures/darkmod/nature/dirt/ash_001
{

    surftype15
    description "dirt"

    diffusemap		textures/darkmod/nature/dirt/ash01
	bumpmap       	textures/darkmod/nature/dirt/ash01_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/ash01
        rgb         0.15 * parm11
    }
}

bkd_dirt.mtr (506 bytes)   
nbohr1more

nbohr1more

23.10.2021 04:47

developer   ~0014445

Rev 16374, 16375, 16375

New materials listed as:

textures/darkmod/nature/dirt/ash_001_new

textures/darkmod/decals/dirt/ash01_crumb_edge_new

Issue History

Date Modified Username Field Change
22.10.2021 12:34 Bikerdude New Issue
22.10.2021 12:34 Bikerdude File Added: ash01_local.tga
22.10.2021 12:34 Bikerdude Note Added: 0014442
22.10.2021 12:34 Bikerdude File Added: bkd_decals.mtr
22.10.2021 12:34 Bikerdude File Added: bkd_dirt.mtr
23.10.2021 04:47 nbohr1more Note Added: 0014445
23.10.2021 04:47 nbohr1more Status new => resolved
23.10.2021 04:47 nbohr1more Resolution open => fixed
23.10.2021 04:47 nbohr1more Fixed in Version => TDM 2.10
23.10.2021 04:47 nbohr1more Target Version => TDM 2.10
28.10.2021 03:08 nbohr1more Assigned To => nbohr1more
28.10.2021 03:08 nbohr1more Product Version TDM 2.09 => SVN