PrismaticFlower / shaderpatch

Improved shaders (and fun stuff for modders) for Star Wars Battlefront II (2005) - Incompatible with Classic Collection
MIT License
39 stars 2 forks source link

PBR "basic" subtype (and its successor) has broken #127

Closed DoctorAnsem closed 3 years ago

DoctorAnsem commented 3 years ago

It's not specific to the old pbr.basic rendertype - simply put, any PBR material that sets the new NoMetallicRoughnessMap flag true is always drawn fully reflective as if it had a Roughness value of 0, despite what the value actually is. (changing it doesn't do anything)

PrismaticFlower commented 3 years ago

Thanks for testing and reporting it! I'll be sure to look into it as soon as possible.

PrismaticFlower commented 3 years ago

v1.4.0-preview.8 contains a fix for this. Let me know if you come across any other issues like it!