A ground-up reimplementation of the Asheron’s Call client and its supporting
architecture — not a reinterpretation of the game, but a faithful rebuild of retail-authentic
behavior on modern foundations.
Core direction
- Full retail parity is the target
- The decompiled retail client is the behavioral reference
- Rebuilt in Rust for performance, stability, and maintainability
- Cleanly separated networking, world state, data, and rendering
What it’s aiming for
- Retail behavior and structure preserved as closely as possible
- A modern rendering & runtime foundation, free of legacy limits
- Better memory and resource management
- A modular architecture built to grow without compromising correctness
Closed source, on purpose. Some environments place real trust in the
client, and exposing full implementation details would lower the barrier to abuse — so the
codebase stays private, with development shared selectively. The priority is correctness, parity,
and architecture.
A complete client, built from scratch — not an extension of legacy tooling.
by Crimson / Zan