Search found 1003 matches
- Mon Feb 27, 2023 3:18 am
- Forum: Help Forum
- Topic: Bug? Disabled Group, Active Aliases
- Replies: 2
- Views: 123
Re: Bug? Disabled Group, Active Aliases
Though it is marked as active, if any of its "ancestors" (parents, usually a "folder" icon) are inactive then it won't be (which is why it is shown in grey).
- Mon Jan 02, 2023 6:12 pm
- Forum: General Forum
- Topic: stop \r also echoing \n
- Replies: 1
- Views: 2600
Re: stop \r also echoing \n
Technically no, not as the Server sending that data intends as Mudlet - because it is a GUI client - does not allow the Server to change anything that it has previously sent and which Mudlet has subsequently processed (through it's trigger engine and then displayed in the main console). Hopefully th...
- Sat Dec 10, 2022 9:07 am
- Forum: International
- Topic: plz support korean language
- Replies: 4
- Views: 6472
Re: plz support korean language
Please can the OP try the test version in the second post in this Pull-Request: https://github.com/mudlet/mudlet/pull/6457 .
- Mon Nov 28, 2022 9:47 pm
- Forum: Whatever
- Topic: Only really for the Crysosphere sysop
- Replies: 0
- Views: 2735
Only really for the Crysosphere sysop
i recently stumbled across Crysophere MUD and noted that they did mention a couple of ancient (10 years or more ago) versions of Mudlet in their list of MUD client programs. They have a listing which reported the features/issues of each client but the ones for our client are somewhat outdated nowada...
- Wed Oct 26, 2022 9:07 pm
- Forum: Help Forum
- Topic: No encoding setting on Linux/Mac?
- Replies: 5
- Views: 3755
Re: No encoding setting on Linux/Mac?
It usually comes down to what the Server is using (or has been told by the user to use). Mudlet does now try and negotiate with the Server but if it doesn't handle Telnet sub-option 42 (CHARSET) you can try the default (of UTF-8) and see how that goes (that will also handle ASCII fine)...
- Fri Aug 12, 2022 9:15 pm
- Forum: Help Forum
- Topic: No encoding setting on Linux/Mac?
- Replies: 5
- Views: 3755
Re: No encoding setting on Linux/Mac?
You're (probably) not totally out of luck - you'll just have to build a 32-bit build of the latest source code yourself. Even now the Windows build is still IIRC a 32-bit build - it is just that our CB (Continuous Build) systems on macOs and GNU/Linux are only available in 64-Bit flavours. Take a lo...
- Sat Aug 28, 2021 3:19 am
- Forum: Help Forum
- Topic: Error Importing XML
- Replies: 2
- Views: 2603
Re: Error Importing XML
There is an autosave function built into Mudlet nowadays - and the saving happens in the background. I would expect that message would appear if you manually started a save if the autosave was running and visa-versa. OTOH I am not sure why you got that message whilst loading a profile!
- Sat Aug 21, 2021 12:15 pm
- Forum: Help Forum
- Topic: Help with color trigger
- Replies: 9
- Views: 4553
Re: Help with color trigger
Very helpful! Especially since the number are differnt that in the coloro trigger: The colour selection dialogues for the colour triggers are referring to the ANSI 256-colour indexes (which are what the MUD Game Server will be sending) - but the list you are quoting came from a long standing functi...
- Sat Jul 17, 2021 10:15 pm
- Forum: Scripts & Packages
- Topic: Dark Theme for Mudlet
- Replies: 22
- Views: 33951
Re: Dark Theme for Mudlet
In progress - see https://github.com/Mudlet/Mudlet/pull/5308 ...The blue text is a hard-coded part of Mudlet's design, but it is on someone's to-do list to look into...
- Sat Jul 17, 2021 10:08 pm
- Forum: Help Forum
- Topic: Best way to copy entire profile & settings to different machine
- Replies: 2
- Views: 2540
Re: Best way to copy entire profile & settings to different machine
You might - especially if you are on Windows or MacOS - need to switch your password storage from "secure" to "portable" so that the MUD Server password for each profile (if there is one set) are migrated out of the OS's own secure storage system to the profiles' directories - ot...