Search found 1019 matches

by SlySven
Wed Oct 26, 2022 9:07 pm
Forum: Help Forum
Topic: No encoding setting on Linux/Mac?
Replies: 5
Views: 6032

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)...
by SlySven
Fri Aug 12, 2022 9:15 pm
Forum: Help Forum
Topic: No encoding setting on Linux/Mac?
Replies: 5
Views: 6032

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...
by SlySven
Sat Aug 28, 2021 3:19 am
Forum: Help Forum
Topic: Error Importing XML
Replies: 2
Views: 3811

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!
by SlySven
Sat Aug 21, 2021 12:15 pm
Forum: Help Forum
Topic: Help with color trigger
Replies: 9
Views: 6676

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...
by SlySven
Sat Jul 17, 2021 10:15 pm
Forum: Scripts & Packages
Topic: Dark Theme for Mudlet
Replies: 22
Views: 42515

Re: Dark Theme for Mudlet

The blue text is a hard-coded part of Mudlet's design, but it is on someone's to-do list to look into...
In progress - see https://github.com/Mudlet/Mudlet/pull/5308 ...
by SlySven
Sat Jul 17, 2021 10:08 pm
Forum: Help Forum
Topic: Best way to copy entire profile & settings to different machine
Replies: 2
Views: 3816

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...
by SlySven
Sat Jul 17, 2021 9:57 pm
Forum: Scripts & Packages
Topic: Keeps track of svo balances via animated gauges created by demonnic.
Replies: 2
Views: 4603

Re: Keeps track of svo balances via animated gauges created by demonnic.

Moderator Notice: This posting slipped through our first post review process - it is a repost of this one from 2013: https://forums.mudlet.org/viewtopic.php?p=16109#p16109 and was used so that the re-poster could present a (now removed) adult website URL in their profile. They have been permanently...
by SlySven
Fri May 14, 2021 5:00 pm
Forum: Mudlet Mapper
Topic: some questions about the map file.
Replies: 8
Views: 24774

Re: some questions about the map file.

:ugeek: For the record, I am necro-posting to point out that this is now possible with the JSON map file format functions: as that format is human and computer readable...
by SlySven
Wed May 12, 2021 11:00 pm
Forum: Mudlet Mapper
Topic: Generic Mapping Script
Replies: 441
Views: 460202

Re: Generic Mapping Script

Well there are Lua functions that will retrieve the existing room name and allow you to change it to something else. See:
by SlySven
Tue Apr 06, 2021 7:36 pm
Forum: Mudlet Mapper
Topic: Dev seeks elementary advice on generic mapper
Replies: 2
Views: 18319

Re: Dev seeks elementary advice on generic mapper

Also as a hand-editing tool we have recently added a (complete) JSON map exporter/importer to the Mudlet core functionality - it is certainly already present in the latest release version 4.11.2 so you can use it to hand edit a map if you need to... (The XML importer by comparison is limited and the...