daad-adventure-writer / daad

The official DAAD repository, a multi-machine adventure writer for classic 8-bit / 16-bit systems.
73 stars 11 forks source link

Ability to export to .z5/.z6? #3

Closed vanfanel closed 4 years ago

vanfanel commented 4 years ago

Hi there

I have just discovered this project, and I was wondering if, in the vein of UnQuill (UnQuill) would it be possible to export DAAD games to .z5 or .z6 (with graphics in .BLB files, etc). Also, is there a DAAD interpreter for GNU/Linux?

Thanks!

vanfanel commented 4 years ago

Also, @Utodev , are you the author of this? --> Pawer intérptere de PAWS

Utodev commented 4 years ago

DRC compiler has a front end (takes DAAD source file and converts that to a JSON) and a back-end (takes that JSON and converts it into a DDB file that can be run by the DAAD interpreters). Replacing the back end with another back end which generates Inform or ZIL code is possible, but it's not something in my roadmap. "Pawer" would be a nice point to start with the Inform version, as it would avoid to use the Inform library, and still get a Z3 or Z5 file.

I would be happy if someone does a new back end, but at the moment it's sure it's not going to be myself doing it, sorry.

DjMorgul commented 2 years ago

@vanfanel there's a DAAD interpreter that works under Linux, NAPS: https://github.com/daad-adventure-writer/NAPS