2.8: lime-interface.lua is in tutorials but not in main module directory - causes error if not found

-FS. [import]uid: 8093 topic_id: 6780 reply_id: 306780[/import]

Hi Frank,

This appears to have been a whoopsy caused by the automated build process. The interface stuff wasn’t really meant to be in the drop as it was about 20 mins worth of work, feel free to copy over the interface file if you wish or remove the require line in lime.lua.

I have also added it into the drop now so anyone downloading it again won’t get the error.

Feel free to poke into the interface file however it won’t really do much yet anyway.

Graham [import]uid: 5833 topic_id: 6780 reply_id: 23698[/import]

Lots of interesting stuff to look at - I can see you’ve been “busy” :wink:

Thanks for the effort!

Regards, Frank.
[import]uid: 8093 topic_id: 6780 reply_id: 23699[/import]

It was mainly just a sort of basic framework so that I can add to it later however as it is now in there feel free to add your stuff directly to it to try out.

Simply call the register function before you call lime.createVisual()

There was a lime.registerInterface(map) function however that was removed properly but the reference to the file wasn’t so again feel free to add that function back in if you need it, all it did was call the register function in lime-interface.lua

It is also added back into the build so you can always just redownload it. [import]uid: 5833 topic_id: 6780 reply_id: 23701[/import]