Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.26 KB

graphics.md

File metadata and controls

26 lines (15 loc) · 1.26 KB

Graphics Options

Graphics

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.

Extract All Textures

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).

Import All Textures

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 Texture

Extract all .tpl textures from a .txg file.

Import Texture

Import .tpl textures into a .txg file.