Jump to content

Tools/NeedleTextureStreamingUtility

From HEModdingWiki
Revision as of 17:41, 9 September 2025 by Ashrindy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
NeedleTextureStreamingUtility
PurposeEditing NTSP and NTSI files.
Developer(s)Justin113D
Written inC#
Websitehttps://github.com/Justin113D/NeedleTextureStreamingUtility
Downloadhttps://github.com/Justin113D/NeedleTextureStreamingUtility/releases

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

Usage[edit | edit source]

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[edit | edit source]

  • 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