This little program can find and replace wrong textures path to right in .nif files. Support Skyrim, Oblivion and Fallout.
Permissions and credits
Credits and distribution permission
Other user's assetsSome assets in this file belong to other authors. You will need to seek permission from these authors before you can use their assets
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
If you want use source code, please read BSD. Major points is: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the <organization>.<br><span class="wbbtab"></span> Neither the name of the <organization> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</organization></organization>
File credits
Based on NifLib, NifTools development.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.2
Now program support Oblivion.
No more need write in .ini file you game, program will identify nif automatically
Full optimization
Fix strange error with read directory module
Version 1.1
Made some optimization, should work faster
Added log, skip normals paths mode
A few small fixes.
Version 1.0
Realise
To work you need Microsoft VC + + 2010. Most likely it is already installed on your computer.
Important fix, bsNumUVset now to 4097. Version 1.3
Work with Skyrim and Fallout 3. Also, with update work with Oblivion!
Very often, when you convert model from another game, textures path get wrong. For example:
"textures\BlaBla.dds"
This program scans a folder with textures and replacing the wrong paths in .nif. The program is useful for mass conversion, since the changes all models in folder. Program configured by .ini file in archive. For more details, see ReadMe.
I also upload source files and my compilation of NifLib. Original lib source code here If you want use source code, please look in the "Permission and credits" block.
ChangeLog: 1.0 Release 1.1 Made some optimization, work should be faster Added log (You can disable in ini file, Log = 0) Added skip normals paths mode (Normals = 0). A few small fixes. 1.2 Now program support Oblivion. No more need write in .ini file you game, program will identify nif automatically Full optimization Fix strange error with read directory module 1.3 Fixed problem with updateTangentSpace and bsnumuvset Textures loop optimization New options in ini
Author Macoron, thanks to skyfox Based on NifLib, NifTools development.