rmmv-mrp-core

0.0.15 • Public • Published

RPG Maker MV Core Utilities

A collection of utilities to use in your RPG Maker MV games and plugins.

Usage

Directly in RPG Maker

This is probably what you will want to do.

  1. Add dist/rmmv-mrp-core.js to your plugins folder.
  2. A global window.MRP object will be available in any plugin loaded after rmmv-mrp-core, which will contain all utilities described below.

Browserify

If you are developing your plugins using Browserify, you can load in only the modules you need.

First, add the rmmv-mrp-core module to your project:

npm install --save-dev rmmv-mrp-core

You can now import an individual module and use it.

Example usage (ES6 modules):

import { extractAll } from 'rmmv-mrp-core/option-parser';

console.log(extractFirst(`
  some preceding text
  <Currency name: Gold Stars, number: 10, probability: 50>
  some more text afterwards
`));

Modules

MRP.OptionParser

Click here to read.

MRP.GameObserver

Click here to read.

MRP.MapExporter

Click here to read.

MRP.OSXFixes

Click here to read.

MRP.Geometry

Click here to read.

MRP.Map

Click here to read.

MRP.ChangeTextSpeed

Click here to read.

Readme

Keywords

none

Package Sidebar

Install

npm i rmmv-mrp-core

Weekly Downloads

0

Version

0.0.15

License

CC BY-NC 4.0

Last publish

Collaborators

  • markprzepiora