Jump to content

Tools/NeedleTextureStreamingUtility: Difference between revisions

From HEModdingWiki
Ashrindy (talk | contribs)
Created page with "'''NeedleTextureStreamingUtility''' is a command-line tool for extracting, packing and checking NTSP files and NTSI (streamed DDS) files. == Usage == The tool is a simple command-line tool, the following arguments can be used such as: <code>NeedleTextureStreamingUtility.exe pack C:\Textures my_custom_package.ntsp</code> === Arguments === * <code>unpack <NTSI DDS file/directory> [NTSP directory]</code> - e..."
(No difference)

Revision as of 17:39, 9 September 2025

NeedleTextureStreamingUtility is a command-line tool for extracting, packing and checking NTSP files and NTSI (streamed DDS) files.

Usage

The tool is a simple command-line tool, the following arguments can be used such as:

NeedleTextureStreamingUtility.exe pack C:\Textures my_custom_package.ntsp

Arguments

  • unpack <NTSI DDS file/directory> [NTSP directory] - extracts the texture data from an NTSP into the DDS file
  • pack <DDS file directory> [Output Name] - creates an NTSP file and NTSI files from DDS files in a folder
  • info <NTSI DDS file | NTSP file> - shows basic info about inputted file