1UNNSBTX(1) BSD General Commands Manual UNNSBTX(1)
2
4 unnsbtx — Nintendo NSBTX texture extractor
5
7 unnsbtx [options] command file
8
10 unnsbtx treats Nintendo NSBTX texture as archives and converts the multi‐
11 ple images stored within into TGA files. The image pixel data and the
12 palettes are automatically combined, provided they are named similarly.
13
15 -h
16 --help
17 Show a help text and exit. --version Show version information and
18 exit.
19 command
20 l List images inside this NSBTX texture
21 e Extract images as TGA files
22 file
23 The NSBTX texture to read.
24
26 The palette of an image has to be named similarly to the pixel data.
27 Specifically, the palette has to be either named the same, or suffixed by
28 “_pl”, “_p” or “_”. If this not the case, and a palette for an image
29 can't be found, unnsbtx throws an error.
30
32 List all images contained in the texture texture.nsbtx:
33
34 $ unnsbtx l texture.nsbtx
35
36 Extract all images contained in the texture texture.nsbtx:
37
38 $ unnsbtx e texture.nsbtx
39
41 More information about the xoreos project can be found on its website:
42 https://xoreos.org/.
43
45 This program is part of the xoreos-tools package, which in turn is part
46 of the xoreos project, and was written by the xoreos team. Please see
47 the AUTHORS file for details.
48
49BSD July 23, 2015 BSD