View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006058 | The Dark Mod | Textures | public | 04.08.2022 21:39 | 17.06.2024 20:26 |
Reporter | Bikerdude | Assigned To | Amadeus | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
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 | 0006058: textures/darkmod/window/metal_irregularpanes_moonlit - has incorrect blend add link and is too bright. | ||||
Description | Material def wrong for tha above texture, that and the diffuse is too bright (with window frame gets brightened as well as the panes. | ||||
Steps To Reproduce | Current material def has thw wrong diffuse in the blend add section: textures/darkmod/window/metal_irregularpanes_moonlit { glass noselfshadow qer_editorimage textures/darkmod/window/metal_irregularpanes_moonlit_ed diffusemap textures/darkmod/window/metal_irregularpanes_moonlit { blend add map textures/darkmod/window/metal_irregularpanes rgb 0.55 } specularmap textures/darkmod/window/metal_irregularpanes_s bumpmap textures/darkmod/window/metal_irregularpanes_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/metal_irregularpanes_moonlit rgb 0.15 * parm11 } } ------ And it should be ------ textures/darkmod/window/metal_irregularpanes_moonlit { glass noselfshadow qer_editorimage textures/darkmod/window/metal_irregularpanes_moonlit_ed diffusemap textures/darkmod/window/metal_irregularpanes_moonlit { blend add map textures/darkmod/window/metal_irregularpanes_moonlit rgb 0.55 } specularmap textures/darkmod/window/metal_irregularpanes_s bumpmap textures/darkmod/window/metal_irregularpanes_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/metal_irregularpanes_moonlit rgb 0.15 * parm11 } } | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
04.08.2022 21:39 | Bikerdude | New Issue | |
04.08.2022 21:39 | Bikerdude | File Added: metal_irregularpanes_moonlit_ed.jpg | |
04.08.2022 21:39 | Bikerdude | File Added: metal_irregularpanes_moonlit.dds | |
06.08.2022 10:22 | Bikerdude | Steps to Reproduce Updated | |
17.06.2024 19:23 | Amadeus | Assigned To | => Amadeus |
17.06.2024 19:23 | Amadeus | Status | new => resolved |
17.06.2024 19:23 | Amadeus | Note Added: 0016753 | |
17.06.2024 20:26 | nbohr1more | Resolution | open => fixed |
17.06.2024 20:26 | nbohr1more | Fixed in Version | => TDM 2.13 |
17.06.2024 20:26 | nbohr1more | Target Version | => TDM 2.13 |