YouKnow-sys / decima-loc

A tool for managing Decima engine games localizations.

Home Page:https://youknow-sys.github.io/decima-loc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decima Localization Manager

Localization management tool for games built on the Decima engine
Exports and imports game text in various formats for easy localization

Build Status unsafe forbidden MIT

FeaturesSupported GamesInstallationUsageContributingLicense

Features

  • Export and import game text in:
    • Plain text (TXT)
    • JSON
    • YAML
  • Batch export/import for multiple files
  • CLI and library interfaces
  • Support to export all or part of languages
  • Easy to use interface for non-technical users

Supported Games

Game Status
Horizon Zero Dawn Supported ✅
Death Stranding Supported ✅

Installation

You can download latest version of the program from Release page

Usage

Export text from Horizon Zero Dawn to JSON:

decima-loc hzd single "path-to-core" export --format json

Import translated text back into the game and create new core file:

decima-loc hzd single "path-to-core" import "path-to-json" --format json

See decima-loc --help for full usage.

Contributing

Contributions are welcome! Please open an issue or PR.

License

This project is licensed under the MIT License - see LICENSE for more details.

About

A tool for managing Decima engine games localizations.

https://youknow-sys.github.io/decima-loc/

License:MIT License


Languages

Language:Rust 100.0%