https://github.com/iqqmut/civ6-cheat
Cheat tool for Civ6 save files
https://github.com/iqqmut/civ6-cheat
cheat civ6 civilization-6 civilization-vi
Last synced: 2 months ago
JSON representation
Cheat tool for Civ6 save files
- Host: GitHub
- URL: https://github.com/iqqmut/civ6-cheat
- Owner: iqqmuT
- License: mit
- Created: 2019-09-01T22:41:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T19:01:41.000Z (over 2 years ago)
- Last Synced: 2025-01-19T21:44:32.803Z (4 months ago)
- Topics: cheat, civ6, civilization-6, civilization-vi
- Language: JavaScript
- Homepage:
- Size: 6.49 MB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.com/iqqmuT/civ6-cheat) [](https://opensource.org/licenses/MIT)
# Civ 6 Cheat Tool
Cheat tool for Civ6: edit gold amount in save file.
## Download
* **[Windows](https://github.com/iqqmuT/civ6-cheat/releases/latest/download/civ6-cheat.exe)**
* **[Mac](https://github.com/iqqmuT/civ6-cheat/releases/latest/download/civ6-cheat-macos)**
* **[Linux](https://github.com/iqqmuT/civ6-cheat/releases/latest/download/civ6-cheat-linux)**Run program in command line or terminal and pass Civ6Save file as the first argument.
## Running With Node.js
```
node index.js filename.Civ6Save
```## Credits
Built on [Civ 6 Save File Parser](https://github.com/pydt/civ6-save-parser).