# 风云III (3.0) / Storm III (v3.0) > slug: `fy330` · browser status: `playable` · native port: `40199` Storm III v3.0. Despite a master-file mismatch that put it under its own number, a file-level check found its actual game world is not a standalone creation: its domain tree is 90-96% byte-identical to siblings fy3dz (Storm III Collector's Edition) and fy3xd (Xingxing's Revision), sharing the same map for Shaolin, Huangshan, Songshan, Taishan, and a dozen other named areas almost file-for-file — these three are successive snapshots of one "Storm III" world rather than independently written games (fy330 looks like the plainest/earliest cut; fy3dz layers in a couple of extra zones on top). It also shares login/registration framework code (check_legal_name, password rules, ethnicity selection, all byte-for-byte) with fy2mg, and — less expected given the two are usually described as unrelated — roughly 30% of its actual domain files literally match fy2mg's too, including the central Fengqiuhuang square's room-name skeleton; the wider "Fengyun"/Storm lineage across this collection clearly grew from one shared base template. On its own terms: a Gu Long-style jianghu starting at the chatty, heartbeat-driven Fengqiuhuang Inn, with a fully fleshed-out Shaolin apprenticeship ladder (15th-to-23rd-generation disciples up through an abbot who demands a hidden trial be passed first) and a combat auto-flee safety net. ## Play in the browser (WebAssembly) - Landing page (description + notes): https://mudlibs.fluffos.info/fy330/ - Play now (boots the WASM driver): https://mudlibs.fluffos.info/fy330/play.html ## Download source ZIP - Same-origin ZIP (trimmed source tree, no need to clone the whole repo): https://mudlibs.fluffos.info/fy330/fy330.zip - GitHub tree: https://github.com/fluffos/mudlibs/tree/main/libs/fy330 - README: https://github.com/fluffos/mudlibs/blob/main/libs/fy330/README.md - Restoration notes (NOTES.md): https://github.com/fluffos/mudlibs/blob/main/libs/fy330/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 `fy330.zip` from the URL above (or clone `https://github.com/fluffos/mudlibs` and use `libs/fy330/`). 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:40199`. - Admin / wizard login: `fluffos` / `Mud@2026x` - 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/fy330/llms.txt