This is a custom core for RPG Maker MV. It is based on the default core, but with some changes.
⚠️ This core is WIP
We are currently working on the game Traveler. It uses RPG Maker MV which isn't updated/maintained anymore since a few years.
It contains a lot of bugs and some features are missing. Some stuff looks pretty ugly (like error messages). So we started rewriting the core.
Some people came and asked whether we can provide our rewritten core to them. So here we are.
Name | Version |
---|---|
RPG Core | v2.0.0 (source) |
RPG Managers | v2.0.0 (source) |
RPG Objects | v2.0.0 (source) |
RPG Scenes | v2.0.0 (source) |
RPG Sprites | v2.0.0 (source) |
RPG Windows | v2.0.0 (source) |
Pixi.js | v4.5.6 |
FPSMeter | v0.3.1 |
- Download
rmmv-core.zip
from the latest release - Extract the zip file
- Copy the content of the
rmmv-core
folder into theNewData
folder into your RPG Maker MV installation - Start RPG Maker MV and create a new project
- Download
rmmv-core.zip
from the latest release - Extract the zip file
- Copy the contents of the
rmmv-core
folder into your project - Replace the
<title></title>
tag in theindex.html
with your game title - Replace
name
&title
with your game title anddescription
with your game description in thepackage.json
file
TODO