From 256fcd09d108e97dc0da8318e22a264ccf8851e2 Mon Sep 17 00:00:00 2001 From: Tobey Blaber Date: Mon, 18 Mar 2024 23:40:48 +0000 Subject: [PATCH] Pulling Plugin Doctor from the pack until it has been worked on and tested more thoroughly. --- README.md | 4 +--- deno.lock | 21 --------------------- payload.json | 3 +-- 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 81d2e71..dcfbf16 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ This pack is preconfigured and ready to use for Subnautica modding.\ In particular, this pack comes with - [Tobey.Subnautica.ConfigHandler](https://github.com/toebeann/Tobey.Subnautica.ConfigHandler), a configurable BepInEx patcher to automatically take care of BepInEx configuration for QModManager compatibility, -- [Tobey.UnityAudio](https://github.com/toebeann/Tobey.UnityAudio), a configurable BepInEx patcher to automatically add Unity audio support when mods need it, -- [Tobey.PluginDoctor](https://github.com/toebeann/Tobey.PluginDoctor), a BepInEx plugin & patcher combo which diagnoses and reports advice on how to handle common problems with BepInEx 5 plugins, and +- [Tobey.UnityAudio](https://github.com/toebeann/Tobey.UnityAudio), a configurable BepInEx patcher to automatically add Unity audio support when mods need it, and - [Tobey.FileTree](https://github.com/toebeann/Tobey.FileTree), a configurable BepInEx plugin which logs the game's file tree to aid in troubleshooting issues. ## Compatibility with QModManager @@ -201,7 +200,6 @@ However, the .zip create by this repository's code contains binaries from the fo | [BepInEx](https://github.com/BepInEx/BepInEx) | [LGPL-2.1](https://github.com/BepInEx/BepInEx/blob/master/LICENSE) | | [Tobey.Subnautica.ConfigHandler](https://github.com/toebeann/Tobey.Subnautica.ConfigHandler) | [LGPL-3.0](https://github.com/toebeann/Tobey.Subnautica.ConfigHandler/blob/main/LICENSE) | | [Tobey.UnityAudio](https://github.com/toebeann/Tobey.UnityAudio) | [LGPL-3.0](https://github.com/toebeann/Tobey.UnityAudio/blob/main/LICENSE) | -| [Tobey.PluginDoctor](https://github.com/toebeann/Tobey.PluginDoctor) | [LGPL-3.0](https://github.com/toebeann/Tobey.PluginDoctor/blob/main/LICENSE) | | [Tobey.FileTree](https://github.com/toebeann/Tobey.FileTree) | [LGPL-3.0](https://github.com/toebeann/Tobey.FileTree/blob/main/LICENSE) | The code in this repository is licensed under the [LGPL-2.1 license](https://github.com/toebeann/BepInEx.Subnautica/blob/main/LICENSE). diff --git a/deno.lock b/deno.lock index 4ef4157..efc5722 100644 --- a/deno.lock +++ b/deno.lock @@ -746,26 +746,5 @@ "https://deno.land/std@0.219.1/path/windows/resolve.ts": "8dae1dadfed9d46ff46cc337c9525c0c7d959fb400a6308f34595c45bdca1972", "https://deno.land/std@0.219.1/path/windows/to_file_url.ts": "40e560ee4854fe5a3d4d12976cef2f4e8914125c81b11f1108e127934ced502e", "https://deno.land/std@0.219.1/path/windows/to_namespaced_path.ts": "4ffa4fb6fae321448d5fe810b3ca741d84df4d7897e61ee29be961a6aac89a4c" - }, - "workspace": { - "packageJson": { - "dependencies": [ - "npm:@actions/core@^1.10.0", - "npm:@actions/github@^6.0.0", - "npm:@octokit/request-error@^3.0.2", - "npm:@tsconfig/node18@^2.0.0", - "npm:@types/fs-extra@^11.0.0", - "npm:@types/node@^18.11.18", - "npm:@types/semver@^7.3.13", - "npm:dotenv@^16.0.3", - "npm:fs-extra@^11.1.0", - "npm:jszip@^3.10.1", - "npm:octokit@^2.0.10", - "npm:semver@^7.3.8", - "npm:simple-git@^3.15.1", - "npm:ts-node@^10.9.1", - "npm:typescript@^5.0.0" - ] - } } } diff --git a/payload.json b/payload.json index 0500b9e..618aa26 100644 --- a/payload.json +++ b/payload.json @@ -1,12 +1,11 @@ { - "version": "2.1.4", + "version": "2.2.0", "name": "Tobey's BepInEx Pack for Subnautica", "repo": "toebeann/bepinex.subnautica", "bepinex": "bepinex/bepinex", "platforms": ["x64", "unix"], "sources": [ "toebeann/Tobey.FileTree", - "toebeann/Tobey.PluginDoctor", "toebeann/Tobey.Subnautica.ConfigHandler", "toebeann/Tobey.UnityAudio" ]