Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hejsil/jng2-decrypt
Small program for decrypting the Jets'n'Guns 2 game files
https://github.com/Hejsil/jng2-decrypt
Last synced: 3 months ago
JSON representation
Small program for decrypting the Jets'n'Guns 2 game files
- Host: GitHub
- URL: https://github.com/Hejsil/jng2-decrypt
- Owner: Hejsil
- License: mit
- Created: 2022-02-17T22:39:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T12:53:59.000Z (5 months ago)
- Last Synced: 2024-10-31T09:25:58.311Z (4 months ago)
- Language: Zig
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - jng2-decrypt🗒️Small program for decrypting the Jets'n'Guns 2 game files
README
jng2-decrypt
====Jets'n'Guns 2 stores most of its data files in `content.zip`. Extracting this is easy,
but most of the files in the zip are encrypted. This program decrypts these files for
you, making modding as simple as editing some ini files.## How do I do?
* Download the program from [here](https://github.com/Hejsil/jng2-decrypt/releases/download/nightly/jng2-decrypt.exe)
* Find your Jets'n'Guns 2 game folder.
* You can open it through steam by right clicking on jng2 and going:
* Properties... -> Local Files -> Browse...
* Copy the program you downloaded to this folder.
* Run it.
* Windows will probably complain that the program might be unsafe. All I can really
say to this is that all the code is here and open. You can easily verify this is not
a virus.
* Once the program completes there should be a `content` folder.
* This folder contains all the decrypted data. `jng2-decrypt` tells Jets'n'Guns 2 to
load the game data from this folder, so if you edit anything in it, it should change
the games behavior.
* If you wonna play unedited Jets'n'Guns 2, you can edit the `content.txt` file to be
this:
```
// dir = content
zip = content.zip
```