No description
Find a file
2024-11-27 13:50:04 -06:00
files Readd files 2024-04-13 17:24:13 -05:00
fonts Add fonts and use one that makes text pretty clear 2024-08-26 14:56:38 -05:00
log Add log folder for logging translations for testing 2024-10-10 18:24:05 -05:00
modules Remove full width space speaker check 2024-11-25 11:08:53 -06:00
screens Add image 2024-11-27 13:50:04 -06:00
translated feat: Threading added 2023-04-05 13:33:05 -05:00
.env.example Elongate functions and update env example 2024-04-03 02:54:48 -05:00
.gitignore Add image 2024-11-27 13:50:04 -06:00
LICENSE.md Create LICENSE.md 2023-04-09 08:33:30 -05:00
prompt.example Smal fixx 2024-10-09 08:25:31 -05:00
README.md Testing new styling 2024-11-27 13:48:54 -06:00
requirements.txt Update tiktoken 2024-10-17 12:54:04 -05:00
RPGMakerEventCodes.info feat: Add support for scrolling text 355/655 2023-04-08 19:33:56 -05:00
start.bat Add More Variables and Start scripts 2023-11-15 21:21:25 -08:00
start.py Fix Estimate and more tyrano changes 2023-09-25 20:35:30 -05:00
start.sh Add More Variables and Start scripts 2023-11-15 21:21:25 -08:00
vocab.txt Testing new styling 2024-11-27 13:48:54 -06:00

Supported Engines

  • RPGM Games
  • Text Files
  • Certain VN Engines (Renpy, Tyrano, Kirikiri, etc)

Overview

This is a translation tool that can be used to translate games. Specifically you can translate text files from games and the tool will handle most of the hard work. There is no GUI interface at the moment, everything is done through the command line.

This tool mainly uses GPT for translation, but it can be configured with other models as long as they share the same format.

Setup

Note that this will very likely require either a bit of programming experience or the motivation and time to learn.

Tools

  • VSCode - Code Editor I use.
  • Python & Pip - Language. Google guides if pip isn't found in later steps.
  • Git - Version Control. Will show you what has been changed. Amazing for translation.

General Setup

  1. Create a new folder where the tool will live.
  2. Shift + Right Click and select Open in CMD or Terminal
screen