mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 09:39:56 +00:00
update incompat mods
This commit is contained in:
parent
d46c83b6b1
commit
ce095fb5b9
@ -88,10 +88,11 @@ public class QSBCore : ModBehaviour
|
||||
|
||||
public static readonly string[] IncompatibleMods =
|
||||
{
|
||||
// probably extremely outdated list. oh well
|
||||
"Vesper.AutoResume",
|
||||
"Vesper.OuterWildsMMO",
|
||||
"_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;
|
||||
|
@ -8,6 +8,12 @@
|
||||
"owmlVersion": "2.9.8",
|
||||
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
|
||||
"pathsToPreserve": [ "debugsettings.json" ],
|
||||
"conflicts": [
|
||||
"Vesper.AutoResume",
|
||||
"Vesper.OuterWildsMMO",
|
||||
"_nebula.StopTime",
|
||||
"PacificEngine.OW_CommonResources"
|
||||
],
|
||||
"requireLatestVersion": true,
|
||||
"patcher": "QSBPatcher.exe",
|
||||
"donateLinks": [ "https://www.paypal.me/nebula2056", "https://www.paypal.me/johncorby" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user