update incompat mods

This commit is contained in:
JohnCorby 2024-04-25 12:59:56 -07:00
parent d46c83b6b1
commit ce095fb5b9
2 changed files with 8 additions and 1 deletions

View File

@ -88,10 +88,11 @@ public class QSBCore : ModBehaviour
public static readonly string[] IncompatibleMods = public static readonly string[] IncompatibleMods =
{ {
// probably extremely outdated list. oh well
"Vesper.AutoResume", "Vesper.AutoResume",
"Vesper.OuterWildsMMO", "Vesper.OuterWildsMMO",
"_nebula.StopTime", "_nebula.StopTime",
"PacificEngine.OW_Randomizer", "PacificEngine.OW_CommonResources" // breaks random shit in NH so i do not trust it here
}; };
public static event Action OnSkinsBundleLoaded; public static event Action OnSkinsBundleLoaded;

View File

@ -8,6 +8,12 @@
"owmlVersion": "2.9.8", "owmlVersion": "2.9.8",
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ], "dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
"pathsToPreserve": [ "debugsettings.json" ], "pathsToPreserve": [ "debugsettings.json" ],
"conflicts": [
"Vesper.AutoResume",
"Vesper.OuterWildsMMO",
"_nebula.StopTime",
"PacificEngine.OW_CommonResources"
],
"requireLatestVersion": true, "requireLatestVersion": true,
"patcher": "QSBPatcher.exe", "patcher": "QSBPatcher.exe",
"donateLinks": [ "https://www.paypal.me/nebula2056", "https://www.paypal.me/johncorby" ] "donateLinks": [ "https://www.paypal.me/nebula2056", "https://www.paypal.me/johncorby" ]