gd-gamesave-cryptor/README.md

34 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-05-04 21:56:19 +02:00
# Geometry Dash Gamesave Cryptor
## Download
2021-04-08 15:19:19 +02:00
- The latest Windows binary (.exe) can be downloaded [here](https://git.nobrain.org/r4/gd-gamesave-cryptor/releases)
2020-05-04 21:56:19 +02:00
## Usage
2020-05-04 22:25:29 +02:00
- `Double click` to open `gd_crypt.exe`
- It will show a cmd window with multiple options each labeled with a number
- Type in one of the numbers and press `Enter` to execute the command
2020-05-04 21:56:19 +02:00
2021-04-08 15:19:19 +02:00
## Building from source on GNU/Linux
#### Building for GNU/Linux
2020-05-04 21:56:19 +02:00
- If you are using Proton to play GD, do not use Wine for the Windows version. Use this version instead as it automatically uses the correct path for Proton.
- Clone the repository and cd into it
2021-04-08 15:19:19 +02:00
`$ git clone https://git.nobrain.org/r4/gd-gamesave-cryptor.git`
2020-05-04 21:56:19 +02:00
2020-05-04 21:58:01 +02:00
`$ cd gd-gamesave-cryptor`
2020-05-04 21:56:19 +02:00
- Build the binary:
2020-05-04 21:58:01 +02:00
`$ make`
2020-05-04 21:56:19 +02:00
- The executable is named `gd_crypt` and can be run with `./gd_crypt`
#### Building for Windows
- You will need to install your distro's version of `mingw-w64`
- `sudo apt install mingw-w64` on Ubuntu
2021-04-08 15:19:19 +02:00
- Install the AUR package `mingw-w64-gcc` on Arch GNU/Linux
2020-05-04 21:56:19 +02:00
- Clone the repository and cd into it
2021-04-08 15:19:19 +02:00
`$ git clone https://git.nobrain.org/r4/gd-gamesave-cryptor.git`
2020-05-04 21:56:19 +02:00
2020-05-04 21:58:01 +02:00
`$ cd gd-gamesave-cryptor`
2020-05-04 21:56:19 +02:00
- Build the Windows binary:
2020-05-04 21:58:01 +02:00
`$ make xcomp_linux_win`
2020-05-04 21:56:19 +02:00
- The executable is named `gd_crypt.exe`