mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 03:40:54 +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 =
|
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;
|
||||||
|
@ -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" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user