You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[The application is not working?](#the-application-is-not-working-)
17
+
*[Notice](#notice)
18
+
*[Building](#building)
19
+
20
+
## Introduction
21
+
5
22
This is a save editor for [Graveyard Keeper](https://store.steampowered.com/app/599140/Graveyard_Keeper/).
6
23
7
-
The python version works on Windows, Linux and macOS.
8
-
For Windows a .exe version available too.
24
+
The Python version works on Windows, Linux and macOS.
25
+
For Windows a `.exe` version available too.
9
26
10
27
It can load and save `*.dat` files.
11
28
Additionally you can export the loaded save to JSON, which has a similar structure to the original `.json` save files.
@@ -43,22 +60,27 @@ But I want to mention the last time someone asked for help due to a save broken
43
60
* Remove stuck church goes
44
61
* Reset your dungeon
45
62
46
-
## Screenshot
63
+
## Screenshots
47
64
48
65

49
66
50
67
## Installation
51
68
52
-
* Download this as zip and extract it to the folder where you want it to be
69
+
### General
70
+
If you have Python installed, you can directly use the master branch (download [here](https://github.com/NetroScript/Graveyard-Keeper-Savefile-Editor/archive/refs/heads/master.zip)) and go over to [Installing the Python version](#installing-the-python-version).
71
+
This method of installation works on any platform (Windows, Linux, macOS).
72
+
73
+
**If you are on Windows and do not have Python installed**, you can download a `.zip` file containing a `.exe` instead. You can find this `.zip` file on the [releases page](https://github.com/NetroScript/Graveyard-Keeper-Savefile-Editor/releases). The downloaded archive has a bundled version of Python with all necessary modules.
74
+
75
+
### Installing the Python version
76
+
77
+
* Download this as zip and extract it any folder
53
78
* Get Python (>=3.4)
54
-
* If you are using a macOS/Linux system where `python` is by default python 2.x, replace `python` with `python3`. Also instead of creating a .bat file, create a .sh file. Additionally according to users you might also need to install `python-tk` if it is not yet included in your distribution.
79
+
* If you are using a macOS/Linux system where `python` is by default Python 2.x, replace `python` with `python3`. Additionally according to users you might also need to install `python-tk` if it is not yet included in your distribution.
55
80
* Install dependencies using `python -m pip install -r requirements.txt`.
56
-
* Execute the file with `python main.py` (in the console with the folder where main.py resides as working directory - to simplify this just create a `run.bat` in the directory with the same content)
81
+
* Execute the file with `python main.py` (in the console with the folder where main.py resides as working directory - to simplify this just create a `run.bat`(Windows) or `run.sh` (Linux) in the directory with the same content)
57
82
* Enjoy
58
83
59
-
**OR**
60
-
61
-
Download a [frozen release](https://github.com/NetroScript/Graveyard-Keeper-Savefile-Editor/releases) for windows (so you don't need to install python).
0 commit comments