Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mygodishe/fear-and-hunger-2-ru
Переводчик игры Страх и Голод 2: Термина
https://github.com/mygodishe/fear-and-hunger-2-ru
Last synced: about 1 month ago
JSON representation
Переводчик игры Страх и Голод 2: Термина
- Host: GitHub
- URL: https://github.com/mygodishe/fear-and-hunger-2-ru
- Owner: MyGodIsHe
- Created: 2023-02-15T02:50:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T05:22:04.000Z (4 months ago)
- Last Synced: 2024-08-20T06:34:25.073Z (4 months ago)
- Language: Python
- Size: 12.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fear-and-hunger-2-ru
Переводчик игры Страх и Голод 2: Термина.
Обрабатывает текстовые файлы движка RPG Maker из www/data.
Заточен под конкретную игру, при желании можно адаптировать к любой другой игре на этом движке.# Использование
Скачать перевод из гуглдока в кэш:
```bash
./update_from_doc.py > translate_cache.json
```Перевести игру:
```bash
./translate.py --game-dir game-2-root --line-limit 300
```Распечатать перевод из кэша для загрузки в гуглдок:
```bash
./print_translate_cache.py > doc.txt
```Залить документы в облако
```bash
./upload_doc.py --file doc.txt
```