Tools/NeedleTextureStreamingUtility: Difference between revisions
Appearance
< Tools
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 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
| Purpose | Editing NTSP and NTSI files. |
|---|---|
| Developer(s) | Justin113D |
| Written in | C# |
| Website | https://github.com/Justin113D/NeedleTextureStreamingUtility |
| Download | https://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