https://github.com/emmmatech/rsdkv4_extract
A utility that extracts files out of an RSDKv4 (also known as RSDKvB) asset file.
https://github.com/emmmatech/rsdkv4_extract
Last synced: 11 months ago
JSON representation
A utility that extracts files out of an RSDKv4 (also known as RSDKvB) asset file.
- Host: GitHub
- URL: https://github.com/emmmatech/rsdkv4_extract
- Owner: EmmmaTech
- License: mit
- Created: 2023-07-26T09:05:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T09:06:30.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T12:08:25.129Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSDKv4 Extractor
A utility that extracts files out of an RSDKv4 (also known as RSDKvB) asset file.
## Credits
- [Rubberduckycooly](https://github.com/Rubberduckycooly) - The [decompilation of Sonic 1/2 for mobile](https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation), which most of the logic for this code is from. Also the list of [RSDK file paths](./rsdk_files_list.txt).
- [koolkdev](https://github.com/koolkdev) - The [RSDKv5 extractor](https://github.com/koolkdev/rsdkv5_extract), which some of the code is inspired by.
## License
This extractor is licensed under the MIT License. Read the [LICENSE](./LICENSE) file for more information.