Plugin Development Tutorials

Learn to create your own SRPG Studio plugins with this collection of tutorials and examples

Getting Started

These tutorials are designed for game developers that want to create their own plugins. Each resource includes practical examples, detailed explanations, and working code that you can use as a foundation for your own plugins.

Prerequisites: Basic understanding of JavaScript is recommended. While one JavaScript guide is included among these tutorials, we recommend starting with online JavaScript tutorials if you're new to programming, before diving into plugin development.

Tutorial Resources

Introduction to JavaScript

This guide provides an introduction to the fundamentals of the JavaScript programming language.

PDF File

Basics on Plugin Creation

This guide provides an introduction to creating plugins for SRPG Studio.

PDF File

Custom Skills

Learn how to create custom skills

PDF File

Custom Skills - Code Example

This code shows two examples on how to create custom skills

JS File

Creation of Custom Unit Stats

Learn how to create a new unit stat that can be used for combat and other effects

PDF File

New Stats - Code Example

Shows an example of two different implementations to create new stats: a generic stat with no effects and an affinity stat.

JS File

Custom Items

Create new item types with custom effects.

PDF File

Custom Item - Code Example

Shows an example of a custom item type that increase targeted unit's growths

JS File