Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toebeann/tobey.subnautica.confighandler
A BepInEx patcher for Subnautica and Subnautica: Below Zero to automatically handle common BepInEx configuration entries - particularly useful when using BepInEx with QModManager.
https://github.com/toebeann/tobey.subnautica.confighandler
bepinex bepinex-patcher bepinex-plugin bepinex-plugins subnautica subnautica-below-zero subnautica-bz subnautica-mods subnauticabelowzero subnauticabelowzero-mods
Last synced: about 8 hours ago
JSON representation
A BepInEx patcher for Subnautica and Subnautica: Below Zero to automatically handle common BepInEx configuration entries - particularly useful when using BepInEx with QModManager.
- Host: GitHub
- URL: https://github.com/toebeann/tobey.subnautica.confighandler
- Owner: toebeann
- License: lgpl-3.0
- Created: 2023-05-19T22:11:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T22:10:09.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:46:49.671Z (9 months ago)
- Topics: bepinex, bepinex-patcher, bepinex-plugin, bepinex-plugins, subnautica, subnautica-below-zero, subnautica-bz, subnautica-mods, subnauticabelowzero, subnauticabelowzero-mods
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tobey's Subnautica Config Handler
A BepInEx patcher for Subnautica and Subnautica: Below Zero to automatically handle common BepInEx configuration entries - particularly useful when using BepInEx with QModManager.
Includes a BepInEx plugin for in-game configuration with [Configuration Manager](https://github.com/toebeann/BepInEx.ConfigurationManager.Subnautica) (requires enabling "Advanced settings").
## Usage
Generally speaking, you shouldn't need to do much beyond plopping the contents of the downloaded .zip from [the releases page](https://github.com/toebeann/Tobey.Subnautica.ConfigHandler/releases) into your game folder (after installing BepInEx, of course).
However, if manual configuration is desired, there are several configuration options which can be edited in-game with [Configuration Manager](https://github.com/toebeann/BepInEx.ConfigurationManager.Subnautica) (requires enabling "Advanced settings"), or by editing the `Tobey.Subnautica.ConfigHandler.cfg` file generated in `BepInEx\config`:
```
## Settings file was created by plugin Subnautica Config Handler v1.0.2
## Plugin GUID: Tobey.Subnautica.ConfigHandler[General]
## Whether the Config Handler patch should run on game launch.
# Setting type: Boolean
# Default value: true
Enabled = true## A value other than Automatic will cause the specified configuration override to always be applied.
# Setting type: OverrideMode
# Default value: Automatic
# Acceptable values: Automatic, Default, QModManager
Configuration override mode = Automatic## Which Steam beta branches should trigger the QModManager configuration to be applied in Automatic mode.
# Setting type: SteamBetaBranchFilters
# Default value: Legacy
# Acceptable values: None, Legacy, Experimental, Any
# Multiple values can be set at the same time by separating them with , (e.g. Debug, Warning)
Steam beta branch filters = Legacy## Whether to ignore the presence of QModManager and QMods when determining which configuration to apply in Automatic mode.
# Setting type: Boolean
# Default value: false
Ignore QModManager = false## Whether to ignore the unsupported game warning and apply the configuration override anyway.
# Setting type: Boolean
# Default value: false
Ignore unsupported game warning = false
```