https://github.com/trigger-segfault/tconvert
A combination tool for managing Terraria content resources.
https://github.com/trigger-segfault/tconvert
content convert extract resource terraria tool xna xnb
Last synced: 7 months ago
JSON representation
A combination tool for managing Terraria content resources.
- Host: GitHub
- URL: https://github.com/trigger-segfault/tconvert
- Owner: trigger-segfault
- License: gpl-3.0
- Created: 2017-08-31T02:36:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T17:53:13.000Z (over 2 years ago)
- Last Synced: 2023-10-20T23:32:49.090Z (over 1 year ago)
- Topics: content, convert, extract, resource, terraria, tool, xna, xnb
- Language: C#
- Homepage: https://forums.terraria.org/index.php?threads/61706/
- Size: 14.5 MB
- Stars: 35
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# TConvert 
[](https://github.com/trigger-death/TConvert/releases/latest)
[](https://github.com/trigger-death/TConvert/releases/latest)
[](https://github.com/trigger-death/TConvert/releases)
[](https://github.com/trigger-death/TConvert/commit/81d10e01975c1974f73ee90089fa30d85e71370e)
[](https://forums.terraria.org/index.php?threads/61706/)
[](https://discord.gg/vB7jUbY)A combination tool for managing Terraria content resources. Convert, extract, backup, and restore. The unofficial sequel to TExtract.

### [Wiki](https://github.com/trigger-death/TConvert/wiki) | [Credits](https://github.com/trigger-death/TConvert/wiki/Credits) | [Image Album](https://imgur.com/a/QaoPd)
### [](https://github.com/trigger-death/TConvert/releases/latest)
## About
* **Created By:** Robert Jordan
* **Version:** 1.0.2.1
* **Language:** C#, WPF## Requirements for Running
* .NET Framework 4.5.2 | [Offline Installer](https://www.microsoft.com/en-us/download/details.aspx?id=42642) | [Web Installer](https://www.microsoft.com/en-us/download/details.aspx?id=42643)
* Windows 7 or later## Building from Source
* Build with configuration *WinDebug* or *WinRelease* for the UI version.
* Build with configuration *ConDebug* or *ConRelease* for the pure console version.## Features
* Extract image, sound, and font resources from Terraria's Xnb files, and extract songs from Terraria's Xwb wave bank.
* Convert images and sounds back into Xnb format and copy them to the content directory.
* Backup and restore your content folder for when you need to remove changes. (Glorified file copier)
* Run scripts that give more control over where files go when they are converted or extracted.
* Drop files into the window to automatically process them.
* Command line support for use with Windows Shell or the command prompt.## About Xnb Format
Everything I learned about the Xnb format in order to read sprite fonts was gotten from the [documentation available on this page](http://xbox.create.msdn.com/en-us/sample/xnb_format). [Here's a mirror](http://www.mediafire.com/file/pf5dqw5dmup1msa/XNA_XNB_Format.zip) if that link ever goes down like old Microsoft links usually do.