I've discovered that one of the most critical functions of XLua's MMFI module - mmf.newObjectClass() - is not working, which pretty much makes the entire MMFI module useless. I was wondering why the example movement engine (the .mfa with the Demon objects) wasn't working, until I noticed that mmf.newObjectClass() was always returning NIL. Other functions like mmf.newObject() seems to be working fine.
I've updated my version of XLua from Fusion's extension manager, so if there's a newer version out there where this bug has been fixed, please let me know. Otherwise, I'm hoping somebody can take the time to fix this. XLua's source code is Please login to see this link.. It's very frustrating because XLua and the MMFI module has so much to offer, but much of it's potential is wasted if mmf.newObjectClass() isn't working.
Please login to see this attachment.
The file mmfi.dll must be placed in the same folder as the example .mfa for it to work.