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

Extend User configurability of Effects System #18

Closed PrismaticFlower closed 6 years ago

PrismaticFlower commented 6 years ago

Currently modders control what effects are and aren't used in a map. This I feel is a good approach to let modders craft their desired art style.

However a problem comes in for people on old low-end GPUs. Effects like the fake-soft shadows can be expensive to evaluate and are ultimately unnecessary to the enjoyment of the game. With that in mind for each sufficiently expensive effect SP provides modders it should provide a user config option to allow or disallow the effect to be used.

This shouldn't be too hard to implement and a hint of it is already in place in the form of AA quality levels.

PrismaticFlower commented 6 years ago

Done in 9dd27c64052965a1e1f86c29737d02d6e189cfa2!