BepInExPack for Survival:Fountain Of Youth
This is BepInEx 5.4.23.3 pack.
BepInEx is a general purpose framework for Unity modding. BepInEx includes tools and libraries to
- load custom code (hereafter plugins) into the game on launch;
- patch in-game methods, classes and even entire assemblies without touching original game files;
- configure plugins and log game to desired outputs like console or file;
- manage plugin dependencies.
BepInEx is currently one of the most popular modding tools for Unity on GitHub.
This pack's contents
This pack is preconfigured and usable for SFOY modding.
In particular, the changes from base BepInEx releases are:
- Added preconfigured
BepInEx.cfgwith console enabled and 'HideManagerGameObject = true'.
Installation (game, automated)
This is the recommended way to install BepInEx on the game.
- Download and install Gale,
- Click Install with Mod Manager button on top of the page
- Run the game via the mod manager
Installation (manual)
If you are installing this manually, do the following
-
Start with a clean install. Make triple sure your SFOY folder is clean and unmodified
-
Click the Manual Download button on the package page above to download the archive, it looks like this:
-
Once saved to your computer, extract the archive into a folder. Do not extract into the game folder.
-
Move the contents of
BepInExPack_SFOYfolder into<Steam Location>\SteamLibrary\steamapps\common\Survival Fountain of Youth.
Configuration (Windows)
No need to configure. Simply run the game. If everything is correct, you will see a console pop up.
Checking BepInEx version and load status
If BepInEx was loaded successfully into the game, you should see a BepInEx console window launched next to the game in the taskbar (Windows):
Confirm no errors or issues by having Grey/White text in the console only (Info and Message). Red are fatal errors, Dark Red are errors, Yellow are warnings, Dark Gray are debug, and any other color is a custom message.