Mudlet
Mudlet

help

Root Question Message

demonnic
demonnic12/3/2022
I personally use muddler for compiling lua and json files into a mudlet package xml, but that's in part because I'm creating things for distribution. Muddler does have a CI package which allows you to watch for successful builds and remove/reinstall the package, with optional pre/post remove/install hooks.

Alternately, you could use file watches (https://wiki.mudlet.org/w/Manual:Lua_Functions#addFileWatch as an entry point) to monitor files for changes and reload them. You'll want to be careful to write your stuff in such a way it survives a reload in a desirable fashion in either case. You could look at the Muddler CI package for an example of a filewatch, since that's ultimately what it is using itself.

VSCode has a Mudlet extension which downloads the API docs from the wiki and sets up tab completion and in-line doc which is super handy.
Message Not Public

Sign In and Join Server To See

12/3/2022
Message Not Public

Sign In and Join Server To See

12/3/2022
demonnic
demonnic12/3/2022
Let me know if you need any help/have any questions
demonnic
demonnic12/3/2022
Though it's gotten easier to start since I added the generate option
Message Not Public

Sign In and Join Server To See

12/3/2022
Message Not Public

Sign In and Join Server To See

12/3/2022
demonnic
demonnic12/3/2022
yup
Message Not Public

Sign In and Join Server To See

12/3/2022
demonnic
demonnic12/3/2022
sure thing =)
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy