# 西游记2003-2 / Three Realms Myth (Test Zone 2) > slug: `xyj20032` · browser status: `playable` · native port: `40119` Archived under the name "Journey to the West 2003-2," but the game itself identifies at login as "Three Realms Myth," Test Zone 2 — the same codebase family as this archive's sjcs and sanjieshenhua (core functions such as get_gender(), enter_world(), and make_body() are byte-for-byte identical to sanjieshenhua). Its boot banner still carries leftover ASCII art from "Journey to the West: New Era," apparently a remnant of an earlier rebrand -- and that remnant runs deeper than cosmetics: a file-level check this pass found roughly 99.5% of this archive's room/NPC file paths under d/ match, one-for-one, the map shipped in this collection's own xyj2000/xyj2006n (e.g. the young monk NPC 疥顶小僧 and the bridge scene 泾水桥 are still word-for-word identical), even though the live engine is the unrelated Three-Realms codebase. Only a minority of those shared-path files remain byte-identical, so this archive appears to have started from the same Xiyouji map before its current maintainers heavily re-edited most rooms and swapped in the Three Realms engine. It keeps a distinctive server-wide "Heaven-and-Earth Calamity" event channel (disasterd.lpc) broadcasting rare disaster/anomaly events to every connected player, beyond ordinary chat. ## Play in the browser (WebAssembly) - Landing page (description + notes): https://mudlibs.fluffos.info/xyj20032/ - Play now (boots the WASM driver): https://mudlibs.fluffos.info/xyj20032/play.html ## Download source ZIP - Same-origin ZIP (trimmed source tree, no need to clone the whole repo): https://mudlibs.fluffos.info/xyj20032/xyj20032.zip - GitHub tree: https://github.com/fluffos/mudlibs/tree/main/libs/xyj20032 - README: https://github.com/fluffos/mudlibs/blob/main/libs/xyj20032/README.md - Restoration notes (NOTES.md): https://github.com/fluffos/mudlibs/blob/main/libs/xyj20032/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 `xyj20032.zip` from the URL above (or clone `https://github.com/fluffos/mudlibs` and use `libs/xyj20032/`). 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:40119`. - 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/xyj20032/llms.txt