login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Help us translate Steam


I discovered this short beginner's tutorial for writing a plugin, by Trihan over on RMW:
https://forums.rpgmakerweb.com/index.php?threads/the-anatomy-of-a-plugin.75900/
There are also some stickied threads on RMW's Learning JavaScript board that you may find illuminating: https://forums.rpgmakerweb.com/index.php?forums/learning-javascript.127/
I've personally found MDN[developer.mozilla.org] invaluable; it offers a "Complete Beginners" section as well as detailed documentation of core JS features. ^_^
RMMV also uses the following (links are to online documentation):
- NW[docs.nwjs.io] (Node) and
- PIXI[pixijs.download]
You probably won't really need to know much about these unless you're trying to heavily alter the engine or use GLSL filters, etc.Also, all of an RMMV project's scripts can be found in its js subfolder, so you can browse through the base scripts and/or existing plugins at your leisure~