Page 1 of 1

Cannot load additional modules

Posted: Sun May 15, 2011 10:16 am
by FingO
Yesterday I wanted to start broken bottle. Thus I downloaded the lua-files and put the broken_bottle-folder in /Contents/Resources/game/modules. However, the module is not listed in the game. Even if I copy one of the existing folders no additional mod appears in the list. Is there anything I have to change in the lua-files?

Oh, I use the newest T-engine version 0.9.25.

Thx in advance.

Re: Cannot load additional modules

Posted: Sun May 15, 2011 11:04 am
by darkgod
Modules are version specific, although I'll add a way to ignore the restriction (or to laod the corretc engine automaically).

In the meantime you can try editing init.lua and changing the requiredversion, IIRC it should just work with b25

Re: Cannot load additional modules

Posted: Sun May 15, 2011 11:25 am
by FingO
Its working, thanks a lot!