Add Legends of Future Past to default game list#9165
Conversation
Legends of Future Past is a resurrected 1992 commercial MUD with 2,200+ rooms, 8 races, 60+ spells, crafting, and full GMCP/MCCP2/MSSP/MSDP/MXP support. Available via telnet (4000), TLS (4001), SSH (4022), and web. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Hey there! Thanks for helping Mudlet improve. 🌟 Test versionsYou can directly test the changes here:
No need to install anything - just unzip and run. |
|
| {qsl("Legends of Future Past"), | ||
| qsl("lofp.metavert.io"), | ||
| 4001, | ||
| true, | ||
| qsl("<a href='https://lofp.metavert.io'>lofp.metavert.io</a>"), | ||
| qsl(":/icons/lofp.png"), | ||
| qsl("Originally launched in 1992, Legends of Future Past was one of the first commercial " | ||
| "MUDs. After years offline, it has been resurrected from the original script files with " | ||
| "a modern engine." | ||
| "\n\n" | ||
| "Explore over 2,200 rooms across the Shattered Realms of Andor. Eight playable races " | ||
| "including Humans, Aelfen, Drakin, and Ephemerals, each with unique racial abilities. " | ||
| "Full combat system with 60+ spells across five schools of magic, 30+ psionic " | ||
| "disciplines, and 36 skills with build point progression." | ||
| "\n\n" | ||
| "Features complete crafting (mining, smelting, forging, weaving, alchemy), a treasure " | ||
| "system with monster loot tables, and a scripted world driven by thousands of " | ||
| "interactive events." | ||
| "\n\n" | ||
| "Supports GMCP (automapper-ready with Room.Info), MCCP2, MSSP, MSDP, and MXP. " | ||
| "Also accessible via SSH (port 4022) or web browser at lofp.metavert.io.")}, |
There was a problem hiding this comment.
Entry placed out of alphabetical order
The file comment on line 63 states "games are to be added here in alphabetical order", and the PR description also claims the entry was added in alphabetical order — but "Legends of Future Past" ('F') should sort before "Legends of the Jedi" ('t'), not after it.
The new entry should be inserted before the "Legends of the Jedi" block at line 623, not after it.
|
The website looks great! I tried to register for an account but never got a verification email, not even in spam. Could you check? |
|
Hey! Thanks for giving LoFP a try. I just tested email/password account setup and successfully received a verification email to a Yahoo Mail account (although it did land in spam). It's possible this was a bug I fixed last weekend. Could you give it another try? |
Summary
Adds Legends of Future Past to the default game list in Mudlet's connection profile dialog.
Connection details:
lofp.metavert.io4001(TLS) /4000(plain telnet) /4022(SSH)About the game:
Legends of Future Past was originally launched in 1992 as one of the first commercial MUDs. It has been resurrected from the original game script files with a modern Go engine. The game features 2,200+ rooms, 8 playable races, 60+ spells, 30+ psionic disciplines, 36 skills, and complete crafting systems.
Protocol support:
Changes:
src/TGameDetails.h— added game entry in alphabetical ordersrc/icons/lofp.png— 480x120 game iconsrc/mudlet.qrc— registered icon in Qt resource file