View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006133 | The Dark Mod | Textures | public | 16.10.2022 20:02 | 24.06.2024 13:26 |
Reporter | Bikerdude | Assigned To | Amadeus | ||
Priority | normal | Severity | normal | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | PC | OS | Windows | OS Version | 10 (21H2) |
Product Version | TDM 2.10 | ||||
Target Version | TDM 2.13 | Fixed in Version | TDM 2.13 | ||
Summary | 0006133: textures/darkmod/window/diamond_pattern01_moonlit | ||||
Description | This texture has been incorrectly setup, its missing both a diffuse and the apporpriate rgb setting in the material def // ------------------------------ OLD --------------------------- // textures/darkmod/window/diamond_pattern01_moonlit { glass qer_editorimage textures/darkmod/window/diamond_pattern01_dark_ed diffusemap textures/darkmod/window/diamond_pattern01_dark { blend add map textures/darkmod/window/diamond_pattern01_dark rgb 0.1 } specularmap textures/darkmod/window/diamond_pattern01_s bumpmap textures/darkmod/window/diamond_pattern01_local { if ( parm11 > 0 ) blend gl_dst_color, gl_one map _white rgb 0.40 * parm11 } { if ( parm11 > 0 ) blend add map textures/darkmod/window/diamond_pattern01_dark rgb 0.15 * parm11 } } // ------------------------------ NEW --------------------------- // textures/darkmod/window/diamond_pattern01_moonlit { glass diffusemap textures/darkmod/window/diamond_pattern01_moonlit { blend add map textures/darkmod/window/diamond_pattern01_moonlit rgb 0.5 } specularmap textures/darkmod/window/diamond_pattern01_s bumpmap textures/darkmod/window/diamond_pattern01_local { if ( parm11 > 0 ) blend gl_dst_color, gl_one map _white rgb 0.40 * parm11 } { if ( parm11 > 0 ) blend add map textures/darkmod/window/diamond_pattern01_moonlit rgb 0.15 * parm11 } } | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
16.10.2022 20:02 | Bikerdude | New Issue | |
16.10.2022 20:02 | Bikerdude | File Added: diamond_pattern01_moonlit.dds | |
18.06.2024 03:18 | Amadeus | Assigned To | => Amadeus |
18.06.2024 03:18 | Amadeus | Status | new => resolved |
18.06.2024 03:18 | Amadeus | Note Added: 0016759 | |
24.06.2024 13:26 | nbohr1more | Resolution | open => fixed |
24.06.2024 13:26 | nbohr1more | Fixed in Version | => TDM 2.13 |
24.06.2024 13:26 | nbohr1more | Target Version | => TDM 2.13 |