Hello everyone.
I've been trying this game for some days and I got totally hooked. This game offers so much possibilities and even tho i'm just a freshman and I haven't seen anything, I'm totally impressed.
But some friends have told me there's a thing called MudLet, and I read It's quite opensource and moddable. But it requires you to know a bit about coding, and the LUA language, which is not my forte, but I would like to learn more about it and start using it and develop myself more into this game.
If there's something I can do to learn, to improve myself, and to join you in this community, I'd be totally glad.
Have a nice day.
0
Comments
https://wiki.mudlet.org/w/Manual:Geyser helped teach me about UI elements and helped me build my ui.
Join the discord too as there is a help room that is active and can help with questions you might have or point you in the right direction.
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=6036 is another resource to help with lua and understanding lua tables a little better.
Finally the lua manual: https://www.lua.org/manual/5.1/manual.html Mudlet uses lua 5.1 FYI
I don't remember where I read this, but someone said that it is more difficult to debug code than to write it. So if you write code as complex as you possibly can, then logically you're not smart enough to debug it. Just a silly statement I know, but it still makes a good point.
You're better off keeping things simple and only gradually incorporating more complex techniques. (Unless you find yourself enjoying the programming more than playing the game, in which case go for it). Don't get so bogged down in programming that you forget to play the game (been there, done that).