Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 928 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 928 Bytes

xml-dc-translator

Requires latest version of node.js, download here: https://nodejs.org/.

Utility for auto-translating the Tera DataCenter based on XML files.
You can unpack and pack the DataCenter using the https://github.com/vezel-dev/novadrop.
For correct repacking the DC of patch 100.02, you need to use an updated XSD files.

Usage

  1. See translator_config.js.
  2. Run translator.bat or node --max_old_space_size=4096 translator.

Item names restoration tool

Most of the items are already in the game, but have different IDs.
The this tool compares the unique parameters of the item and finds a similar item (in fact the same one) and transfers the translation from it.

Usage

  1. See restorator_config.js.
  2. Run restorator.bat or node --max_old_space_size=4096 restorator.