Awevalan Posted May 7, 2012 Share Posted May 7, 2012 I know this may be in the wrong spot but I am looking for some help with the following utility: http://oblivion.nexusmods.com/downloads/file.php?id=2156 The utility is great using the GUI but there are a few issues I have encountered like the cmd-line version breaking the meshes in a variety of circumstances (especially when using wildcard and the like). What I would like to do is have a batch file that I can run which will correctly run TR for all nif files in either a hardcoded location that can be changed or a local location. Any ideas? Here is the batch I have that didn't work: :: Texture Replacer Batch File @echo off cd C:\Utilities\TextureReplacer\ tr.exe "C:\Games\Bethesda Softworks\Oblivion\Data\Meshes\Architecture\KVDSKenVigard\KV DSBlackFortress\Exterior\*.nif" "C:\Games\Bethesda Softworks\Oblivion\Data\Textures\Architecture\KVDSKenVigard\ KVDSWhiteFortress\Stone_White.dds" "C:\Games\Bethesda Softworks\Oblivion\Data\Textures\Architecture\KVDSKenVigard\ KVDSBlackFortress\Stone_Dark.dds" Pause cd C:\Users\Jeridyn\Documents\ Link to comment Share on other sites More sharing options...
Recommended Posts