An open API service indexing awesome lists of open source software.

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.

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.