ataulien / ZenLib

Loading of proprietary formats used by the engine used by the games "Gothic" and "Gothic II"
MIT License
55 stars 26 forks source link

Daedalus compiler #1

Open Hedede opened 7 years ago

Hedede commented 7 years ago

Hello. I've written a Daedalus parser not long ago, and I wonder if there's any interest into merging it into this project.

I've uploaded the code to Hedede/Daedalus. The state it was left in, as far as I can remember:

ataulien commented 7 years ago

Hi!

It would be actually pretty useful to have such a parser. That way it might be easier to add functionality from an other language or to convert the Daedalus-Code to something more modern.

For REGoth I thought about using something like Python or ChaiScript, but haven't gotten really far with a decompiler yet. Maybe I'll just give the option to hook existing daedalus-functions...

Anyways, this would be a great addition to ZenLib and/or REGoth!

Hedede commented 1 year ago

@ataulien Hi. Is this still relevant?