Zalerinian

Jack of all Errors
Veteran
Joined
Dec 17, 2012
Messages
4,699
Reaction score
946
First Language
English
Primarily Uses
N/A

RPG Maker MV Plugin "Dev Kit"

This page is no longer updated. The official, current versions of all default scripts can be found on the official github account. The details are listed in the OSS changelog here.

The download link has been updated as of November 6th 2022 because I keep getting emails about people trying to access it. These files are no longer supported, and are almost definitely out of date. I am not continuing updates on this project.



Hello! As I'm sure many of your plugin creators know, the default script files are really annoying to look through, and it really hurts people trying to learn who get really intimidated! As a result, I've split the files by class, and added some extra documentation to the top of each file. This should help everyone with making plugins, because now you can more easily see the source for specifically what you want, much like RM VX Ace was.


Now, this is by no means a complete documentation. That will take a lot longer to do. However, this will help you a lot, especially if you have an editor like Sublime Text or Atom where you can include a folder structure in your project and have the files at the ready in your editor. It just makes life all the easier.


Update [October 29th, 2015, 10:44PM EST]: Files have been updated to MV 1.0.1! Please update your files using the link below to get access to the shared files! Please let me know if you encounter any issues using these files. As opposed to splitting them by hand this time around, I have built a script that can split them for me, as MV is likely to get a couple of updates. If there's an issue with it splitting them, please let me know so I can remedy this immediately.


Update [March 4th, 2016, 12:18PM EST]: The files for version 1.1.0 have been uploaded! Please update your files as necessary from the download link below so that you can develop with the latest version of RPG Maker MV. Please keep in mind that, like the last update, this was split automatically rather than by hand. I believe all the issues with the splitting script have been resolved, but please be sure to let me know if there is a problem with the files so that I can get them fixed for the downloads.


Update [April 25th, 2016, 11:38AM EST]: I finally got around to uploading the 1.2.0 files, please update your files at your earliest convenience.


Update [August 10th, 2016, 5:42PM EST]: The files for 1.3.0 have been uploaded to the google drive folder. Please note that this does not include the pixi-tilemap and pixi-picture libraries that are included with RPG Maker MV. You will need to copy these files into your libs folder yourself, or maps will fail to load due to the new PIXI WebGL tilemap script not being loaded. This new tilemap greatly increases the performance of WebGL rendered games by making extensive use of the user's graphics card, so it's important that you use it!


Update [August 10th, 6:47PM EST]: I've updated the files due to new CacheEntry and CacheMap classes that were not properly detected by the class split script I'm using to separate the files for this. If you downloaded the files in the last hour, please redownload them for a working set.


Update [August 11th, 10:03PM EST]: I added the decrypter class, as it was also missing from the previous two builds. If any other classes are missing from the files, please let me know so I may update them as soon as possible.


Update [Auguest 12th, 2016, 4:58PM EST]: The files have been updated to 1.3.1.


Update [November 12th, 2016, 11:41AM EST]: The files have been updated to 1.3.3 (was there even a 1.3.2?)


Update [November 24th, 2016, 10:19AM EST]: The files have been updated to 1.3.4. You may notice that they are formatted slightly differently this time around, which is due to my developing of a new tool to split the files. The old tool required a little bit of manual work to split the files properly, while the new tool is a fully automated process that runs more quickly. The new tool is still being worked on, but it will be released as an open-source program upon completion, I just want to find a better way to manage the code than it currently is.

Update [July 6th, 2017, 2:39PM EST]: The files have been updated to 1.5.0. The gap in updates is due to me assuming that the OSS files linked above are used in the official engine. Some people have expressed doubt that this is the case, so I've gone and ran my tool on the latest set, and now that I have a bit more free time, I'm going to see if I can finish working on the tool for release.


Without further ado, your download awaits. you may download them as a zip file, or download each file separately!


Usage Instructions


To use the split files in a project, simply extract the index.html and JS folder onto the project, and it will do the work for you. I recommend you keep the large compiled scripts in case you need to quickly and easily find where something is used by default, as you only have to open 6 files instead of 146 files.
 
Last edited:

EternalShadow

Veteran
Veteran
Joined
Sep 16, 2012
Messages
5,781
Reaction score
1,045
First Language
English
Primarily Uses
I am getting "access is denied" and "cannot open" on rpg_core/input.js and the others.


EDIT: Antivirus detects an issue and removed the file o_0
 
Last edited by a moderator:

Zalerinian

Jack of all Errors
Veteran
Joined
Dec 17, 2012
Messages
4,699
Reaction score
946
First Language
English
Primarily Uses
N/A
I am getting "access is denied" and "cannot open" on rpg_core/input.js and the others.

EDIT: Antivirus detects an issue and removed the file o_0
That's very odd, as there's absolutely nothing wrong with it... o.o
 

EternalShadow

Veteran
Veteran
Joined
Sep 16, 2012
Messages
5,781
Reaction score
1,045
First Language
English
Primarily Uses
That's very odd, as there's absolutely nothing wrong with it... o.o
Yeah, I keep losing half of rpg_core and maybe some others ^_^;


Could these be converted/reuploaded as plaintext/richtext (whatever supports the indentation/linebreaks/etc already there) so I can paste into js files myself to get past the auto-antivirus scanner? (And for others that may encounter the same issue)
 

Mouser

Veteran
Veteran
Joined
Aug 19, 2012
Messages
1,245
Reaction score
267
First Language
English
Primarily Uses
If I were to guess, the anti-virus freaks because you're downloading executable code from the big, scary internetz.
 

Zalerinian

Jack of all Errors
Veteran
Joined
Dec 17, 2012
Messages
4,699
Reaction score
946
First Language
English
Primarily Uses
N/A
If I were to guess, the anti-virus freaks because you're downloading executable code from the big, scary internetz.
It's not even an executable, it's a zip file..

Yeah, I keep losing half of rpg_core and maybe some others ^_^;

Could these be converted/reuploaded as plaintext/richtext (whatever supports the indentation/linebreaks/etc already there) so I can paste into js files myself to get past the auto-antivirus scanner? (And for others that may encounter the same issue)
Alternate link posted!
 

EternalShadow

Veteran
Veteran
Joined
Sep 16, 2012
Messages
5,781
Reaction score
1,045
First Language
English
Primarily Uses
Yeah, the computer freaks out if I download JS files for some reason (there's an autoscan) - it's not even an exe issue. The alternate link is great, I can read the file now :) (It probably reads some input files like input.js as a trojan)
 
Last edited by a moderator:

Zalerinian

Jack of all Errors
Veteran
Joined
Dec 17, 2012
Messages
4,699
Reaction score
946
First Language
English
Primarily Uses
N/A
There was a small issue where the Tilemap/Game_Map got messed up and set everything to 16x16 tiles, and a small change has been made to index.html! Sorry about that! It's been fixed now! If you got a version before this post, please download a new copy!
 

mjshi

Jack of Most Trades
Veteran
Joined
Feb 16, 2013
Messages
998
Reaction score
880
First Language
English
Primarily Uses
N/A
Thanks for this, this will make life so much easier. (7000+ lines is really intimidating to look through, haha)
 

redspark

Veteran
Veteran
Joined
Apr 30, 2012
Messages
79
Reaction score
21
First Language
English
Everything is working fine for me.  Thanks so much.
 

Lucifurai

Villager
Member
Joined
Oct 23, 2015
Messages
18
Reaction score
10
First Language
French
(0.0) Dreams come true. (Just Got Template and now *Learn Plugins Developement*)

It's a little late to start now because I need to sleep but I start this tonight, and I tell you if there any kinds of issues in this pack. 
 

Nelderson

Coding *****
Veteran
Joined
Mar 17, 2012
Messages
165
Reaction score
170
First Language
English
Primarily Uses
RMMV
THANKSSSSSS!!! 

I was going to get to this myself so I can pinpoint little things.  Thanks again!
 

GibzFGC

20+ Year RPG Maker Veteran
Veteran
Joined
Apr 26, 2012
Messages
46
Reaction score
17
First Language
English
Primarily Uses
RMMZ
Fantastic, this is really helpful!

Thanks Zalerinian.
 

babykgar

Villager
Member
Joined
Oct 19, 2015
Messages
14
Reaction score
1
First Language
English
Yes! This!

This is awesome!

Thanks, Zalerinian!
 

altorn

Veteran
Veteran
Joined
Aug 17, 2015
Messages
53
Reaction score
12
First Language
English
Thank you for this I was getting intimidated by the 10k line codes.

Idea: I'm a visual person and I would love to also see an overview of the classes (inheritance and all relations) in a class diagram.

Perhaps I would at one point create one myself or if anyone out there is interested... ;)
 

Zalerinian

Jack of all Errors
Veteran
Joined
Dec 17, 2012
Messages
4,699
Reaction score
946
First Language
English
Primarily Uses
N/A
Thank you for this I was getting intimidated by the 10k line codes.

Idea: I'm a visual person and I would love to also see an overview of the classes (inheritance and all relations) in a class diagram.

Perhaps I would at one point create one myself or if anyone out there is interested... ;)
I am working on getting better documentation available, however I'm extremely busy with school and work until February at the earliest, starting on the 1st, so I'm trying to get as much as possible done before then.
 

Stone

Warper
Member
Joined
Oct 26, 2015
Messages
1
Reaction score
0
First Language
English
Hi Zalerinian,

This is awesome, thanks. Just wondering if this has this been updated to v1.0.1?
 

Zalerinian

Jack of all Errors
Veteran
Joined
Dec 17, 2012
Messages
4,699
Reaction score
946
First Language
English
Primarily Uses
N/A
Hi Zalerinian,

This is awesome, thanks. Just wondering if this has this been updated to v1.0.1?
Hmm, my MV version seems to still be 1.0.0. It may be because I ended up getting a beta version of MV a few weeks before it was released, so I may be on a release branch that's stuck on the initial version. I'll have to go ask around to see if I'm supposed to be getting an update soon. Until then, these are from version 1.0.0
 

Zalerinian

Jack of all Errors
Veteran
Joined
Dec 17, 2012
Messages
4,699
Reaction score
946
First Language
English
Primarily Uses
N/A
Hello everyone! The split files have been updated to MV 1.0.1! Please redownload them to get the up-to-date scripts when you have a chance.

Also, if you encounter any issues with the files that are not present in the original files that MV gives you, please let me know. This is the first time around I've made a script split the files rather than do it manually, so if there are issues with how it's getting done I'd like to know so I can remedy them.

Additionally, more documentation is on the way! Here's a little sneak peek!
 

Woratana

Veteran
Veteran
Joined
Jul 4, 2012
Messages
101
Reaction score
98
First Language
Thai
Primarily Uses
Wow Zalerinian O_O

You know you deserved million cookies ! :D

Documentation looks great. Can't wait to read it :)
 
Last edited by a moderator:

Latest Threads

Latest Profile Posts

I didn't dispose of a file properly and now my whole game won't start: I get a script error in the Scene Manager stage of game launch. What to do? Transfer it all to a new project? That's going to be tedious. Fortunately I am only nine workdays into it.
>< IMGUR!!!! *clenches fist*
I swear it looked better in my head. But this ain't bad. Had to experiment to make the characters stand out and not blend too much with the background.

Also, before anyone say this. Yes, she is holding a winrar.
Posted my second Battle System, namely KEarthBound VX!
My first one was Kolloseum States for XP, he, he.
I never thought I'd ever make one for VX anyways. :rswt:
You can search the internet. It seems fine to call children little petri dishes. My wife and I raised 4 of them and they brought everything home. But apparently calling students plague bearers is a bridge too far. :LZSlol:

Forum statistics

Threads
131,679
Messages
1,222,142
Members
173,418
Latest member
Kiyaria
Top