-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from SubnauticaModding/ThunderStore
Thunder store
- Loading branch information
Showing
300 changed files
with
19,590 additions
and
15,400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,4 +290,4 @@ __pycache__/ | |
*.xsd.cs | ||
|
||
# Game Assemblies | ||
Assembly-CSharp* | ||
[Dd]ependencies/**/[Aa]ssemblies/ |
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...BelowZero_Packages/BepInExPack_BelowZero/BepInExPack_BelowZero/BepInEx/config/BepInEx.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Preloader.Entrypoint] | ||
|
||
## The local filename of the assembly to target. | ||
# Setting type: String | ||
# Default value: UnityEngine.CoreModule.dll | ||
Assembly = Assembly-CSharp.dll | ||
|
||
## The name of the type in the entrypoint assembly to search for the entrypoint method. | ||
# Setting type: String | ||
# Default value: Application | ||
Type = PreStartScreen | ||
|
||
## The name of the method in the specified entrypoint assembly and type to hook and load Chainloader from. | ||
# Setting type: String | ||
# Default value: .cctor | ||
Method = Start |
Binary file added
BIN
+200 KB
.../BelowZero_Packages/BepInExPack_BelowZero/BepInExPack_BelowZero/BepInEx/core/0Harmony.dll
Binary file not shown.
244 changes: 192 additions & 52 deletions
244
...dencies/BepInEx/BepInEx/core/0Harmony.xml → ...xPack_BelowZero/BepInEx/core/0Harmony.xml
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+41.5 KB
...o_Packages/BepInExPack_BelowZero/BepInExPack_BelowZero/BepInEx/core/BepInEx.Preloader.dll
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+114 KB
...s/BelowZero_Packages/BepInExPack_BelowZero/BepInExPack_BelowZero/BepInEx/core/BepInEx.dll
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+23 KB
.../BepInEx/BepInEx/core/HarmonyXInterop.dll → ...elowZero/BepInEx/core/HarmonyXInterop.dll
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+104 KB
...ckages/BepInExPack_BelowZero/BepInExPack_BelowZero/BepInEx/core/MonoMod.RuntimeDetour.dll
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+184 KB
...wZero_Packages/BepInExPack_BelowZero/BepInExPack_BelowZero/BepInEx/core/MonoMod.Utils.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
...es/BepInEx/BepInEx/core/MonoMod.Utils.xml → ..._BelowZero/BepInEx/core/MonoMod.Utils.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+24.5 KB
BepinexPackages/BelowZero_Packages/BepInExPack_BelowZero/BepInExPack_BelowZero/winhttp.dll
Binary file not shown.
146 changes: 146 additions & 0 deletions
146
BepinexPackages/BelowZero_Packages/BepInExPack_BelowZero/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
![BepInEx logo](https://avatars2.githubusercontent.com/u/39589027?s=256) | ||
|
||
# BepInExPack for Subnautica BelowZero | ||
|
||
This is [BepInEx 5.4.19](https://github.com/BepInEx/BepInEx) pack for Subnautica BelowZero. | ||
|
||
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](https://github.com/topics/modding?o=desc&s=stars). | ||
|
||
## This pack's contents | ||
|
||
This pack is preconfigured and usable for Subnautica BelowZero modding. | ||
In particular, the changes from base BepInEx releases are: | ||
|
||
* Added preconfigured `BepInEx.cfg` to set the corrected entry point for this game. | ||
|
||
## Installation (game, automated) | ||
|
||
This is the recommended way to install BepInEx on the game. | ||
|
||
1. Download and install [Thunderstore Mod Manager](https://www.overwolf.com/app/Thunderstore-Thunderstore_Mod_Manager) or [r2modman](https://BelowZero.thunderstore.io/package/ebkr/r2modman/) | ||
2. Click **Install with Mod Manager** button on top of the page | ||
3. Run the game via the mod manager | ||
|
||
|
||
## Installation (manual) | ||
|
||
If you are installing this manually, do the following | ||
|
||
1. Extract the archive into a folder. **Do not extract into the game folder.** | ||
2. Move the contents of `BepInExPack_BelowZero` folder into `<Steam Location>\steamapps\common\SubnauticaZero`. | ||
3. Check that you have installed it correctly. BepInEx, winhttp.dll, doorstop_config.ini should be directly in the SubnauticaZero folder. | ||
4. Follow either Windows or Linux game running instructions below: | ||
|
||
### Configuration (Windows) | ||
|
||
No need to configure. Simply run the game. | ||
|
||
## Useful links | ||
|
||
* [BepInEx: writing basic plugin walkthrough](https://docs.bepinex.dev/articles/dev_guide/plugin_tutorial/index.html) | ||
* [BepInEx: useful plugins for modding](https://docs.bepinex.dev/articles/dev_guide/dev_tools.html) | ||
* [BepInEx: patching game methods at runtime](https://docs.bepinex.dev/articles/dev_guide/runtime_patching.html) | ||
|
||
## Issues, questions, etc. | ||
|
||
At this moment, you can use the following channels to ask for help | ||
|
||
* [Subnautica Modding Discord](https://discord.gg/UpWuWwq) | ||
* [BepInEx Discord](https://discord.gg/MpFEDAg) -- **Only technical support for THIS PACKAGE. No support for plugins.** | ||
|
||
## Changelog | ||
|
||
#### 5.4.1900 | ||
* Updated to BepInEx 5.4.19 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.19)) | ||
|
||
#### 5.4.1700 | ||
* Updated to BepInEx 5.4.17 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.17)) | ||
|
||
#### 5.4.1601 | ||
* Updated unstripped DLLs for Unity 2019.4.31 | ||
|
||
#### 5.4.1600 | ||
* Updated to BepInEx 5.4.16 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.16)) | ||
|
||
#### 5.4.1502 | ||
* Adjusted `start_game_bepinex.sh` to handle cmdline args better | ||
|
||
#### 5.4.1501 | ||
* Updated Valheim.DisplayBepInExInfo to 2.0.0([changelog](https://github.com/Valheim-Modding/Valheim.DisplayBepInExInfo/releases/tag/v2.0.0)) | ||
|
||
#### 5.4.1500 | ||
* Updated to BepInEx 5.4.15 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.15)) | ||
|
||
#### 5.4.1400 | ||
|
||
* Updated to BepInEx 5.4.14 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.14)) | ||
* Updated *nix start script for games to account for new Steam game bootstrapper | ||
|
||
#### 5.4.1100 | ||
|
||
* Updated to BepInEx 5.4.11 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.11)) | ||
|
||
#### 5.4.1001 | ||
|
||
* Updated unstripped DLLs for Unity 2019.4.24 | ||
|
||
#### 5.4.1000 | ||
|
||
* Updated to BepInEx 5.4.10 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.10)) | ||
* Updated Valheim.DisplayBepInExInfo to 1.1.0 ([changelog](https://github.com/Valheim-Modding/Valheim.DisplayBepInExInfo/releases/tag/v1.1.0)) | ||
|
||
#### 5.4.901 | ||
|
||
* Updated README with some dedicated servers that support BepInEx by default | ||
|
||
#### 5.4.900 | ||
|
||
* Updated to BepInEx 5.4.9 ([changelog](https://github.com/BepInEx/BepInEx/releases/tag/v5.4.9)) | ||
* Updated Valheim.DisplayBepInExInfo to 1.0.1 ([changelog](https://github.com/Valheim-Modding/Valheim.DisplayBepInExInfo/releases)) | ||
* Set `PreventClose` to `true` by default. This prevents console from being closed (and thus unsaved game being closed by accident) | ||
|
||
#### 5.4.800 | ||
|
||
* Updated to BepInEx 5.4.8 | ||
* Added [Valheim.DisplayBepInExInfo](https://github.com/Valheim-Modding/Valheim.DisplayBepInExInfo) plugin | ||
|
||
#### 5.4.701 | ||
|
||
* Updated screenshot of example installation | ||
|
||
#### 5.4.700 | ||
|
||
* Updated to BepInEx 5.4.7 | ||
|
||
#### 5.4.603 | ||
|
||
* Updated BepInEx 5.4.6 to a newer build | ||
* Added `--enable-console true|false` command-line option to enable or disable BepInEx console | ||
* Added `--doorstop-dll-search-override` command-line option to behave the same way as config's `dllSearchPathOverride` option | ||
|
||
#### 5.4.602 | ||
|
||
* Updated BepInEx 5.4.6 to a newer build | ||
* Update config to write Unity logs to LogOutput.log by default | ||
* Added preconfigured scripts and files to run the game under Linux | ||
|
||
#### 5.4.601 | ||
|
||
* Updated unstripped DLLs for Unity 2019.4.20 | ||
|
||
#### 5.4.600 | ||
|
||
* Adjusted README | ||
* Adjusted versioning to account for inter-version changes | ||
|
||
#### 5.4.6 | ||
|
||
* Initial release with BepInEx 5.4.6 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
BepinexPackages/BelowZero_Packages/BepInExPack_BelowZero/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "BepInExPack_BelowZero", | ||
"version_number": "5.4.1901", | ||
"website_url": "https://github.com/BepInEx/BepInEx", | ||
"description": "BepInEx pack for Subnautica BelowZero. Preconfigured", | ||
"dependencies": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## QModManager | ||
|
||
### Config based patch management for Subnautica: Below Zero | ||
___ | ||
|
||
**For instructions on how to create a mod, see the [wiki](https://github.com/SubnauticaModding/QModManager/wiki)**. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
BepinexPackages/BelowZero_Packages/QModManager/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "QModManager_BZ", | ||
"version_number": "4.4.2", | ||
"website_url": "https://github.com/SubnauticaModding/QModManager", | ||
"description": "QModManager is an intermidiate loader for mods made for the QMM system.", | ||
"dependencies": [ | ||
"Subnautica_Modding-BepInExPack_BelowZero-5.4.19", | ||
"Subnautica_Modding-UnityAudioEnabler-4.3.1", | ||
"Subnautica_Modding-MirrorInternalLogs-9.0.0" | ||
] | ||
} |
Binary file added
BIN
+18.5 KB
...s/BelowZero_Packages/QModManager/patchers/QModManager/QModManager.QModPluginGenerator.dll
Binary file not shown.
Binary file added
BIN
+88 KB
BepinexPackages/BelowZero_Packages/QModManager/plugins/QModManager/QModInstaller.dll
Binary file not shown.
Oops, something went wrong.