Morrowind

File information

Last updated

Original upload

Created by

Daemonjax

Uploaded by

Daemonjax

Virus scan

Safe to use

About this mod

This simple java program lists all texture files used by a single NIF model.

Permissions and credits
It's a command line tool, and here's an example:

java -jar ListAllTextures.jar tga "c:\example.nif"


I didn't build any idiot checks into it, so if you don't type it right it just won't work.


If it doesn't find the filetype, it won't output anything, so try another (tga or dds, etc.)Can be used to find any file type, really... dds or whatever.  It'll work on any file, not just nifs, but that's all it's really good for imo.

Requires java 8.