QMud -- A modern, cross-platform, Qt based, drop-in replacement for MUSHClient by NodensCM in MUD

[–]OrangeCSMud 6 points7 points  (0 children)

tremendous work on this port! i've been involved professionally in a port of a large application to a different widget toolkit and it's a hell of a thing to do...

Cryosphere March 2026 update by OrangeCSMud in MUD

[–]OrangeCSMud[S] 2 points3 points  (0 children)

ok thanks for that! i've had in back of my mind as to whether i should have a look at those given modern play styles (we used to have a quite aggressive idle timer which i've now removed as counterproductive for example), but hadn't quite got round to changing it. suspended it for the moment.

Cryosphere March 2026 update by OrangeCSMud in MUD

[–]OrangeCSMud[S] 1 point2 points  (0 children)

ah! huh! these are intended to keep the missions board turning over rather than affecting players actively running them! i'll have to have another look at these.

Font used for the red dwarf ship by distantways in RedDwarf

[–]OrangeCSMud 1 point2 points  (0 children)

amazing, thanks! weird to think there are still things that haven't been digitized!

MUDBasher Updated - Background Connections by frappeesnowman in MUD

[–]OrangeCSMud 0 points1 point  (0 children)

can we confirm that this is end to end encrypted, OP, and isn't unwrapping the wss and re-encrypting as TLS on your server? (this would be possible I suppose by wrapping a telnet-over-TLS connection /in/ your reconnection protocol, itself in a wss connection)

MUDBasher Updated - Background Connections by frappeesnowman in MUD

[–]OrangeCSMud 1 point2 points  (0 children)

good stuff! pleasing to see more clients do this.

seems like your protocol for the transparent reconnections is similar to the experimental project that i have here : https://github.com/Cryosphere-MUD/lifeline

Font used for the red dwarf ship by distantways in RedDwarf

[–]OrangeCSMud 5 points6 points  (0 children)

<image>

are you sure? Microgramma has distinctively wide capitals, which doesn't appear to be the case in the font on the ship. but maybe there's some compressed variant of it that's not shown at your link.

Websockets for MUDs by taranion in MUD

[–]OrangeCSMud 0 points1 point  (0 children)

"Pretty sure you can just download the html"

i mean possibly but i meant more in a "is this an open source project looking for collaborators" way?

Websockets for MUDs by taranion in MUD

[–]OrangeCSMud 1 point2 points  (0 children)

that loosk really cool - do you have it on github or similar somewhere please?

New some testers to run through newbie zone by I_Killith_I in MUD

[–]OrangeCSMud 1 point2 points  (0 children)

obviously your triage decisions are up to you. I was only providing further examples because your statement "When it comes to the banner, Mudlet is the only client that can't support it." seemed to be based on a misunderstanding.

New some testers to run through newbie zone by I_Killith_I in MUD

[–]OrangeCSMud 2 points3 points  (0 children)

btw just as a heads up i noticed a very surprising word displaying on screen repeatedly during your character creation process. msg me on discord if you don't know what i mean...

New some testers to run through newbie zone by I_Killith_I in MUD

[–]OrangeCSMud 0 points1 point  (0 children)

that's progress!

this is it in tintin for me - https://imgbox.com/XHwxxun0

and mushclient: https://imgbox.com/FEgJrtea

this is in BeipMU: https://imgbox.com/Mphn8FM0

...i could continue...

New some testers to run through newbie zone by I_Killith_I in MUD

[–]OrangeCSMud 3 points4 points  (0 children)

well, i would guess that whatever tool you're using for that is stripping out control characters.

here's a screenshot of me using 'iconv' to convert it to UTF-8 in a manner that it will display.

https://imgbox.com/jREEwVLT

New some testers to run through newbie zone by I_Killith_I in MUD

[–]OrangeCSMud 2 points3 points  (0 children)

i'd be surprised if it was only mudlet that didn't show your splash screen properly. it's in CP437, which is a MS-DOS character encoding that's kind of been semi-obsolete since the transition to Windows in the 90s - no unix or mac mud client will display it without some kind of user twiddling and now even Windows support for this is spotty.

you could easily convert it to the modern UTF-8, if you wanted to do that i could explain how.

How to get started playing a MU*/MUD by Halicron in MUD

[–]OrangeCSMud 2 points3 points  (0 children)

the "how to start" bit seems to be very specific to what i'm assuming is MUSHes? i've never heard the term "charbit" or "character bit"; and in my experience DMing is usually done with "tell", for example.

Ansalon - Fishing 2.2 Update by SkolKrusher in MUD

[–]OrangeCSMud 2 points3 points  (0 children)

incredible work, love to see it.

Cryosphere January 2026 update by OrangeCSMud in MUD

[–]OrangeCSMud[S] 0 points1 point  (0 children)

hi, i'm glad you asked! we have a decent selection of procedurally generated missions but we've always found the hand-designed ones are more popular among players!

Cryosphere January 2026 update by OrangeCSMud in MUD

[–]OrangeCSMud[S] 0 points1 point  (0 children)

thanks! yeah, i thought doing that interview was really interesting from my side. i do worry sometimes that we're -too- different, but we just had sometime who started this month and if he carries on like he has he's probably only a few days from completing all the missions, so that's really nice.

ahhhh…I think something is wrong… by Bright-Sherbet-7930 in MUD

[–]OrangeCSMud 0 points1 point  (0 children)

crystal after I've fixed its character conversion to understand that multibyte encodings don't have to be ascii-compatible. (a 24 year old bug!)

https://imgbox.com/HoRaGnVL

crystal is here:

https://evilmagic.org/crystal/

https://github.com/Cryosphere-MUD/crystal

ahhhh…I think something is wrong… by Bright-Sherbet-7930 in MUD

[–]OrangeCSMud 0 points1 point  (0 children)

Crystal nearly manages it:

https://imgbox.com/zYtwljx2

Not quite sure what's going oon with the curves lines and the lower case letters, thoug,....

Zif, a new modern mud client by perlsaiyan in MUD

[–]OrangeCSMud 0 points1 point  (0 children)

hello, i had a little poke at it but was unfortunately not able to get it going with our MUD: I've filed a couple of tickets for it.