About
Myst Online: Uru Live is a massively multiplayer online adventure game by Cyan Worlds, the multiplayer component of 2003's Uru: Ages Beyond Myst. MOULArs is a server for Myst Online: Uru Live (Again) written in Rust and compatible with the DirtSand server. It aims to improve on DirtSand with memory safety, simpler setup, automatic file-server manifest generation, better cross-platform support (known to work on Linux and Windows), and a REST API for admin tasks.
How it differs from the original
It is server software rather than a game client, and works best with the H-uru Plasma client. Database setup documentation is still marked as to-be-determined.
Getting started
Build it with Rust's cargo. Hosting a server requires supplying the game's data files (ages, SDL files and more) yourself; an included tool generates file-server manifests from them.
Known limitations
- completeness: Database setup documentation is marked as TBD (to be determined).