Search found 8 matches

by Delwing
Sun Feb 27, 2022 12:18 pm
Forum: Mudlet Mapper
Topic: Mapper informations none/short/full
Replies: 2
Views: 5608

Re: Mapper informations none/short/full

There is little menu down there, for selecting map info contributors. https://cdn.discordapp.com/attachments/714544521102360716/947466829994020864/unknown.png Although, sadly there is now bug there, which prevents correct save of those (https://github.com/Mudlet/Mudlet/pull/5976/files) There is also...
by Delwing
Thu Sep 09, 2021 10:26 am
Forum: General Forum
Topic: VS Code + Mudlet scripts development
Replies: 6
Views: 27124

Re: VS Code + Mudlet scripts development

For easier setup, I've wrote VS Code extension that fetches docs:
https://marketplace.visualstudio.com/it ... cripts-sdk
by Delwing
Thu Sep 09, 2021 10:20 am
Forum: General Forum
Topic: VS Code + Mudlet scripts development
Replies: 6
Views: 27124

Re: VS Code + Mudlet scripts development

gesslar - I will try to provide template project.
Basically all code lies in .lua files in project.
The only things I have in XML file are one-liners - calls to functions that are provided in .lua files.
by Delwing
Wed Nov 04, 2020 7:27 pm
Forum: General Forum
Topic: VS Code + Mudlet scripts development
Replies: 6
Views: 27124

Re: VS Code + Mudlet scripts development

Just head to https://github.com/Delwing/mudlet-docs
I've prepared package of` .lua` files with some basic instruction for VS Code.

Package is extracted directly from predefined pages in Mudlet Wiki. Geyser is not covered atm.
by Delwing
Sat Oct 31, 2020 9:13 pm
Forum: Scripts & Packages
Topic: Mudlet Map Explorer
Replies: 17
Views: 28804

Re: Mudlet Map Explorer

Hey,

Must take a look at commits that diverged from fork moment to maybe incorporate some of them to original :)

Please refer to topic with up to date version viewtopic.php?f=6&t=22983
by Delwing
Sat Oct 31, 2020 9:10 pm
Forum: Scripts & Packages
Topic: Mudlet Map Browser
Replies: 0
Views: 9590

Mudlet Map Browser

Finally did some work and adjusted my (Arkadia scripts specific version) to make it possible to be more generic and actually did set up some CD scripts to automate process, so if you're interested in newest features of package head to https://github.com/Delwing/mudlet-map-browser/releases/latest Scr...
by Delwing
Thu Oct 29, 2020 5:28 pm
Forum: General Forum
Topic: VS Code + Mudlet scripts development
Replies: 6
Views: 27124

Re: VS Code + Mudlet scripts development

Little update on the matter, after some Discord discussion. I've mentioned before VS Code Lua extension. You can set Mudlet instalation dir (or in matter of fact any other dir with .lua files inside) as lib directory. While Mudlet running get path: ```lua lfs.currentdir()``` And set this path in set...
by Delwing
Thu Oct 29, 2020 12:18 pm
Forum: General Forum
Topic: VS Code + Mudlet scripts development
Replies: 6
Views: 27124

VS Code + Mudlet scripts development

Hey, I've been trying to improve my developer experience while coding scripts for Mudlet. Since my scripts are extracted to .lua files and I keep my .xml content as minimal as possible I can leverage IDE power to do so. I was using (as for my daily work) Intellij Idea, although LUA support there fee...