# 浴血江湖 / Blood-Soaked Jianghu III: Return to the Jianghu > slug: `yxjh` · browser status: `playable` · native port: `40148` Blood-Soaked Jianghu III: Return to the Jianghu, published by KMMUD.COM. New characters start at the Iron Spear Temple, a rural shrine honoring the Five Dynasties general Wang Yanzhang, with a crow-nested watchtower beside it; the combat system resolves attack, dodge, defense, and parry as separate numbers, with move descriptions varying by body part and weapon. Registration runs through an English ID, a full Chinese name entered as a single string (no separate surname/given-name split), a dual-password system (admin password plus login password), a talent menu (0 for a random full set, y to accept), email, and gender. It belongs to this collection's 'Tianya' family — its signature cliff-jump scene is byte-for-byte identical to sibling wlhd's (Wulin Haodang / Jin Yong's Dream II) independently rewritten version, a lineage relationship no earlier archive here had documented — and shares roughly 85% of its file paths with fellow Tianya member yzxiiizylfy (Sunset Reborn III), though only about a third of that shared scaffold is byte-identical content, making the two diverged siblings rather than a duplicate pair. ## Play in the browser (WebAssembly) - Landing page (description + notes): https://mudlibs.fluffos.info/yxjh/ - Play now (boots the WASM driver): https://mudlibs.fluffos.info/yxjh/play.html ## Download source ZIP - Same-origin ZIP (trimmed source tree, no need to clone the whole repo): https://mudlibs.fluffos.info/yxjh/yxjh.zip - GitHub tree: https://github.com/fluffos/mudlibs/tree/main/libs/yxjh - README: https://github.com/fluffos/mudlibs/blob/main/libs/yxjh/README.md - Restoration notes (NOTES.md): https://github.com/fluffos/mudlibs/blob/main/libs/yxjh/NOTES.md ## Run natively with FluffOS 1. Build a current FluffOS driver from https://github.com/fluffos/fluffos (native `build` / `build-debug`; see that repo's docs). 2. Download and unzip `yxjh.zip` from the URL above (or clone `https://github.com/fluffos/mudlibs` and use `libs/yxjh/`). 3. From the unzipped lib directory, ensure `config.fluffos` points `mudlib directory` at this tree (the checked-in file may contain a maintainer-local absolute path — edit it to your extract path). 4. Start the driver: ```bash /path/to/fluffos/build/src/driver config.fluffos ``` 5. Connect a UTF-8 MUD client to `127.0.0.1:40148`. - Admin / wizard login: `fluffos` (password documented in README) - If you host this on a public network, change the published default admin password before opening the port. ## Machine-readable catalog - Site-wide catalog: https://mudlibs.fluffos.info/games.json - Site-wide LLM overview: https://mudlibs.fluffos.info/llms.txt - This file: https://mudlibs.fluffos.info/yxjh/llms.txt