RPF explorer now loading all archetypes for better texturing in model viewer (for eg DLC drawables)

This commit is contained in:
dexy 2019-01-09 12:47:03 +11:00
parent da7a9e106f
commit f74fde1c67

View File

@ -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);