Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 2 years ago)
- Last Synced: 2024-04-16T11:04:59.519Z (9 months ago)
- Topics: cheat, civ6, civilization-6, civilization-vi
- Language: JavaScript
- Homepage:
- Size: 6.49 MB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/iqqmuT/civ6-cheat.svg?branch=master)](https://travis-ci.com/iqqmuT/civ6-cheat) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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).