Search found 5034 matches

by Vadi
Sun Feb 09, 2025 8:20 am
Forum: Scripts & Packages
Topic: Dancing Santa
Replies: 2
Views: 34239

Re: Dancing Santa

Mudlet has support for gifs out of the box now, so this demo isn't needed.
by Vadi
Wed Nov 13, 2024 9:23 am
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 444
Views: 1777445

Re: Generic Mapping Script

We have a question on how the config is loaded in Github: https://github.com/Mudlet/Mudlet/pull/7 ... 2466215035 if you could have a look Jor'Mox :)
by Vadi
Wed Oct 30, 2024 10:58 am
Forum: General Forum
Topic: Where can I work with you on translation projects?
Replies: 2
Views: 120419

Re: Where can I work with you on translation projects?

Hey, check out https://wiki.mudlet.org/w/Translating_Mudlet for the instructions on how to get started with translating Mudlet.
by Vadi
Thu Aug 22, 2024 2:20 pm
Forum: Help Forum
Topic: mudlet 4.18.3 help
Replies: 3
Views: 41979

Re: mudlet 4.18.3 help

Sorry for the late response - 4.18.5 should fix this for you now!
by Vadi
Thu Aug 22, 2024 2:18 pm
Forum: International
Topic: plz support korean language
Replies: 9
Views: 502792

Re: plz support korean language

Just a heads up that was all machine translated (see context https://discord.com/channels/2835815825 ... 9384709170), so it would be great to have a human double-check those translations!
by Vadi
Thu Jul 11, 2024 11:21 am
Forum: General Forum
Topic: Request for help to gather some data
Replies: 5
Views: 76193

Re: Request for help to gather some data

Are you both on the same internet connection? Latency could play a part here.
by Vadi
Wed Apr 17, 2024 5:20 pm
Forum: General Forum
Topic: Try the upcoming version of Mudlet - Public Test Builds!
Replies: 2
Views: 515916

Re: Try the upcoming version of Mudlet - Public Test Builds!

Windows builds are unfortunately currently broken. Any help in this area is welcome
by Vadi
Sun Apr 14, 2024 8:40 am
Forum: Help Forum
Topic: MXP processing hang - unescaped ampersands
Replies: 17
Views: 135581

Re: MXP processing hang - unescaped ampersands

MXP is modelled after XML as Jor'Mox posted, and to represent an apostrophe in XML, you need to use '. Here is a selection of links backing this for the game admins: https://www.baeldung.com/xml-encode-special-characters#standard-xml-entities https://en.wikipedia.org/wiki/List_of_XML_and_HT...
by Vadi
Wed Apr 03, 2024 10:39 am
Forum: Help Forum
Topic: MXP processing hang - unescaped ampersands
Replies: 17
Views: 135581

Re: Potential color handling bug in Mudlet?

Not sure how to do that in a user friendly way that will work for all kinds of users, including the technically challenged ones - but we should do better on our end for sure.
by Vadi
Mon Apr 01, 2024 12:47 pm
Forum: Help Forum
Topic: MXP processing hang - unescaped ampersands
Replies: 17
Views: 135581

Re: Potential color handling bug in Mudlet?

Just as legal as the MUD not escaping ampersand which is not at all. Are other clients supporting MXP? My first port of call wouldn't be to add workarounds to a third party but fix the issue at the source. Adding workarounds to Mudlet carries the risk of breaking another game, and we shouldn't jump ...