Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiraio-moe/reverse1999-anarchist
Reverse: 1999 Game Asset Encryptor/Decryptor
https://github.com/kiraio-moe/reverse1999-anarchist
reverse-1999 reverse-engineering unity unity2d unity3d
Last synced: 17 days ago
JSON representation
Reverse: 1999 Game Asset Encryptor/Decryptor
- Host: GitHub
- URL: https://github.com/kiraio-moe/reverse1999-anarchist
- Owner: kiraio-moe
- License: gpl-3.0
- Created: 2023-12-24T02:01:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T16:12:02.000Z (about 1 year ago)
- Last Synced: 2024-12-08T06:08:58.172Z (2 months ago)
- Topics: reverse-1999, reverse-engineering, unity, unity2d, unity3d
- Language: C#
- Homepage: https://re1999.bluepoch.com/
- Size: 465 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
- Encrypt/Decrypt asset bundle file (`.dat`).
- Encode/Decode Wwise (Wave Works Interactive Sound Engine) files (`.bnk`, `.wem`) [Ongoing]## Requirements
- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0 "Download .NET 6.0 SDK") / [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0 "Download .NET 7.0 SDK") / [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0 "Download .NET 8.0 SDK")
## Usages
- Asset Bundle
- Run the executable.
- Decrypt:
Just choose ENCRYPTED asset bundle(s) to decrypt. The output file should have `_DEC` suffix.
- Encrypt:
The encryption process requires you to put the ORIGINAL and DECRYPTED asset bundle(s) at the same directory. The DECRYPTED asset bundle(s) file name MUST follow this rule: `Original Name_whatever you put there`. This tool will detect a file with the name before the UNDERSCORE.## License
This project is licensed under GNU GPL 3.0.
For more information about the GNU General Public License version 3.0 (GNU GPL 3.0), please refer to the official GNU website:## Credits
- [wanderer-moe](https://github.com/wanderer-moe "Visit wanderer-moe GitHub profile") for [reverse1999-decrypt](https://github.com/wanderer-moe/reverse1999-decrypt "Visit reverse1999-decrypt repository").
## Disclaimer
This project is not affiliated with BLUEPOCH nor any their affiliator.
This project is intended only as a modding tool. Any game assets that used in this project is property and copyright of those respective authors.