RPG Maker MV

RPG Maker MV

Edmond Shang 2016 年 3 月 10 日 下午 5:52
How can I make a png file for RPG Maker?
I tried to make "door" png for my game as the doors (not gates) available in RPG Maker MV are too small...
I used Photoshop to make it but it didn't work.
Can any body provide me tutorials about making all kinds of png (animations, characters, actors etc.) for RPG Maker?
< >
正在显示第 1 - 5 条,共 5 条留言
tarincrowellmackie 2016 年 3 月 17 日 下午 1:28 
Photoshop is one of them. A lot of people use GIMP I hear.
kittylitterproduction 2016 年 3 月 17 日 下午 1:53 
"Didn't work"! Such an excellent description of the problem!

You have to actually chose .png as the export format, not .jpeg!

tacin1208 2016 年 6 月 1 日 下午 12:54 
i used png but it didn't load either ways idk did i found some kind of untransparent png or what
kittylitterproduction 2016 年 6 月 1 日 下午 1:36 
My Magic-8-Ball says Outlook Unclear.
Walker 2016 年 6 月 1 日 下午 3:55 
An image will always be split up equally. With VX, ACE and MV you'll have to use the same image size as the default sprites are using (a total room for 8 different sprites in one image).

You can scale this, but make sure that if you change X, the Y axis of the image changes accordingly to maintain the constraint of the image. It's the scripts in the engine that splits up the image, so this can never be adjusted. I generally used XP, and during the description, i would be able to make bigger sprites doing that method. Then it's just a matter of making the door, and having each of the sprites for that "Character" sprite for animations. Look at the default ones for refferencing.

I'm not familiar with gimp, as i use photoshop myself, but i will assume you know how to work with the software to get a transperent background. If not, a quick youtube video will teach you for which software your using. People tend to use Gimp because it's free, so I would recommend using that.

Thats really the only steps. You can essentially just take the standard sprites and make the image bigger, and save it as a custom sprite, and import it into your project (that way you don't need to do any art).

This is the only way it can be done really. Should this fail, then it's just backtracking to find the problem.


Animations have a own manager inside it, if i recall correctly it would be under skill (don't quote me on that, i dont really deal much with that). Then you would use the skill in an event to make the animation / special effect. If this is for doors, you would just have the character interact with the door, and have a character movement (for the event), and change the doors sprite from closed to open and then teleport the player into the building, or just let it remain open for him to pass through.

Characters have a own character generator inside the engine. As for actor, thats inside the database, where you create the characters for your party. Look at the already existing to get a general idea and feeling about how to do this.
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50

发帖日期: 2016 年 3 月 10 日 下午 5:52
回复数: 5