mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
parent
8c60dc1197
commit
a49b3f5a4a
@ -258,9 +258,6 @@ public class MO2Compiler : ACompiler
|
||||
new IgnorePathContains(this, "SSEEdit Cache"),
|
||||
new IgnoreOtherProfiles(this),
|
||||
new IgnoreDisabledMods(this),
|
||||
// TODO
|
||||
//new IgnoreTaggedFiles(this, Consts.WABBAJACK_IGNORE_FILES),
|
||||
//new IgnoreTaggedFolders(this,Consts.WABBAJACK_IGNORE),
|
||||
new IncludeThisProfile(this),
|
||||
// Ignore the ModOrganizer.ini file it contains info created by MO2 on startup
|
||||
new IncludeStubbedConfigFiles(this),
|
||||
|
@ -49,4 +49,5 @@ public enum Game
|
||||
|
||||
[Description("Karryn's Prison")]
|
||||
KarrynsPrison,
|
||||
[Description("Modding Tools")] ModdingTools,
|
||||
}
|
||||
|
@ -491,6 +491,15 @@ public static class GameRegistry
|
||||
},
|
||||
MainExecutable = "nw.exe".ToRelativePath()
|
||||
}
|
||||
},
|
||||
{
|
||||
Game.ModdingTools, new GameMetaData
|
||||
{
|
||||
Game = Game.ModdingTools,
|
||||
MO2Name = "Modding Tools",
|
||||
MO2ArchiveName = "site",
|
||||
IsGenericMO2Plugin = false,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user