this post was submitted on 19 Feb 2026
1 points (100.0% liked)

Blind Main

597 readers
1 users here now

The main community at rblind.com, for discussion of all things blindness.

You can find the rules for this community, and all other communities we run, here: https://ourblind.com/comunity-guidelines/ Lemmy specifics: By participating on the rblind.com Lemmy server, you are able to participate on other communities not run, controlled, or hosted by us. When doing so, you are expected to abide by all of the rules of those communities, in edition to also following the rules linked above. Should the rules of another community conflict with our rules, so long as you are participating from the rblind.com website, our rules take priority. Should we receive complaints from other instances or communities that you are repeatedly, knowingly, and maliciously breaking there rules, we may take moderator action against you, even if your posts comply with all of the rblind.com rules linked above.

founded 2 years ago
MODERATORS
 

Any Tintin++ users out there willing to share tips? This is the only #MUD client I can get working on #Stormux, and to be honest, the scripting just to add a simple trigger and the error messages are confusing to me. I'm trying to set up some simple triggers for Erion MUD and having a hard time figuring out what I'm doing.
#MUDClients #MUDClient #tintin #orca #ScreenReader #Linux #archlinuxarm @mastoblind @main

top 5 comments
sorted by: hot top controversial new old
[–] nocturne@slrpnk.net 2 points 2 weeks ago (1 children)

Even back in the 90s when I mudded heavily I never used tintin, I was always a tinyfugue user. Then I switched to zmud and now I use mudlet. Good luck in your quest!

[–] RareBird15@allovertheplace.ca 0 points 2 weeks ago (1 children)

@nocturne Yeah it's definitely not my first choice, but every attempt to download Mudlet has led to messages saying it's not available for Arch Linux ARM.

[–] nocturne@slrpnk.net 1 points 2 weeks ago

Have you tried the windows version through wine?

I know at one point I got it running on some pi's but forget exactly how I did it.

Check out their discord too, someone may have a solution for you.

[–] Penguincoder@beehaw.org 1 points 2 weeks ago

What error messages are yo getting?

Back in the day I used tintin and even got a stripped down copy working on android. That experience I don't recommend.

[–] shortwavesurfer@lemmy.zip 1 points 2 weeks ago* (last edited 2 weeks ago)

What exactly are you trying to do? I coded an entire Miriani sound pack back in like 2014 because I didn't want to use Windows, and so I got pretty decent at it.

The format is

#action {some text from mud goes here}
{what to do on your end}

Example

#action {Tom walks in}
{slap tom}
#action {%1 walks in}
{slap %1}