Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
CustomGraphicsSettings
Allows almost complete, granular control over Unity's graphics quality settings for Valheim.
| Date uploaded | 3 days ago |
| Version | 1.1.0 |
| Download link | barrett_50_cal-CustomGraphicsSettings-1.1.0.zip |
| Downloads | 54 |
| Dependency string | barrett_50_cal-CustomGraphicsSettings-1.1.0 |
README
This is a reupload from Nexus. All credit goes to aedenthorn.
Description
This mod basically maps UnityEngine.QualitySettings to configurable variables.
You can use this mod to help make Valheim run smoother on potato PCs or increase the quality of screenshots.
Just make sure you read the documentation first:
https://docs.unity3d.com/ScriptReference/QualitySettings.html
Notes
A bunch of the int settings are actually enumerators, so for example "shadows" can be set to 0, 1, 2, corresponding to the values here:
https://docs.unity3d.com/ScriptReference/ShadowQuality.html
i.e. 0 = Disable, 1 = HardOnly, 2 = All
This mod doesn't touch post-processing yet.
Config
A config file BepInEx/config/aedenthorn.CustomGraphicsSettings.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 in-game using the Config Manager.
To reload the config from the config file, type customgraphicssettings reset into the game's console (F5).
Technical
To install this mod, the easiest way is to just use Vortex, the Nexus Mods mod manager. It should take care of all dependencies.
To install manually, place the dll file in the BepInEx/plugins folder. You will need BepInEx.
Code is at https://github.com/aedenthorn/ValheimMods.
CHANGELOG
Changelog
Version 1.1.1 (Maintenance Release)
- Added proper attribution to the original author (aedenthorn) in the README.
- Added a dedicated
CHANGELOG.md. - Reformatted and improved the README for readability.
- No code or functionality changes.
The entries below are the original release history by aedenthorn.
Version 1.1.0
- Fix for new update.
Version 0.9.0
- Default to the game's graphics settings.
Version 0.8.0
- Fix for Valheim 0.217.14.
Version 0.7.0
- Graphics settings now update instantly.
- Other fixes.
Version 0.4.0
- Added support for reloading settings through the console.
Version 0.3.2
- Removed log message.
Version 0.3.1
- Fixed console command.
Version 0.3.0
- Fixed the console reset command.
Version 0.2.0
- Added a console command.
- Removed Harmony dependency.
Version 0.1.0
- Initial release.