Skip to content

Repository files navigation

mudlibs — 199 restored classic Chinese LPC mudlibs (158 unique games), runnable natively and most in the browser

▶ Play now, no install: https://mudlibs.fluffos.info/

Screenshot of the mudlibs.fluffos.info game gallery

This repository preserves and restores the golden age of the Chinese MUD scene (mid-1990s to ~2015): 199 restored LPC mudlibs across 158 unique game codebases (193 fully verified playable — 191 with their own site card, plus 2 further archives confirmed byte-identical re-uploads of an already-listed sibling and folded into that sibling's card rather than duplicated — 1 more playable with a documented caveat, 1 native-only by policy, 4 confirmed non-bootable — see below) — 侠客行, 笑傲江湖, 金庸群侠传, 西游记, 风云, 大唐双龙, 书剑天下, 东方故事, and dozens of derivatives and forks — recovered from community archive dumps, transcoded to UTF-8, and fixed to boot and play on the modern FluffOS driver.

Every restored lib runs two ways:

  • Natively: the real FluffOS driver, a real telnet port, exactly like hosting the game in 2002 — except on a 2020s driver with UTF-8 strings.
  • In the browser (the primary distribution channel): a WebAssembly build of FluffOS boots the whole game — driver, mudlib, virtual filesystem — inside a browser tab, no server needed. A GitHub Pages site built from this repo lets anyone click a game and start playing.

These are wuxia (武侠) and xianxia (仙侠) worlds: martial-arts sects, Jin Yong novel characters, cultivation, reincarnation — plus a few outliers (a GPLv2 Taiwanese life-simulation MUD, a Naruto-themed lib, a high-school simulator). Nearly all gameplay text is Simplified Chinese; one archive is BIG5 Traditional Chinese.

Quick start — play in the browser

https://mudlibs.fluffos.info/ — the GitHub Pages site (built by .github/workflows/pages.yml) hosts every converted lib as a click-to-play page: it packs each libs/<slug>/ tree into an in-memory filesystem image, pairs it with the prebuilt WASM FluffOS driver from the latest fluffos release, and generates an index page from the per-lib READMEs (scripts/gen_site_index.py, scripts/wasm_status.json).

To smoke-test a lib under WASM locally without a browser:

node scripts/wasm_client.js ~/src/fluffos/build-wasm/src libs/<slug> \
--timeout 20 --idle 1.0 --send "" --send "look" --send "quit"

To verify a packed site bundle boots: node scripts/wasm_boot_check.js <site/slug> <site/_driver>.

Quick start — run natively

Requirements: a FluffOS driver built from current master (the WASM and native builds come from the same source; see AGENTS.md for build notes).

cd libs/<slug>
~/src/fluffos/build-debug/src/driver config.fluffos

Each lib has its own port (see the table below, and the lib's config.fluffos), so several can run at once. Connect with any UTF-8-capable telnet client, or the bundled test client:

python3 scripts/mudclient.py 127.0.0.1 <port>

Then register a character — these games generally ask for an English login id, then a real Chinese name (e.g. 秦风), then a password. Each lib's own README.md documents its specific login flow quirks (hidden BIG5 prompts, client-version gates, startup grace periods).

Admin account (管理员账号)

Every lib is being seeded with a standard local admin account so you can immediately use wizard commands (update, goto, call, etc.) without archaeology into each lineage's wizard-registration mechanism:

  • Login id: fluffos Password: Mud@2026
  • A small per-lib patch also allows connections from 127.0.0.1 unconditionally (short-circuiting IP ban lists, site-restriction daemons, and registration throttles), so local and WASM play is never blocked by circa-2000 site-gating aimed at other people's networks.
  • Legacy connection-time gates are bypassed the same way: startup grace periods ("server still starting, come back in 30 seconds/5 minutes") and per-IP anti-flood throttles no longer apply to loopback connections. In-game content timers (quit-retention windows, save gates) are untouched — those are game design, not hosting protection.
  • If a lib's own id/name rules force a different admin id or name, the exception is documented in that lib's README.md under 「管理员账号 / Admin account」.

If you host any of these games on a real network, change this password first — it is a published default, deliberately identical across all libs for local convenience, and grants full in-game wizard/admin power (including file read/write inside the mudlib).

The collection — numbering, lineage, and status

Each unique game/codebase has a sequential number (001158, still growing as new archives get dropped in). Confirmed derivatives — later snapshots, rebrands, site builds, and close forks of the same codebase — share the base number with a -1/-2/-3 suffix (e.g. 031 金庸群侠传2008加强版, 031-4 its 侠客行三 rebrand). Lineage was established by actually diffing core files (master.c, chinese.c, logind.c) across archives — similar Chinese titles alone turned out to be a very unreliable signal, in both directions. Numbers 9xx are archives that turned out not to be LPC mudlibs at all (DikuMUD/Merc C servers, a Windows mud client, compiled-binary-only releases) or deliberately-deprioritized English libs; one entry (033-3, a binary-only release with no source) is cataloged for provenance but was never convertible and has no libs/ directory.

The same mapping is machine-readable in lib_numbering.json, and the raw files under archives/ are named NNN[-M]_<slug>_<original-name>.<ext> — the original archive filename is preserved verbatim inside the new name so the provenance reference stays intact.

WASM status values: playable = full registration + gameplay verified end-to-end in the WASM harness (registration, look/score/quit, and the seeded admin account's login + a wizard command all confirmed); limited = boots and plays under WASM with a known caveat documented in that lib's own README; partial (native only) = an English-language lib deliberately deprioritized per project policy (see AGENTS.md §10.6) and not pushed through the WASM pass — none currently in the collection (the sole prior example, ds386/Dead Souls, was purged as permanently out of scope; its raw archive is preserved under archives/); noboot = a genuine LPC mudlib that fails to boot for a structural reason unrelated to this project's own conversion (a missing master object in the archive itself, a different mudlib codebase family the driver isn't built for) — not a pending-work item, filed for provenance. Every lib that has been through the WASM pass also gets a periodic long-sit WASM boot-log sweep — not just a quick login check — watching the driver's own output for several minutes to catch lazily-triggered daemon/heartbeat failures that a fast smoke test would miss; see AGENTS.md §10.0 for the tool and §7/§8 for the bug classes it's found.

#SlugGameOriginal archivePortWASM
001shzs山海战神山海战神.rar40001WASM playable
002xzyx星战英雄星战英雄.rar40002WASM playable
003xyxy2小雨西游Ⅱ (Xiaoyu Xiyou II)20150716未知lib.zip40003WASM playable
003-1xiaoyuxiyou小雨西游小雨西游.zip40046WASM playable
004bxsj书剑天下 (ShuJian MUD)bxsj.rar40004WASM playable
004-1bxsj1书剑·经典 (ShuJian Classic)bxsj1.rar40005WASM playable
004-2jinyongwenzi金庸文字版金庸文字版 (1).exe40083WASM playable
005chidi江湖 I (Jianghu I)chidi.rar40006WASM playable
007dtslDTSLDTSL.7z40008WASM playable
007-1dtslmud大唐双龙传(LLMUD)LLMUD(大唐双龙)v_0.11版.rar40015WASM playable
007-2dtsl2大唐双龙 (DaTangShuangLong)大唐双龙.rar40043WASM playable
008es1_win东方故事(蓝天) — es1_wines1_win.rar40009WASM playable
008-1esI东方故事 — esI("屠龙之战")esI.rar40010WASM playable
009fengyun434风云Ⅳ — fengyun434fengyun4-3-4.rar40011WASM playable
009-1fy2005风云Ⅳ(2005 国内经典版)— fy2005fy2005.rar40013WASM playable
010xiyouji西游记 (A Journey to the West)西游记.rar40079WASM playable
010-1xyj2000f西游记 2000 — xyj2000ffluffos(西游记2000).tar.gz40012WASM playable
010-2xiyouji2003西游记[光辉岁月]西游记2003.rar40075WASM playable
010-3xiyouji450西游记450西游记450.rar40078WASM playable
010-4xiyouji2006西游记2006·大唐西游西游记2006之 最终幻想.rar40077WASM playable
011fy2风云再起Ⅱ — fy2fy2.rar40014WASM playable
011-1fy2qh风云II风云II (清华仿写版) (1).ZIP40091WASM playable
012mhxy梦幻西游 (mhxy)mhxy.rar40016WASM playable
012-1mhxyqd梦幻西游(青岛站)梦幻西游2002版.rar40050WASM playable
013xiakexing2017侠客行 (MUD侠客行2017完整版)MUD侠客行2017完整版.zip40017WASM playable
014nitan170911仙剑奇侠传 (nitan170911)nitan170911.7z40018WASM playable
014-1hhsj洪荒世界洪荒世界.rar40106WASM playable
014-2xfbhh洪荒世界(修复版)修复版洪荒.rar40190WASM playable
015nitan6笑傲江湖 (nitan6)nitan6.zip40019WASM playable
016rzrmud大唐西游 YWX人造人 (rzrmud)rzrmud.20130220.tar.gz40020WASM playable
017xkx2001侠客行 Ⅰ (The Quest of Oriental Chivalry)xkx2001测试用老lib.zip40021WASM playable
017-1bmxkx2001侠客行 (The Quest of Oriental Chivalry) — 北美 2001 版北美侠客行2001.rar40039WASM playable
018xlqy_new2007新仙侣情缘之飘渺纪元xlqy_new2007.rar40022WASM playable
018-1xlqy_early仙侣情缘(早期测试版)xlqy-解压看readme.rar40076WASM playable
018-2xlqyzdb仙侣情缘·浙大版仙侣情缘浙大版.rar40033WASM playable
019xo笑傲江湖(迷你版)xo.zip40023WASM playable
019-1xo_final笑傲江湖(最终版)xo最终版1.2.rar40024WASM playable
019-2xajh2笑傲江湖 II笑傲江湖II.rar40068WASM playable
019-3xajhxo笑傲江湖 XO笑傲江湖XO .rar40069WASM playable
019-4qhxajh清华笑傲江湖清华笑傲江湖).tgz40195WASM playable
020zzfy郑州风云3zzfy (full).rar40025WASM playable
020-1fy3xd风云III修订版风云III修订版 (1).rar40089WASM playable
020-2fy3dz风云III典藏版风云III典藏版 (1).rar40090WASM playable
021shiji世纪世纪.zip40026WASM playable
022dfgs2东方故事二东方故事二 (1).rar40027WASM playable
023zhonghua2中华英雄苏州站中华2.rar40028WASM playable
024shujian2008书剑天下 2008书剑2008.rar40029WASM playable
024-1sjtx2书剑天下(小熊泥苑分站)书剑天下.rar40030WASM playable
025sjpl2书剑飘零Ⅱ书剑飘零II .zip40031WASM playable
026xianlvqiyuan仙侣情缘(知秋站 2001版)仙侣奇缘新版.rar40032WASM playable
027xjcq2000仙剑狂侠2000(仙剑传奇)仙剑传奇.rar40034WASM playable
028xkxz2侠客新传 (New Legend of the Wandering Swordsman)侠客新传(2).rar40035WASM playable
029xkyx3b侠客英雄传 III侠客英雄传III 可用.zip40036WASM playable
030xiakexing100侠客行一百 (Xia Ke Xing - Yi Bai)侠客行100.rar40037WASM playable
031jqxz2008金庸群侠传(2008 加强版)金庸群侠传2008加强版.rar40082WASM playable
031-1jqxz2008std金庸群侠传(2008 标准版)金庸群侠传2008版.rar40084WASM playable
031-2jqxz2008dlx金庸群侠传(2008 超豪华版)金庸群侠传2008超豪华版.rar40085WASM playable
031-3jqxz2015金庸群侠传(2015版)金庸群侠传2015版.rar40086WASM playable
031-4xiakexing3金庸群侠传 (原名"侠客行三")侠客行III .rar40038WASM playable
032xyzxfk夕阳再现-疯狂江湖夕阳再现-疯狂江湖(1).rar40040WASM playable
032-1xyzxfy2夕阳再现·风云再起Ⅱ夕阳再现-风云再起2.rar40041WASM playable
032-2jhfy江湖风云江湖风云 (1).rar40053WASM playable
033xyzx3夕阳再现III之炎龙封印夕阳再线III之炎龙封印.rar40042WASM playable
033-1ylfyxa3炎龙封印(笑傲江湖·阿飞站)炎龙封印-笑傲江湖3阿飞站.rar40062WASM playable
033-2longyunmeng龙云梦·炎龙封印(源码版)龙云梦-炎龙封印源码版.rar40094WASM playable
033-3longyunmeng_binary龙云梦·炎龙封印(二进制版)龙云梦-炎龙封印-二进制版.rarnot-convertible
033-4xyzxiiidup夕阳再现III (dup)夕阳再现III.rarnot-mudlib
034tianxia天下 Beta天下.tar.gz40044WASM playable
035tianxiawuxue天下无雪天下无雪.rar40045WASM playable
036kxkj狂想空间新狂想空间II.rar40047WASM playable
036-1kxkj1狂想空间狂想空间 (1).rar40063WASM playable
037yueyingqiyuan月影奇缘月影奇缘.rar40048WASM playable
038wmkj未明空间 (Weiming Kongjian / "wmkj")未明空间.rar40049WASM playable
039moniHuafumnhfmnhf.zipWASM playable
040wuhanzhan大话西游 (A Chinese Odyssey)武汉站.rar40052WASM playable
041nitan_ceshi泥潭III测试版 / 《終極魔界》 (nitan_ceshi)泥潭III测试版.rar40054WASM playable
041-1nitan_san泥潭三 / 《終極魔界》 (nitan_san)泥潭三.rar40055WASM playable
042yxcs浴血重生浴血重生MUD.rar40056WASM playable
043haiyang2海洋II 2010 正式无错完整版下载海洋II 2010 正式无错完整版下载 (1).rar40057WASM playable
043-1hymud海洋V·星月传奇hymud-main.zip40103WASM playable
044huoyingNarutoNaruto.rar40059WASM playable
045yanhuangwuhun「武林群侠传」之炎黄武魂Ⅱ炎黄武魂_64bit.rar40060WASM playable
045-1yhyxs炎黄英雄史(游戏内也称"皇朝再现")炎黄英雄史.rar40061WASM playable
046xuanjianlu玄剑录玄剑录.rar40064WASM playable
047bixiecanyang碧血残阳 之「豪侠晚歌」碧血残阳之豪侠晚歌.rar40065WASM playable
048shenzhou神州神州.rar40066WASM playable
049shenmo神魔(西游记之神魔传说)神魔20190924版本.rar40067WASM playable
050xajhzcjh笑傲江湖之重出江湖笑傲江湖服务端+客户端.rar40070WASM playable
051zitengzhan紫藤站紫藤站.rar40071WASM playable
052zhongjidiyu终极地狱之轩辕传说终极地狱.rar40072WASM playable
053zjdyaryl终极地狱之爱若幽兰终极地狱之爱若幽兰1.166正式版.rar40073WASM playable
053-1zjdyzj终极地狱-指间MUD版终极地狱-指间mud版服务端.rar40074WASM limited
054xixingzhanji西行战记西行战记.gz40080WASM playable
055zsdsj重生的世界 (Revival World)重生的世界v1.0.1.rar40081WASM playable
056tiexuejianghu铁血江湖 (Tie Xue Jiang Hu)铁血江湖.rar40087WASM playable
057syxjl随缘洗剑录随缘洗剑录.rar40088WASM playable
058mohuanshiji魔幻世纪 (mohuanshiji)魔幻世纪.rar40092WASM playable
059sjcs三界传说三界传说.rar40097WASM playable
060sanjieshenhua三界神话「嘉峪关」三界神话-春节.rar40098WASM playable
061zzhj最终幻境最终幻境.zip40099WASM playable
062niaoren最新鳥人世界最新鳥人世界.zip40100WASM playable
063aoxiangtianji翱翔天际翱翔天际utf8.7z40101WASM playable
064yhyxcs银河英雄传说银河英雄传说.zip40104WASM playable
065ldtx鹿鼎天下 (in-game: 雄霸天下『西安站』)鹿鼎天下.rar40105WASM playable
066hc红尘 (in-game: 红尘录)红尘.rar40107WASM playable
067cctx驰骋天下驰骋天下.rar40161WASM playable
068dfgsiiv13b东方故事IIv1.3b东方故事IIv1.3b.tar.gz40144WASM playable
070dtxywzxzb大唐西游完整修正版大唐西游完整修正版.rar40150WASM playable
071ffxymud非凡夕阳MUD非凡夕阳MUD.rar40142WASM playable
072fys风云三风云三.rar40164WASM playable
073fysjmb风云四解密版风云四解密版.rar40165WASM playable
074fyzfqyy风云之风起云涌风云之风起云涌.rar40133WASM playable
075gjzddmudda国家制度的MUD DA国家制度的MUD DA.rar40122WASM playable
076hellhellhell.7z40114WASM playable
077hxxtjqb幻想西天加强版幻想西天加强版.rar40177WASM playable
079hy2000海洋2000海洋2000.rar40174WASM playable
080hy2002海洋2002海洋2002.rar40116WASM playable
081hy3火云火云.rar40162WASM playable
082hyiishzdscbb海洋II上海站第三次版本海洋II上海站第三次版本.rar40147WASM playable
083jh2006江湖2006江湖2006.rar40128WASM playable
084jhfy2江湖风云2江湖风云2.rar40137WASM playable
085jhfy3江湖风云3江湖风云3.rar40143WASM playable
086jyqxc金庸群侠传金庸群侠传 (1).rar40129WASM playable
087jyqxc2金庸群侠传金庸群侠传.rar40172WASM playable
088jyqxc2013fwq金庸群侠传2013_服务器版金庸群侠传2013_服务器版.rar40108WASM playable
089kxkjii2狂想空间II狂想空间II.rar40160WASM playable
090ldtxii鹿鼎天下II鹿鼎天下II.rar40176WASM playable
091mnhf模拟华附模拟华附.rar40156WASM playable
092nte泥潭二泥潭二.rar40115WASM playable
093ntii泥潭II泥潭II.rar40151WASM playable
094sj世纪世纪.rar40127WASM playable
095sje书剑贰书剑贰.rar40146WASM playable
096sjecl书剑恩仇录书剑恩仇录.rar40139WASM playable
097sjplgfjxb书剑飘零官方教学版书剑飘零官方教学版 .rar40134WASM playable
098sjplii书剑飘零II书剑飘零II.rar40153WASM playable
099sjsh三界神话三界神话(宝鸡站的版本).rar40141WASM playable
100sjshv150三界神话V1.50三界神话V1.50.rar40171WASM playable
101sjshv2578bb三界神话v2.578b版三界神话v2.578b版.rar40125WASM playable
102sjshwzb三界神话完整版三界神话完整版.rar40113WASM playable
103sjshwzjqb三界神话完整加强版三界神话完整加强版.rar40173WASM playable
104tybxjh天涯&碧血江湖天涯&碧血江湖.rar40158WASM playable
105wlhd武林浩荡武林浩荡.rar40121WASM playable
106wqfy无情风云无情风云.rar40124WASM playable
107xajdxyj西安交大西游记西安交大西游记.rar40179WASM playable
108xajh4gkb笑傲江湖4公开版笑傲江湖4公开版.rar40154WASM playable
109xhcii笑红尘Ⅱ笑红尘Ⅱ .rar40163WASM playable
110xkx100侠客行一百侠客行一百.rar40117WASM playable
111xkx2000zxb侠客行2000最新版侠客行2000最新版.rar40140WASM playable
112xkx2017侠客行2017侠客行2017(MUD).rar40145WASM playable
113xkxc98sj侠客新传98书剑侠客新传98书剑.rar40126WASM playable
114xkxyb侠客行一百侠客行一百 (1).rar40152WASM playable
115xkyxciii侠客英雄传III侠客英雄传III.rar40118WASM playable
116xsfyssjb心声风云四升级版心声风云四升级版.rar40149WASM playable
117xxcq小雪初晴小雪初晴.rar40135WASM playable
118xxcqii小雪初晴II小雪初晴II.rar40131WASM playable
119xxcqii2小雪初晴II小雪初晴II .zipWASM playable
120xyj2000西游记2000西游记2000.rar40155WASM playable
121xyj20032西游记2003-2西游记2003-2.rar40119WASM playable
122xyj2006n西游记2006年西游记2006年.rar40157WASM playable
123xyj2006zzzhx西游记2006之最终幻想西游记2006之最终幻想.rar40159WASM playable
124xyj451西游记451西游记451.rar40112WASM playable
125xysylmhb夕阳三-炎龙美化版夕阳三-炎龙美化版.rar40169WASM playable
126xyxyutf8小雨西游utf8小雨西游utf8.zip40168WASM playable
127xyzx夕阳再现夕阳再现.rar40180WASM playable
128xyzxiiylzymh夕阳再现II-炎龙专用美化客户端夕阳再现II-炎龙专用美化客户端.rar40130WASM playable
129xyzxyl201412夕阳再现-炎龙20141231夕阳再现-炎龙20141231.rar40175WASM playable
130yhwhpublicfi炎黄武魂public-final-2016-12-08炎黄武魂public-final-2016-12-08.rar40132WASM playable
131yxjh浴血江湖浴血江湖.rar40148WASM playable
132yxsj逸侠世界逸侠世界.rar40167WASM playable
133yxxcii游侠笑传II游侠笑传II.rar40136WASM playable
134yxzsj逸 俠 之 世 界逸 俠 之 世 界.rar40170WASM playable
135yzxiiizylfy阳再线III之炎龙封印阳再线III之炎龙封印.rar40178WASM playable
136zjdy2008wzb终极地狱2008完整版终极地狱2008完整版.rar40110WASM playable
137zjdywzb终极地狱完整版终极地狱完整版.rar40109WASM playable
138zxty再现天涯再现天涯.rar40166WASM playable
138-1zxty08nxgbb再现天涯(08年修改版本)再现天涯08年修改版本.rar40193WASM playable
139zzfy3郑州风云3郑州风云3.rar40120WASM playable
141wxddym武学大道武学大道源码.7z40189WASM playable
142nt6泥潭6泥潭6.zip40186WASM playable
142-1nt6nitan6win泥潭6 (win_nodb版)泥潭6nitan6-win_nodb.rar40187WASM playable
143yszz妖神之争妖神之争.rar40192WASM playable
144njhhdxdes2hxes2/侠客行(南京河海大学校内版1.01)南京河海大学的es2和xkx《校内_1.01版》.tar.gz40194WASM playable
146hy海洋(基础版)海洋(由千堆雪上传).rar40182WASM playable
146-1hy5海洋5海洋5.7z40183WASM playable
147jym金庸梦金庸梦.rar40184WASM playable
148nt1泥潭1泥潭1.gz40185WASM playable
149wdxtym武动仙途武动仙途源码.rar40188WASM playable
150xkm侠客梦侠客梦.rar40191WASM playable
151fqyy2风起云涌2风起云涌2修正版.rar40197WASM playable
152fy2mg风云II(美国版本)风云II(美国版本).rar40198WASM playable
153fy330风云III (3.0)风云III(3.0).rar40199WASM playable
154xbtxiii雄霸天下III雄霸天下III.rar40201WASM playable
155xkxlb侠客行(老版/金庸群侠传)侠客行老版(金庸群侠传).rar40202WASM playable
156xyj42西游记 4.2西游记4.2.gz40203WASM playable
156-1xyj42dup西游记4.2 (dup)西游记4.2.rarnot-mudlib
157shujian3书剑3最新独立安卓客户端和书剑源码一键架站.zip40200WASM playable
158zjmudhell指尖MUD指尖后端.7z40204WASM playable
901dw_fluffos_v1Discworld MUD lib (v1)dw_fluffos_v1.tar.gzdeprioritized
901-1dw_fluffos_v2Discworld MUD lib (v2)dw_fluffos_v2.zipdeprioritized
901-2dw_fluffos_v3Discworld MUD lib (v3)dw_fluffos_v3.zipdeprioritized
902tomud_vcTOMud VC++ 客户端源码TOMud_VC源代码.rarnot-mudlib
903sanguowaizhuan三国歪传 (Diku/Merc)三国歪传.rarnot-mudlib
903-1sgwcxz三国歪传 (下载版)三国歪传下载.rarnot-mudlib
904atlantis消失的亞特蘭提斯MUD破解版消失的亞特蘭提斯MUD破解版 (2).zipnot-mudlib
905chongchujianghu重出江湖 (C++ engine)重出江湖.rarnot-mudlib
905-1chongchujianghu_win重出江湖 WIN完全版重出江湖WIN完全版.rarnot-mudlib
905-2chongchujianghu_linux_src重出江湖 Linux 源码 v2.71重出江湖完整源码linunx_2.71原版.rarnot-mudlib
905-3zcjh重出江湖重出江湖.rarnot-mudlib
905-4zcjh271yb重出江湖 2.71原版重出江湖_2.71原版.rarnot-mudlib
906mofaleidemuba魔法类的泥巴 (EmberMUD)魔法类的泥巴.rarnot-mudlib
907tianlongbabu天龙八部 (incomplete archive)天龙八部.tgznot-convertible
908xianwukungfu仙武kungfu (content module, not a mudlib)仙武kungfu.rarnot-mudlib
909fsxy13浮世侠影1.3浮世侠影1.3.rarnot-mudlib
910glhj攻略合集攻略合集.rarnot-mudlib
911jyqs金庸全索金庸全索.rarnot-mudlib
912kxkjii狂想空間II (WWW版, PHP)狂想空間Ⅱ(www版).tgznot-mudlib
913lordstar40LordStar 4.0LordStar4.0.7znot-mudlib
914mhjh10203梦回江湖 1.02.03梦回江湖1.02.03.rarnot-mudlib
915sgqycoljc三国群英传OL私服架设教程三国群英传OL教程.rarnot-mudlib
916szkf神州开发神州开发.rarnot-mudlib
917wintinWinTin++WinTin++.7znot-mudlib
918wlfymudsqyx网路风云MUD社区游戏网路风云MUD社区游戏.rarnot-mudlib
919xjmhmudyx星际迷航MUD游戏星际迷航MUD游戏.rarnot-mudlib
920xky2侠客游2侠客游2.rarnot-mudlib
921xyj西游记(三国群英传2mod)西游记(三国群英传2mod).rarnot-mudlib
922xyjjqzl西游记机器资料西游记机器资料.rarnot-mudlib
923yhwhckdm炎黄武魂参考代码炎黄武魂参考代码(d,kungfu,clone).rarnot-convertible
924yy异域异域.rarnot-mudlib
925zjhd指尖后端指尖后端.7znot-mudlib
926zjwygjb指尖网页改进版指尖网页改进版(需要v2019驱动).rarnot-mudlib
927zxmudkhd最新mud客户端最新mud客户端.rarnot-mudlib
928duobaoduobaoduobao.7zpassword-protected
929nitanpwnitan (加密版)nitan.7zpassword-protected
930dtxyzjb大唐西游指间版大唐西游指间版.rarpassword-protected
931wlqxcmudlib武林群侠传 MUDLIB武林群侠传MUDLIB.7zpassword-protected
932swzf谁与争锋谁与争锋.7zpassword-protected
933xyzxwww0707夕阳再现 WWW安装客户端 (20100707)夕阳再现WWW安装客户端Setup20100707.rarnot-mudlib
934xyzxwww0718夕阳再现 WWW安装客户端 (20100718)夕阳再现WWW安装客户端Setup20100718.rarnot-mudlib
935zjmudv13指间MUD V1.3指间MUDV1.3.rarnot-mudlib
936ptjnbxq普通技能编写器普通技能编写器.rarnot-mudlib
937xlwebmud西陆WEBMUD 仗剑江湖西陆WEBMUD仗剑江湖.rarnot-mudlib
938njhhdxfhzxthes2/xkx(南京河海大学,含纵横天下)南京河海大学的es2和xkx《包含纵横天下》.gznot-convertible
939zjmudouterzjmud (outer container)zjmud.7znot-mudlib

Repository layout

archives/ original archive files, renamed NNN[-M]_<slug>_<original-name>
libs/<slug>/raw/ pristine extraction, original encoding/extensions (gitignored,
regenerable via scripts/extract.sh)
libs/<slug>/work/ the playable mudlib: UTF-8, .lpc extensions, fixes applied
libs/<slug>/config.fluffos FluffOS runtime config (port, paths) for this lib
libs/<slug>/README.md player-facing intro: what the game is, how to log in, quirks
libs/<slug>/NOTES.md restoration record: layout, every fix applied, known issues
scripts/ extraction/conversion/test/site tooling:
extract.sh archive -> raw/ (zip/rar/7z/tar, SFX exes, odd tars)
convert_lib.sh GB18030->UTF-8 + .c->.lpc rename + reference fixups
lpcc_check.sh batch-compile every file in a lib against the real master
mudclient.py scriptable telnet smoke-test client
wasm_client.js same interface, drives an in-process WASM driver
wasm_boot_check.js boot-check a packed site bundle under node
pack_lib_for_web.sh / build_site.sh / gen_site_index.py GitHub Pages build
lib_numbering.json number <-> slug <-> original archive mapping (machine-readable)
AGENTS.md the contributor/agent handbook: pipeline, fix catalog, WASM triage

Provenance and licensing

These are historical community archives, collected from Chinese MUD enthusiast sites and forum dumps circulated over roughly two decades. Most carry no formal license; they were written by volunteer wizard teams (often building on the ES2/东方故事 or TMI-2 base mudlibs) and shared informally in that community's tradition. One lib (055/zsdsj, 重生的世界) is explicitly GPLv2. This repo preserves them as cultural artifacts and makes them runnable again; it does not claim ownership. Original author credits inside the files are retained untouched. If you are an original author and want a lib attributed differently or removed, please open an issue.

What this project changed in each lib is intentionally minimal and fully documented per-lib in NOTES.md: encoding conversion, driver-API compatibility fixes, repairs of pre-existing corruption, and the local-play conveniences described above. Game content was never invented — genuinely missing zones/files are documented as gaps, not fabricated.

Contributing / continuing the restoration

Read AGENTS.md first. It is the accumulated handbook of this project: the per-lib conversion pipeline, a ~60-entry catalog of driver-compatibility bug classes (with symptoms, root causes, and code fixes), the WASM triage playbook, and the testing methodology (including the hard-won rule: a lib is not "working" until a real Chinese name has registered and a post-login look has produced output). The current mission is getting every lib fully playable under WASM, which is the main distribution channel.

About

collection of all old chinese mudlibs

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors