https://github.com/merri/civmaster
Civilization Master
https://github.com/merri/civmaster
Last synced: 4 months ago
JSON representation
Civilization Master
- Host: GitHub
- URL: https://github.com/merri/civmaster
- Owner: Merri
- Created: 2019-03-14T17:37:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:22:39.000Z (over 3 years ago)
- Last Synced: 2025-01-17T08:25:15.075Z (over 1 year ago)
- Language: JavaScript
- Size: 893 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Civilization Master
The goal of this project is to provide useful tools for both players and translators of Sid Meier's Civilization series. The project aims to make it easier to play the games in any language.
Since this project is still in it's early phase a lot of this is still uncertain and plans may change.
## First release planned features for Civilization V:
1. Install fixed English (technical fixes + Community Patch)
2. Install new languages not shipped with the game (Finnish, Brazilian portuguese, others if there are)
3. Tool for fixing Mod localizations in non-English languages
4. Import game and Mod languages
5. Manage Mod language dependencies
6. Basic localization tools: view strings, compare languages, edit strings
7. Export XML language packs in various formats (`Assets` or `Text` directory compatible variants)
8. Support new JSON format
## First release planned features for Civilization VI:
1. Import game languages
2. Basic localization tools: view strings, compare languages, edit strings
3. Export Steam Workshop compatible language packs
4. Support new JSON format
## Further future
1. Civilopedia: view two languages side-by-side
2. Better suited tools for Mod creators?
3. Additional translation helpers: some kind of Wikipedia integration, easy access to online translators and dictionaries?
4. Add support for Civilization: Beyond Earth
5. Add support for Civilization IV
6. Add support for older Civ games?
7. Online repository / direct Steam Workshop support / CivFanatics integration?
## Technical
- Based on [Electron API demos](https://github.com/electron/electron-api-demos) and
[@pika/web electron-three demo](https://github.com/br3tt/electron-three)
- So that means Node, JavaScript, HTML, CSS and all that goodness
- Possible to release the app for Windows, OSX and Linux