Skyrim
0 of 0

File information

Last updated

Original upload

Created by

Macoron

Uploaded by

Macoron

Virus scan

Safe to use

About this mod

This little program can find and replace wrong textures path to right in .nif files. Support Skyrim, Oblivion and Fallout.

Permissions and credits
Changelogs
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.