Does anyone have a Library/Code for AD&D?

Jackson315
08 Aug 2021, 05:10

I'm trying to convert an old AD&D module into a game, but I decided I would ask around to see if anyone has made some code for the core rules already. Why reinvent the wheel if you don't have to, ya' know?


The Pixie
08 Aug 2021, 06:42

Try this:
https://github.com/ThePix/quest/wiki/CombatLib

There are also some pages in the docs in the section Creating an RPG-style game:
http://docs.textadventures.co.uk/quest/


The Pixie
08 Aug 2021, 06:45

QuestJS has built in support, though at this stage it is a little experimental - and there is no editor, so you would be coding (but you should expect to be doing some coding in Quest 5 for this).
https://github.com/ThePix/QuestJS/wiki/RPG-Library:-Introduction


Jackson315
08 Aug 2021, 06:52

Thank you so much for the posts! I really appreciate it!


DarkLizerd
09 Aug 2021, 02:33

I re-invent the wheel every time...
It gives me better wheels that way.
So, what modules do you need?


Jackson315
09 Aug 2021, 05:21

I've got all the modules I need, but its just the backend code that I'm missing.