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..."
 
Ashrindy (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{Infobox tool
| name = NeedleTextureStreamingUtility
| purpose = Editing NTSP and NTSI files.
| developer = Justin113D
| website = https://github.com/Justin113D/NeedleTextureStreamingUtility
| download = https://github.com/Justin113D/NeedleTextureStreamingUtility/releases
|programming_language=C#}}
'''NeedleTextureStreamingUtility''' is a command-line tool for extracting, packing and checking [[Resources/Streaming Texture Package|NTSP]] files and [[Resources/Texture|NTSI]] (streamed DDS) files.
'''NeedleTextureStreamingUtility''' is a command-line tool for extracting, packing and checking [[Resources/Streaming Texture Package|NTSP]] files and [[Resources/Texture|NTSI]] (streamed DDS) files.


Line 4: Line 12:
The tool is a simple command-line tool, the following arguments can be used such as:  
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>
<code>NeedleTextureStreamingUtility.exe pack "C:\Textures" my_custom_package.ntsp</code>


=== Arguments ===
=== Arguments ===

Latest revision as of 17:41, 9 September 2025

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