# 东方故事(蓝天) — es1_win / Eastern Story (Blue Sky) > slug: `es1_win` · browser status: `playable` · native port: `40009` An early foundational build of the "Eastern Story" series and part of the ES/TMI engine family — despite the wuxia-sounding name, it's actually a Western-style fantasy world in the D&D tradition, sharing its core TMI-lineage engine with sibling esI (this project's "Dragon Slaying War" build). New characters land in 远风镇's adventurer's guild hall (`/d/adventurer/hall/adv_guild`) and level through a guild-room-only training loop (`cost`/`advance`/`train`/`list`/`join`, no NPC teacher) across knight/mage/healer/monk/thief/scholar/swordman-style guild domains rather than sect-based jianghu factions, with a working shop (farwind, `list`/`buy`) as the first stop out of town. Over a dozen playable races are offered (humans, elves, dwarves, orcs, goblins, halflings, lizardfolk, and more per its own character-creation menu). ## Play in the browser (WebAssembly) - Landing page (description + notes): https://mudlibs.fluffos.info/es1_win/ - Play now (boots the WASM driver): https://mudlibs.fluffos.info/es1_win/play.html ## Download source ZIP - Same-origin ZIP (trimmed source tree, no need to clone the whole repo): https://mudlibs.fluffos.info/es1_win/es1_win.zip - GitHub tree: https://github.com/fluffos/mudlibs/tree/main/libs/es1_win - README: https://github.com/fluffos/mudlibs/blob/main/libs/es1_win/README.md - Restoration notes (NOTES.md): https://github.com/fluffos/mudlibs/blob/main/libs/es1_win/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 `es1_win.zip` from the URL above (or clone `https://github.com/fluffos/mudlibs` and use `libs/es1_win/`). 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:40009`. - Admin / wizard login: `fluffos` / `Mud@2026` - 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/es1_win/llms.txt