
The RPG Maker forum shutdown that Polygon reported on threatens 14 years of plugin walkthroughs, tutorial threads, and resource libraries that the official archive will not preserve in full. That is a serious nudge for users who have been on the fence about jumping engines. RPG Maker MZ is still actively maintained, but the ecosystem around it is shrinking, and the alternatives have caught up. These are seven RPG Maker alternatives we tested on Windows, macOS, and Linux in 2026.
Quick comparison
| Tool | Best for | Platforms | License | Standout |
|---|---|---|---|---|
| Godot Engine | Long-term JRPG projects | Windows, macOS, Linux | MIT, free | Mature 2D engine with GDScript |
| GDevelop | No-code or low-code creators | Windows, macOS, Linux | MIT, free | Event-based logic, web export |
| GameMaker | 2D action and arcade RPGs | Windows, macOS, Linux | Free for non-commercial, $99/yr Pro | GML scripting and console export |
| Construct 3 | Web-based development | Browser, Windows, macOS | $99/yr Personal | Pure event sheet, instant browser play |
| RPG in a Box | Voxel and 3D RPGs | Windows, macOS, Linux | $29.99 one-time | Drag-and-drop voxel + visual scripting |
| Solarus | Classic Zelda-style action-RPGs | Windows, macOS, Linux | GPLv3, free | Built specifically for 2D action-RPGs |
| GB Studio | Retro Game Boy-style RPGs | Windows, macOS, Linux | MIT, free | Exports real GB ROMs |
Why people leave RPG Maker
The forum and resource archive shutdown is the immediate trigger, but the structural reasons go further.
The default battle system shows its age. Tile-based movement and the standard side-view combat carry a specific aesthetic that many creators want to grow past, and reworking it takes heavy plugin work.
Plugin compatibility breaks across versions. A plugin written for MV may not load in MZ, and a plugin written for MZ won’t load in VX Ace.
The runtime is JavaScript via NW.js, which means larger build sizes than native engines. Mobile and console exports require additional tooling.
Pricing as a series of one-time purchases (around $79.99 for the base MZ on Steam, plus DLC packs) adds up quickly compared to free, open-source engines like Godot.
The alternatives
Godot Engine, best for long-term JRPG projects
Godot is the strongest open-source path out of RPG Maker. The 2D engine handles tile maps, animated sprites, and dialogue systems through its scene tree and GDScript, which reads like Python. The 4.x releases brought a renderer rewrite and substantially better performance.
Where it falls short: there is no JRPG starter template. You build the menu, battle system, and save logic yourself, which is a heavier lift than RPG Maker’s preconfigured systems.
Pricing: MIT licensed and free. No royalties, no per-platform fees.
Migrating from RPG Maker: there is no automatic importer. The Aseprite tile maps and sound assets transfer; the event scripts have to be rewritten in GDScript. Community templates like the Godot RPG Toolkit shorten the learning curve.
Download: godotengine.org/download
Bottom line: Pick Godot if you are committing to a multi-year project and the time to learn GDScript is worth it.
GDevelop, best for no-code and low-code creators
GDevelop keeps the event-based logic that RPG Maker users already think in. Drop a sprite, attach an event, and the engine handles the rest. The runtime is MIT licensed, so commercial projects are royalty-free.
Where it falls short: 3D support is minimal compared to Godot or GameMaker. Performance on large worlds is weaker than native-compiled engines.
Pricing: Free for the desktop client. Cloud builds, AI assistance, and longer cloud sessions are paid tiers (Silver from $5/mo, Gold from $10/mo).
Migrating from RPG Maker: rebuild events using GDevelop’s event sheet. Sprite and tile assets transfer cleanly. The Asset Store includes JRPG-ready packs.
Download: gdevelop.io/download
Bottom line: Choose GDevelop if event-based logic is what you actually liked about RPG Maker and you want to keep that flow without the JavaScript runtime.
GameMaker, best for 2D action and arcade RPGs
GameMaker is the engine behind Hyper Light Drifter, Undertale, and Crashlands. The drag-and-drop builder works for beginners, and GML scales to deeper projects when you outgrow it. Cross-platform export covers PC, mobile, and (with the paid Console tier) Switch, PlayStation, and Xbox.
Where it falls short: tile-based JRPG conventions need more rebuilding here than they do in Godot. The asset pipeline assumes you bring your own art.
Pricing: Free for non-commercial use. Pro is $99 per year. The Console tier is $799 per year per platform.
Migrating from RPG Maker: bring sprite sheets and audio over. The events become GML scripts, which is a learning curve, but Heartbeast’s tutorial series is widely cited as the fastest path.
Download: gamemaker.io/download
Bottom line: Use GameMaker when the project leans toward action-RPG or arcade and you want a battle-tested 2D pipeline.
Construct 3, best for web-based development
Construct 3 runs in the browser. The event sheet replaces traditional scripting, the editor preview is instant, and the export pipeline targets HTML5 by default with optional native wrappers for Windows, macOS, and mobile.
Where it falls short: subscription-only pricing keeps some hobbyists away. Native-feeling 3D is limited.
Pricing: Personal is $99 per year. Business is $499 per year.
Migrating from RPG Maker: rebuild logic in the event sheet. Plugins like the Construct RPG Toolkit cover menus, dialogue, and turn-based combat.
Download: Runs in the browser at editor.construct.net. Optional Windows and macOS wrappers from the same site.
Bottom line: Pick Construct 3 if you want event-sheet logic and instant browser previews and the annual subscription fits the budget.
RPG in a Box, best for voxel and 3D RPGs
RPG in a Box targets the gap RPG Maker leaves wide open: 3D, in voxel art. The drag-and-drop scene editor, dialogue system, and turn-based combat templates make it the closest “RPG Maker but in 3D” experience on the market.
Where it falls short: the visual style locks you into voxel art unless you spend a lot of time on custom shaders. Export is desktop-only.
Pricing: $29.99 one-time on Steam. Free demo available.
Migrating from RPG Maker: there is no asset importer (the art styles are too different), but the structural logic (NPCs, dialogue trees, items) maps over.
Download: rpginabox.com or Steam.
Bottom line: Choose RPG in a Box when you want a Cube World aesthetic and the RPG Maker workflow translated into 3D.
Solarus, best for classic Zelda-style action-RPGs
Solarus is purpose-built for top-down 2D action-RPGs in the style of A Link to the Past. The engine, the editor, and the Lua scripting layer are all open source.
Where it falls short: this is a niche engine. The community is smaller, and the asset store is sparser than GDevelop’s or Godot’s.
Pricing: GPLv3, fully free.
Migrating from RPG Maker: assets and audio transfer. Logic is rewritten in Lua, which is concise but a different paradigm.
Download: solarus-games.org/engine
Bottom line: Use Solarus when the target is a Zelda-style action-RPG and you want an engine that fits the genre out of the box.
GB Studio, best for retro Game Boy-style RPGs
GB Studio compiles your project into a real Game Boy ROM that runs on emulators and on actual Game Boy hardware. The 4-colour palette and 8x8 tile grid enforce the aesthetic, and the drag-and-drop editor is approachable.
Where it falls short: the constraints are real. If you want modern resolution and rich sprite work, this is the wrong tool.
Pricing: MIT licensed and free.
Migrating from RPG Maker: redraw the art to fit Game Boy constraints. Logic rebuilds through the visual scripting editor.
Download: gbstudio.dev
Bottom line: Pick GB Studio when the entire pitch is “make a real Game Boy game” and the constraints are the point.
How to choose
Pick Godot for a serious multi-year JRPG project and the willingness to learn GDScript.
Pick GDevelop if event-based no-code is the part of RPG Maker you actually liked.
Pick GameMaker when the project is action-RPG or arcade-leaning.
Pick RPG in a Box when you want 3D voxel RPGs with an RPG Maker mindset.
Stay on RPG Maker MZ if you have plugins, art packs, and saves already deeply invested, and the forum shutdown isn’t a dealbreaker for you. Use the Internet Archive backup of the official forum that the community is assembling.
FAQ
Is Godot really free?
Yes. Godot is MIT licensed. There are no royalties, no per-platform fees, and no required attribution beyond the engine’s standard splash, which you can disable.
What replaced RPG Maker after the forum shutdown?
The official RPG Maker forum’s archived state covers part of the history. The community has started preserving the rest through Internet Archive snapshots and a community wiki on Codex Reborn. None of that replaces the engine itself, which is still maintained.
Can I move my RPG Maker project to Godot?
There is no one-click importer. Sprite, tile, and audio assets transfer through manual export. The event scripts have to be rewritten in GDScript. The Godot RPG Toolkit on the Asset Library is a strong starting point.
What is the easiest RPG Maker alternative for beginners?
GDevelop for event-based logic similar to RPG Maker’s editor. RPG in a Box for a guided 3D workflow.
Does GameMaker still charge royalties?
GameMaker scrapped its revenue-share model in 2023. Non-commercial use is free, Pro is $99 per year flat, and Console tiers are flat annual fees per platform.
Which engine targets consoles for indies on a budget?
Godot exports to Switch through third-party services like Lone Wolf Technology. GameMaker’s Console tier costs $799 per year per platform but ships first-party support.