For the past couple of days, I've started building a Python based source from the ground up with inspiration mainly from the legendary MoopleDev and Vana. This is a sideproject for me, as I'm running a business on the side, but I'm gonna fiddle with it on a daily basis.
So far, I've set up the general socket structure with twisted, and using peewee as the ORM. Instead of wzxml, I'm using lazyloading with a database, ported from the mcdb v83 release. Encryption is taken from Moople, so the basics are working. As of right now I'm implementing the map structure.
My general question is, are there anyone who would be interested in contributing to an open-sourced project like this? I'm more than happy to open up the repo for pull requests.
EDIT
Github repo; https://github.com/martolini/pythonstory/



Reply With Quote


