The open-source MMORPG engine, reborn
Build something
massive.
Persistent worlds, characters, quests, combat — without writing a renderer, a netcode stack, or a database layer from scratch.
- Free forever, open source
- Windows stable
- macOS Apple-Silicon · alpha
- built on BlitzForge
2011 — the lights went out
A world-builder,
left to go cold.
RealmCrafter was one of the earliest tools that let solo developers and tiny teams build real MMORPGs — persistent worlds, with no engine programming required to get one running.
Then its studio stopped maintaining it. The copyright froze. The tooling stagnated. It was Windows-only, chained to a closed, dead compiler.
The community refused to let it die.
- ✕Abandoned — maintenance stopped, copyright frozen ~2011
- ✕Dead compiler — tied to a closed, discontinued Blitz3D
- ✕Windows only — no path to modern machines
- ✕Frozen tooling — editors and IDEs left to rot
- One forum, tending an ember — still there, still waiting
Same accessibility. New foundations.
The re-forge.
The community didn't reskin the old engine — they rebuilt what it stands on, then strung the thread back through. Scroll, and watch the dead tool come back to life, row by row.
- Status Abandoned ~2011 Actively maintainedcontinuous bug-fixes
- Platforms Windows only Windows + macOSApple Silicon (alpha)
- Compiler Closed, dead Blitz3D BlitzForgeopen fork · native ARM64
- Tooling Frozen VS Code + native IDEscontinuous integration
- License Proprietary Free foreveropen development
- Community Forum only GitHub · Discord · WikiDiscussions + Forum
- Your PRs Impossible Welcome from anyoneplayers to engine devs
What you can build
Everything connects.
In RCCE's Loom editor, every reference between entities is a thread you can follow. Here's a living map of what an MMORPG world is actually made of — hovertap a system to trace its threads and see what it really does. None of it requires C++.
All of it scripted in a friendly BlitzBasic-style language, persisted to SQL / MySQL out of the box, networked over built-in RCEnet. The persistent-world plumbing is already solved.
Pulled off the loom — a real world
Players weave these threads
into living worlds.
Not a mock-up. Myth Online is a throwback MMO — four races, four old-school classes — with its entire realm built in RealmCrafter. Every shot below is the engine running a real, persistent world.
-
NPCs & characters
Townsfolk like Adamu share the street with players — quest-givers, vendors and adventurers in one persistent town.
-
A living world
Livestock roam the commons, fog rolls over thatched roofs — zones with their own creatures, light and weather.
-
Seasons & combat
A snowbound frontier with an enemy closing in — the same world, a different biome, combat ready.
Screenshots from Myth Online by rockinraymond, used with permission — built in RealmCrafter.
It's alive — and honest
Serious engineering.
No fairy tales.
This isn't a nostalgia museum or a fragile hobby fork. It's a maintained engine with a real engineering culture — and it tells you exactly how far each frontier has been crossed.
The production path. Windows builds are stable and battle-tested — this is where you ship a game today.
Native, but unfinished. The BlitzForge compiler emits real Apple-Silicon Mach-O binaries — no Wine, no Rosetta. The runtime is incomplete: it's for development and feedback, not shipping yet.
Community-interest stage. Not built yet — on the roadmap, waiting on contributors who want it. This is an honest "not yet," not a promise.
Why the revival is credible
-
New
Native Apple-Silicon code generation. Real ARM64 Mach-O / PE output from a 2000s-era toolchain — a genuinely hard piece of modern compiler engineering, done.
-
Ongoing
Continuous integration. The full build and test suite runs on every change, on every platform. Nothing ships untested.
-
Hardened
Your players' world won't fall over. The server soft-fails malformed packets, bounds-checks input, saves atomically so a crash mid-write can't corrupt your world, and gates scripting by privilege so a hostile script can't hijack the host.
-
Open
A place for every skill level. Engine devs, scripters, designers, artists, doc-writers, testers — pull requests are welcome from anyone, and improving the docs is one of the most valued contributions.
Your move
Pick up where it
left off.
RealmCrafter is back — free, open, running on modern machines. The only thing missing is the world you haven't built yet.
RCCE picks up where the original RealmCrafter left off — modernized, cross-platform, community-driven, and free forever.