Skip to content

A collection of plugins for RPG Maker. Built with TypeScript.

License

Notifications You must be signed in to change notification settings

yoimerdr/rpgm-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpgm-plugins

A comprehensive collection of plugins designed for RPG Maker MV and MZ projects. These plugins are built with TypeScript for better maintainability, type safety, and performance, providing essential utilities and advanced features to streamline game development and extend functionality.

Installation

Clone this repository:

git clone https://github.com/yoimerdr/rpgm-plugins.git
cd rpgm-plugins

Clone the dependency:

git clone https://github.com/yoimerdr/jstls.git lib/jstls

Install dependencies:

pnpm install
cd .build
pnpm install

Plugins

Core Plugin (YDP_Core)

The Core plugin provides essential utilities to simplify plugin development for RPG Maker.

See more about here

Ludens Plugin (YDP_Ludens)

Bridge plugin between games and the Ludens mobile client. Required for certain features.

CrossImages Plugin (YDP_CrossImages)

Standardizes image paths to ensure cross-platform compatibility, fixing issues with case-sensitivity on mobile platforms.

Languages Plugin (YDP_Languages)

A robust localization system for translating text and switching images based on the selected language.

Contributing

To add a new plugin:

  1. Create a new directory under src/plugins/.
  2. Add build configuration in .build/.
  3. Update this README with plugin link information.

License

This project is licensed under the MIT License - see the LICENSE file for details.