This is an issue that has been hanging around our necks for a while:
https://github.com/Mudlet/Mudlet/issues/3053
https://github.com/Mudlet/Mudlet/issues/3791
Search found 983 matches
- Sat Jan 02, 2021 4:50 am
- Forum: Help Forum
- Topic: IPV4 versus IPV6
- Replies: 6
- Views: 641
- Sat Jan 02, 2021 4:43 am
- Forum: Mudlet Development
- Topic: MQTT support?
- Replies: 8
- Views: 929
Re: MQTT support?
My 64-bit builds work for me - but I am not entirely sure of the form of the release builds. A lot of places in the Windows CI make mention of "Mingw" stuff - which is confusing because they might actually be the "Mingw-w64" fork - only the latter actually natively supports 64 Bi...
- Wed Dec 23, 2020 11:39 pm
- Forum: General Forum
- Topic: Hello, my name is demonnic and I'm a mudlet maker, ask me anything!
- Replies: 8
- Views: 2524
Re: Hello, my name is demonnic and I'm a mudlet maker, ask me anything!
Who is your favourite offspring? 

- Wed Dec 23, 2020 11:37 pm
- Forum: General Forum
- Topic: Apple Silicon version of Mudlet
- Replies: 3
- Views: 370
Re: Apple Silicon version of Mudlet
From what I understand there is an option to give more details and "allow this application to be installed anyway" (probably with a Apple warning that you are risking your first borne if you do) - it should have some certification that proves it comes from the Mudlet project (or Vadim - ou...
- Tue Dec 22, 2020 3:33 am
- Forum: Mudlet Development
- Topic: MQTT support?
- Replies: 8
- Views: 929
Re: MQTT support?
Mudlet will (and whatever Lua interpreter you are using should) consider the LUA_PATH (Lua script modules) and LUA_CPATH (C binary library modules) environmental variables as places where they will locate for the libraries/modules that Lua and Luarocks provide that are asked for when you do a requir...
- Sat Nov 07, 2020 2:14 pm
- Forum: Help Forum
- Topic: Changing Console Font
- Replies: 7
- Views: 2378
Re: Changing Console Font
Necro-posting a seven year old post. Nice going - especially as it has been fixed. Note that the OP was last on at Sun May 12, 2013 3:42 pm so they may not care now... 

- Tue Nov 03, 2020 10:20 am
- Forum: General Forum
- Topic: Trigger and wilcard questions
- Replies: 6
- Views: 4663
Re: Trigger and wilcard questions
Could that not be made even simpler as: An? (.+) has set off your frost beacon at (.+) Also - you might want to watch out for terminal punctuation - the matches[3] will - as it is written - also include a full stop if the MUD puts one on the end of the sentence, if it always does that then you can u...
- Sat Oct 24, 2020 3:15 am
- Forum: Mudlet Development
- Topic: Bugs in MXP implementation, is this work in progress?
- Replies: 10
- Views: 15871
Re: Bugs in MXP implementation, is this work in progress?
Now, if your mud does not allow players to generate mxp tags gor other players at all, you are fine. You can just go into locked secure mode at login, and that's it. That the thing though - with a client such as Mudlet the user could generate so-called "secure" tags and use them in messag...
- Thu Oct 22, 2020 3:46 am
- Forum: Mudlet Development
- Topic: Bugs in MXP implementation, is this work in progress?
- Replies: 10
- Views: 15871
Re: Bugs in MXP implementation, is this work in progress?
Finally, I'm a bit scared on trying to implement the different MXP line modes and reset escape sequences. Though all works in a permanent secure mode, our players can send any tags in says and tells in open mode (as the MXP standard suggests), and if the mud client doesn't stop it by enforcing open...
- Tue Oct 20, 2020 3:10 am
- Forum: General Forum
- Topic: which file records profile settings
- Replies: 1
- Views: 4259
Re: which file records profile settings
Ideally you'd want to copy everything in: C:\User\<username>\.config\mudlet\* and C:\User\<username>\.config\Mudlet\* (Windows) /home/<username>/.config/mudlet/* and /home/<username>/.config/Mudlet/* (other OSes) However you may also need to switch to the (less secure) method of storing character/lo...