Shader Patch is a mod for SWBFII (2005) primarilly focused around two things providing sublte but meaningful, non-intrusive improvements to the game's shaders and exposing more advanced capabilties relating to shaders for modders.
All polite feedback, bug reports and feature requets are welcomed. You can do so here or if Discord is more your speed you can use it to do so here.
There are more than this but below is a short list of some of the key features Shader Patch currently has.
Refraction Quality
in the user config.BFront2.log
monitor. I know, not related to shaders at all but people asked for it and it's useful to know about.To grab yourself the latest release simply follow this link and download the shaderpatch.zip file. If it's the source code your after there should be button labeled Clone or Download
somewhere at the top of this page you can use to grab a copy of the lastest source code.
Before anything else you'll need to install Visual Studio 2022 Community with the Desktop C++ workload.
The project has several external dependencies, all of them are obtained through vcpkg. The project uses a vcpkg manifest so that once vcpkg is installed (along with it's integration) the project can just be built and vcpkg will take care getting and building the dependencies.
Once building you can use scripts/preparepackages.ps1
to create ready to zip packages of Shader Patch and it's tools.
When debugging I reccomend editing the output directory of shader_patch.vcxproj
to point to your game installation
directory and changing the debug command to launch SWBFII. This is the process I use and it works well for me, you just
have to remember to revert the output directory back before making any commits.