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
Pull the thread

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.

  1. Status Abandoned ~2011 Actively maintainedcontinuous bug-fixes
  2. Platforms Windows only Windows + macOSApple Silicon (alpha)
  3. Compiler Closed, dead Blitz3D BlitzForgeopen fork · native ARM64
  4. Tooling Frozen VS Code + native IDEscontinuous integration
  5. License Proprietary Free foreveropen development
  6. Community Forum only GitHub · Discord · WikiDiscussions + Forum
  7. 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.

Hand-drawn overworld map of Myth Online — Frosty Mountains and The Badlands to the north, Castle Faramore and Border Town across the central farmlands, the Armani Desert to the east, and the Serene Forest south, dotted with named locations like Dragons Reach, Lost Fort, Ogre's Grotto and the Oasis.
One world, hand-built region by region — mountains, deserts, forests and a dozen named landmarks.
  • In-game street scene in Myth Online: a hooded player character with a round shield faces an NPC named Adamu and other townsfolk among timber-framed buildings, with the game's HUD, hotbar and minimap on screen.
    NPCs & characters

    Townsfolk like Adamu share the street with players — quest-givers, vendors and adventurers in one persistent town.

  • In-game village in Myth Online seen through morning fog: a player and an NPC stand among thatched cottages while a flock of chickens roams the grass nearby.
    A living world

    Livestock roam the commons, fog rolls over thatched roofs — zones with their own creatures, light and weather.

  • In-game snow-covered village in Myth Online: a shield-bearing player on a white field faces an approaching enemy, with a tall snow-laden pine and huts in the background.
    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.

Platform frontier — how solid is the ground?

The production path. Windows builds are stable and battle-tested — this is where you ship a game today.

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.