From f74fde1c67594a8013d7f7dcf4ed5607dca6bd55 Mon Sep 17 00:00:00 2001 From: dexy Date: Wed, 9 Jan 2019 12:47:03 +1100 Subject: [PATCH] RPF explorer now loading all archetypes for better texturing in model viewer (for eg DLC drawables) --- CodeWalker.Core/GameFiles/GameFileCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);