Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).