Developer postOriginal post (opens in a new tab)

Tweet: Mod Interface

I got a new e-book reader. So I read a lot of books about game development. Now I had the idea to make the mod interface more userfriendly: Keep it small is the new goal!

I added now Lua support (Java is such a mess!) and make now special functions for the mod developers in the engine.

And the cool thing about Lua is that it is embedded. There is no extra dependency!

Originally I exported 10000 functions and over 400 classes. Now I plan to export 1 class and 60 functions. Keep it simple!