diff --git a/CodeWalker.Core/GameFiles/GameFileCache.cs b/CodeWalker.Core/GameFiles/GameFileCache.cs index 5113671..a222877 100644 --- a/CodeWalker.Core/GameFiles/GameFileCache.cs +++ b/CodeWalker.Core/GameFiles/GameFileCache.cs @@ -195,7 +195,7 @@ namespace CodeWalker.GameFiles Clear(); PreloadedMode = true; - EnableDlc = false; + EnableDlc = true;//just so everything (mainly archetypes) will load.. EnableMods = false; RpfMan = new RpfManager(); //try not to use this in this mode... RpfMan.Init(allRpfs);