-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
It would be possible to add support for all the files for a game to be kept in a single Blorb file. The Blorb specification already includes an executable chunk type for Level 9 games ('LEVE'). Support for all the games and graphics formats would involve:
- Single part games would have a single executable chunk.
- Multiple part games would have multiple executable chunks, numbered in order of the parts.
- Bitmap graphics would be represented as PNG images.
- Line drawn graphics data would be represented as a binary data resource chunk ('BINA').
For this to be of any use it would also be necessary to create a tool to create the Blorb files from the original data files and/or the output of L9Cut.
Metadata
Metadata
Assignees
Labels
No labels