(Possible Rubidium compatibility issue) Glowing model elements on the Dot Sight and CGM-AVE scopes
zaeonNineZero opened this issue ยท 2 comments
Several users have reported that the dot sight and new scope models from CGM Audio/Visual Enhancements have glowing model elements (excluding the reticle, which is supposed to glow). I have not reproduced this in my testing environments, but users have sent screenshots confirming the issue.
This appears to be a compatibility issue with Rubidium, likely due to issues processing the emissive texture elements in the scope models. Basically, with Rubidium installed, a texture's 'emissivity' tag is not cleared, carrying over to any model element that follows.
To fix this, all emissive texture elements on the scopes need to be moved to the bottom of the model elements array.
I implemented the changes into all of the scope models in NZGE 1.19.2 and all versions of CGM-AVE. All that's left is to port them to 1.19.3 and 1.18.2.
I don't think this issue was reported whatsoever on 1.16.5, but I'll backport the change if it proves necessary.