She Will Punish Them

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

Tags for this mod

About this mod

Provides global and granular customization of advanced graphics settings used by the game.

Requirements
Permissions and credits
Donations
This mod provides access to various graphics settings used by the game. It is roughly separated into two parts, quality settings and rendering settings.

After tweaking settings, press the hotkey (default page up) to see the changes immediately.


Quality Settings

These are Unity's basic graphics settings for things like anisotropic filtering, etc.

To change quality settings, just edit the config file either with a text editor or the Configuration Manager mod.

I think the game ignores these settings, so they're probably useless.


Rendering Settings

Rendering settings include the following effects:

  • Depth Of Field
  • Vignette
  • Exposure
  • White Balance
  • Chromatic Aberration
  • Bloom
  • Split Toning
  • Fog
  • Indirect Lighting Controller
  • Ambient Occlusion
  • Gradient Sky
  • HDRI Sky
  • Color Adjustments

Rendering settings are saved in profiles. A single scene might have multiple profiles.

You can globally disable any of the rendering settings for all profiles in all scenes in the config file.

If you want to tweak any of rendering settings for a specific profile in a specific scene, you have to do the following:

  • Press the hotkey (default page up) while holding down the modifier key (default left shift) to save all rendering profiles in the current scene to json files.
  • Open the json files in a text editor.
  • Once you've changed any of the many, many settings, save the file and press the hotkey (without the modifier key) to reload all settings.

The files are in BepInEx\plugins\AdvancedGraphicsSettings.

Files are named <SceneName>_<ProfileName>.json, so you can specify different profile values for different scenes.


Config

A config file BepInEx/config/aedenthorn.AdvancedGraphicsSettings.cfg is created after running the game once with this mod.

You can adjust the config values by editing this file using a text editor or using the Configuration Manager mod.


Technical

This mod requires BepInEx to be installed for SWPT.  Detailed instructions on installing BepInEx are here.

If you are on Windows, you will need the x64 or x86 version based on your architecture, found here:

https://github.com/BepInEx/BepInEx/releases

Unpack the zip file, and place the contents in the game's root folder (beside the game's .exe file).

To install this mod, place the contents of its zip file in the BepInEx/plugins folder (create it if the folder doesn't exist).


Code is at https://github.com/aedenthorn/SWPTMods.

If you want to complain or ask for help or help me test my mods, you can visit my Discord server.