Textures for the GNT games are stored in .txg
files. Each of these .txg
files contains one or more .tpl
files packed inside. .tpl
files can be opened with BrawlCrate. For more information on graphics, see TXG Files. Each of the operations involving .txg
files use TXG2TPL.
Extracts all .txg
files into their respective .tpl
textures. The .tpl files
for each will be stored in a new directory named the same as the .txg
file (e.g. 2000.txg
extracts to /2000
).
Imports all .tpl
files into their respective .txg
file. The .tpl files
for each must be stored in the new directory named the same as the .txg
file (e.g. /2000
is imported into 2000.txg
).
Extract all .tpl
textures from a .txg
file.
Import .tpl
textures into a .txg
file.