With the Sneaky Upgrade you can replace textures (and other resources) in the game install as well as in the mod folders (like John P). But it's disabled by default, because some people may have some garbage in their game install, which would then suddenly be picked up and used in-game. So make sure you have a clean install. Then edit SneakyOptions.ini manually and change a setting, like this:
With that setting, textures in Content\T3\PCTextures\DynamicallyLoaded within the game install will be used instead of the textures contained in the block files. You can of course get the textures themselves, in non-block format, from the editor pack and edit them as you please.Code:[Testing] AllowGameInstOverrides=True
Note that if you want to replace a lot of textures, then the above approach will cause loading times to increase noticeably, because many external texture files will have to be loaded in addition to the original block files.