Skip to content

Simple editor and syntax checker for Baldur's Gate WeiDU translation (.TRA) files.

License

Notifications You must be signed in to change notification settings

arcanecoast/trachecker

Repository files navigation

TRA Checker

Application for checking and editing BG WeiDU's .tra files. For license limitations see LICENSE.md.

Features:

  • Text files editing;
  • Single and batch .tra syntax checking;
  • Multiple languages support (for program's user interface).

Requirements:

Version history

29.06.2015:

Enhancements:

  • Russian translation is now included in TraChecker release.

28.06.2015:

Enhancements:

  • New checks for .TRA exporting to .TLK are implemented (if .tra is empty, if .tra has non contiguous entries, if .tra first index is not 0 or 1);
  • Application now asks if user really want to reload text file.

04.04.2015:

New features:

  • Export/import to .TLK;
  • UTF-8 support;
  • New parameter "DefaultCodepage" in config file which sets default encoding for file saving.

05.12.2013:

  • Initial release.