RPG Maker MV

Started by KK20, August 07, 2015, 05:10:42 pm

Previous topic - Next topic

KK20

So they have FINALLY gave us more control as to what happens to the game when the window is not in focus. You can choose to freeze the graphics, the audio, both, or neither. There are also some callbacks for when the window loses focus, is currently not focused, and regains focus.

Also confirmation that it uses Node.js to run the game (thank you Web Applications class--you are proving to have been a fantastic elective).
Yanfly is still showing off some pretty cool things to extend the default engine. Seriously, check those videos.

While the engine is shaping up to be what it should have been all these years, the VXA-like editor is still probably the worst thing to come out of this. I'm kinda tempted to write my own :P

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

KK20

Spoiler: ShowHide

All I needed to know...

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Blizzard

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

ForeverZer0

Although I never spent much time learning JS, I am now starting to get interested in picking it up just so I can tinker with this.
I am done scripting for RMXP. I will likely not offer support for even my own scripts anymore, but feel free to ask on the forum, there are plenty of other talented scripters that can help you.

syldocaine

Hmm the engine itself seems to be well done.
Also these Yanfly things are looking nice.

But that VXA editor is stell "meh".

MV will be better than VXA for sure.
Let's see if it can beat XP for me, when it's out.

KK20

Quote from: Blizzard on October 21, 2015, 01:38:16 am
HUE HUE HUE, RMV-OS.

or RMM-OS or RMMV-OS
Quote from: ForeverZer0 on October 21, 2015, 05:48:32 am
Although I never spent much time learning JS, I am now starting to get interested in picking it up just so I can tinker with this.

CP has to make its mark all over again. Watch as the retired scripters return from the dead.
Quote from: syldocaine on October 21, 2015, 01:21:43 pm
Let's see if it can beat XP for me, when it's out.

If the mapping is the only grudge you have, it shouldn't even matter.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Soulshaker3

I'm not retired nor a scripter, nor dead. But I'll give it a shot. Maybe..
Hellow?

syldocaine

Quote from: KK20 on October 21, 2015, 03:12:10 pm

Quote from: syldocaine on October 21, 2015, 01:21:43 pm
Let's see if it can beat XP for me, when it's out.

If the mapping is the only grudge you have, it shouldn't even matter.


The VX mapping is one big issue, since i don't like parallax mapping.
But as you said it shouldn't be a problem at all.

The second big reason is the amount of custom scripts I got for RMXP which are all compatible with each other and offer me everything I need so far. (Many from Chaos Project btw, so thx :) )
plus my game runs in stable 60 FPS.Just a few frame drops to ~ 30 sometimes on big maps with 500+ events.

So yeah, call me RMXP fanboy but the MV has to be the really big thing to convince me.
But I'm looking optimistic at it right now.

KK20

In that case, you really only need to wait about a year for the community to develop everything. I'm sure by that time, people will be super comfortable with the programming and can do requests on the fly.
Heck, maybe the price will drop :V

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

G_G

HYYYYYYYYYYYYYYYYYYYYYYYYYYYYYPE

KK20

October 22, 2015, 09:13:43 pm #50 Last Edit: October 22, 2015, 10:24:45 pm by KK20
They were supposed to have a final demonstration of plugins today, one that they have been holding for last. Their 13th episode is actually up, just unlisted: https://www.youtube.com/watch?v=I9rZewWNpOM&index=65&list=PLeDwqxgcpMGm40eocVtKL6owR6W8E6kyg
Not a whole lot of good questions in this one. Most of them were "is there a plugin for ____?" with all of them having the same answer "no".

C'mon and announce a trial version already D:
EDIT: 20 day trial

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

G_G


Spoofus

October 23, 2015, 03:52:16 pm #52 Last Edit: October 23, 2015, 06:12:15 pm by Spoofus
Installing RMMV now, time to not do anything at work all day. :)

I am actually looking forward to see the event options.


*After messing around with it, it feels like rmvx ace in a sense.
I do however like the side-view battlers, and I am looking forward to people making character generator parts for it.
Playing around with MV, will kill time for me by a lot, and with the java script, the things that can be done, is going to be interesting.


My Blog site I am working on: http://spoofus.weebly.com/

KK20

October 23, 2015, 06:42:10 pm #53 Last Edit: October 23, 2015, 07:08:29 pm by KK20
I've already written a C# executable to break up the JavaScript files (not sure if 100% working, but it's looking good). Right now all the "classes" are shoved into very few files. Me being the organized neat freak wanted to break them up into separate files. Now learning the code will be significantly easier.

EDIT: If you want to see for yourselves: https://dl.dropboxusercontent.com/u/58874459/ClassExtractor.exe
Place executable in the project folder. It looks for the js folder.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

syldocaine

Ah nice, time to start the testing marathon.

G_G

Quote from: KK20 on October 23, 2015, 06:42:10 pm
I've already written a C# executable to break up the JavaScript files (not sure if 100% working, but it's looking good). Right now all the "classes" are shoved into very few files. Me being the organized neat freak wanted to break them up into separate files. Now learning the code will be significantly easier.

EDIT: If you want to see for yourselves: https://dl.dropboxusercontent.com/u/58874459/ClassExtractor.exe
Place executable in the project folder. It looks for the js folder.


Thank you. Now I can look through everything.

KK20

No problem at all.

Also, if you're like me and didn't get any of Yanfly's plugins, they be here: http://yanfly.moe/yep/

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

syldocaine

October 23, 2015, 08:31:15 pm #57 Last Edit: October 23, 2015, 08:35:13 pm by syldocaine
ouch, i crashed the editor

tried to create 999 events on max sized map to stress test the engine, but the editor gave up at ~600  :^_^':

edit: engine seems to be smooth, 610 events and not a single lag. but the editor has a hard time

KK20

A lot of people are reporting the editor being pretty buggy. Thankfully it's possible to write another editor since all the data is JSON'd.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

syldocaine

Well thats cool.

Because the engine and its possibilitys is really nice.
Can't wait to see the awesome things the community will do with it.
Yanfly plugins are just the beginning, i think