mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 23:12:59 +08:00
RPF explorer now loading all archetypes for better texturing in model viewer (for eg DLC drawables)
This commit is contained in:
parent
da7a9e106f
commit
f74fde1c67
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user