https://github.com/trigger-segfault/terrarialocalizationpacker
A manager for packing and unpacking Terraria localization files.
https://github.com/trigger-segfault/terrarialocalizationpacker
Last synced: 7 months ago
JSON representation
A manager for packing and unpacking Terraria localization files.
- Host: GitHub
- URL: https://github.com/trigger-segfault/terrarialocalizationpacker
- Owner: trigger-segfault
- License: mit
- Created: 2017-09-13T19:17:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:16:52.000Z (over 2 years ago)
- Last Synced: 2023-02-27T02:56:56.294Z (over 2 years ago)
- Language: C#
- Homepage: https://forums.terraria.org/index.php?threads/61972/
- Size: 61.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# Terraria Localization Packer 
[](https://github.com/trigger-death/TerrariaLocalizationPacker/releases/latest)
[](https://github.com/trigger-death/TerrariaLocalizationPacker/releases/latest)
[](https://github.com/trigger-death/TerrariaLocalizationPacker/releases)
[](https://github.com/trigger-death/TerrariaLocalizationPacker/commit/8fd52c978be4e4f8bfe32d361d9ae92afb9ef459)
[](https://forums.terraria.org/index.php?threads/61972/)
[](https://discord.gg/vB7jUbY)A manager for packing and unpacking Terraria localization .json files.

### [Wiki](https://github.com/trigger-death/TerrariaLocalizationPacker/wiki) | [Credits](https://github.com/trigger-death/TerrariaLocalizationPacker/wiki/Credits) | [Image Album](https://imgur.com/a/sla5H)
### [](https://github.com/trigger-death/TerrariaLocalizationPacker/releases/latest)
## About
* **Created By:** Robert Jordan
* **Version:** 1.0.0.3
* **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
* Terraria for PC
* **For Multiplayer:** `TerrariaServer.exe` must be repacked as well, using the same files used in `Terraria.exe`. This includes those using Host & Play.## Requirements for Source Code
* Mono.Cecil | [Nuget Package](https://www.nuget.org/packages/Mono.Cecil/)
* Newtonsoft.Json | [Nuget Package](https://www.nuget.org/packages/Newtonsoft.Json/)## Features
* Unpack Terraria's localization files into their original .json format.
* Repack properly named localization files within the same folder back into Terraria.
* Automatically creates a backup when repacking if one does not exist.
* Restore Terraria to the backed up executable.## Help
* [About Localization Files](https://github.com/trigger-death/TerrariaLocalizationPacker/wiki/About-Localization-Files)
* [About JSON Format](https://en.wikipedia.org/wiki/JSON)