https://github.com/rzumer/egg2d88
Convert EGG image files to the D88 format.
https://github.com/rzumer/egg2d88
Last synced: about 1 year ago
JSON representation
Convert EGG image files to the D88 format.
- Host: GitHub
- URL: https://github.com/rzumer/egg2d88
- Owner: rzumer
- License: wtfpl
- Created: 2019-01-16T20:12:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T22:21:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T12:42:44.246Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# egg2d88
Convert EGG files to D88 format.
Not all disk features are supported, but output has been shown to be bit-exact with independent disk dumps, and the program will attempt to detect unexpected data.
## Dependencies
- [Python](https://www.python.org/) in the system or user path (both 2.x and 3.x should work)
- [QuickBMS](https://aluigi.altervista.org/quickbms.htm)
- [Executable extraction script](http://aluigi.altervista.org/bms/project_egg.bms)
## Usage
1. Extract the QuickBMS executable, the `project_egg.bms` script, and input EGG binaries (`*.exe`) in the same directory.
2. Call `egg2d88.bat ` on Windows or `./egg2d88.sh ` on Unix, where `` is the name of the executable you wish to extract.
3. If QuickBMS asks to create an output directory, answer yes.