RPG Maker MV

RPG Maker MV

Ellye Sep 30, 2015 @ 4:36pm
Scripting documentation?
Would LOVE to get Scripting Documentation in advance.

Perhaps as a bonus for pre-purchase?
< >
Showing 1-7 of 7 comments
JackPS9 Sep 30, 2015 @ 4:41pm 
Originally posted by Ellye:
Would LOVE to get Scripting Documentation in advance.

Perhaps as a bonus for pre-purchase?
Its Javascript, so really just go get a book or watch some youtube tuts
ocean pollen Sep 30, 2015 @ 4:47pm 
NodeJS "is javascript" too. But knowing only JavaScript isn't knowing enough to write a 'hello world' NodeJS application. JavaScript with a DOM in a browser "is javascript" as well. The language itself isn't that big of a deal. It's the environment that we need to learn, to be able to produce anything interesting with it.

So far the only clear code that I've found is at http://www.rpgmaker-mv.com/javascript-not-java/ , which doesn't tell us much:

* The script is wrapped in a self-executing anonoymous function.
* There's something called Number, probably for storing system variables.
* There's something called Window_TitleCommand
Ellye Sep 30, 2015 @ 4:49pm 
Originally posted by JackPS9:
Its Javascript, so really just go get a book or watch some youtube tuts
I know JavaScript.

I'm talking about the actual scripting documentation for RPG Maker MV. Their classes, data structures, etc.

@ocean pollen

Thanks, that's already more than I had seem so far. Which is still not much at all, unfortunately.
Last edited by Ellye; Sep 30, 2015 @ 4:51pm
Scottrick Sep 30, 2015 @ 5:24pm 
I'm going to have to side with the other people here. It's one thing to learn the language, but it's another to use that language effectively. I suppose one could read through the provided code to see how it works though.

In any case, I can't wait to check out the new RPG Maker.
triptych Sep 30, 2015 @ 5:56pm 
Originally posted by Ellye:
Originally posted by JackPS9:
Its Javascript, so really just go get a book or watch some youtube tuts
I know JavaScript.

I'm talking about the actual scripting documentation for RPG Maker MV. Their classes, data structures, etc.

@ocean pollen

Thanks, that's already more than I had seem so far. Which is still not much at all, unfortunately.


Would love to see this as well. Basically what's the API docs. It would be great if we were able to start creating plugins/etc early.
Zeriab Sep 30, 2015 @ 9:40pm 
Enterbrain have never provided good scripting documentation ;_;
Of course, I do hope it will be different for MV.
Ellye Sep 30, 2015 @ 9:41pm 
Originally posted by Zeriab:
Enterbrain have never provided good scripting documentation ;_;
Of course, I do hope it will be different for MV.
Yeah, while VX Ace has basic documentation, you still end up having to read the scripts themselves to understand the actual flow of the program.

Thankfully they are clear enough, at least.
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Sep 30, 2015 @ 4:36pm
Posts: 7