View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005784 | The Dark Mod | Textures | public | 22.10.2021 12:34 | 28.10.2021 03:08 | 
| Reporter | Bikerdude | Assigned To | nbohr1more | ||
| Priority | normal | Severity | normal | Reproducibility | have not tried | 
| Status | resolved | Resolution | fixed | ||
| Platform | PC | OS | Windows | OS Version | 10 | 
| Product Version | SVN | ||||
| Target Version | TDM 2.10 | Fixed in Version | TDM 2.10 | ||
| Summary | 0005784: 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  | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| 
	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_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
    }
}
 | 
|
| 
	Rev 16374, 16375, 16375 New materials listed as: textures/darkmod/nature/dirt/ash_001_new textures/darkmod/decals/dirt/ash01_crumb_edge_new  | 
|
| 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 |