Skip to content

Commit

Permalink
Ship with console disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Mar 18, 2024
1 parent c300797 commit 2e86a84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ The TL;DR is that QModManager is compatibile with BepInEx, [but there are some t

## Easy Automated Installation

> [!IMPORTANT]
>
> **With just this pack installed, you will not see any changes in-game!**
>
> Check the `LogOutput.log` file in the `BepInEx` folder to determine whether BepInEx has loaded.
### Windows (Vortex)

[Vortex](https://www.nexusmods.com/about/vortex/) is a tool for installing and managing mods on Windows. It can install all kinds of mods for Subnautica: Below Zero and other games, including this pack.
Expand All @@ -40,7 +46,7 @@ The TL;DR is that QModManager is compatibile with BepInEx, [but there are some t
- If you have QModManager installed, Vortex might notify you to reinstall/uninstall QModManager. Just do whatever it says.
- If you see a notification saying "Elevation needed to deploy," click `Elevate` and authorize the elevation.
- If you see any other notifications saying "Deployment needed" or similar, click `Deploy`.
1. Run the game. If everything runs correctly, you will see the BepInEx console pop up on your desktop.
1. Run the game.

### macOS (gib)

Expand Down Expand Up @@ -72,7 +78,7 @@ To install manually, follow these instructions:
1. Extract the contents of the downloaded archive into the game folder.\
**ℹ️** _That just means open the .zip file and drag the files and folders out into the game folder!_
1. Depending on your operating system:
- Windows users: Run the game. If everything runs correctly, you will see the BepInEx console pop up on your desktop.
- Windows users: Run the game.
- Linux (SteamOS etc.) & macOS users: Follow the configuration instructions for your operating system below:

> [!IMPORTANT]
Expand Down
2 changes: 1 addition & 1 deletion payload.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.2",
"version": "1.6.3",
"name": "Tobey's BepInEx Pack for Subnautica Below Zero",
"repo": "toebeann/bepinex.subnauticazero",
"bepinex": "bepinex/bepinex",
Expand Down
3 changes: 0 additions & 3 deletions payload/BepInEx/config/BepInEx.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[Logging.Console]
Enabled = true

[Logging.Disk]
WriteUnityLog = true

0 comments on commit 2e86a84

Please sign in to comment.