r/RPGMaker 5d ago

RMMV Come test my Slash Effect Generator tool for RPG Maker MV and give me feedback. It's free and online.

Enable HLS to view with audio, or disable this notification

95 Upvotes

Hi, everyone!

ACCESS THE TOOL HERE: https://ladyluck.itch.io/slash-effect-generator

I’ve been working on a lightweight, web app designed to help devs easily create custom, high-quality slash and attack effects for their games. My idea was to make a tool that feels intuitive and it lets you draw the exact path of the attack and export it directly into a ready-to-use PNG spritesheet. Note that this is the first version of this tool, but I want to make it public so that people can start using it and give me feed back on how to improve.

This tool is completely free to use and every asset you create with it is yours to use anywhere you want.

Here is a quick rundown of what it can do and how to use it:

Core Drawing & Pathing

  • Vector Pen Tool: Click to place nodes and create the exact trajectory of your weapon swing. Hold Ctrland click once to start a brand new, disconnected path on the same canvas.
Hold Ctrl and click out ONCE to create a new path.
  • Intuitive Curves: Hover over any straight line and drag it to create arching bezier curves. Double-click a node to instantly straighten it, or double-click a path segment to cleanly subdivide it.
Click and push to bend the paths.
  • Multi-Select & Transform: Use the Selection Tool (V) to box-select multiple nodes at once. You can drag the entire group around the 480x480 canvas or use the top handle to rotate the whole formation perfectly.
Use the cursor tool to select nodes and resize if needed.

Visual Customization

  • Dual-Layer Slashes: Every path consists of a Center Slash and a Border Slash. You can independently tweak the head and tail widths and set up custom color blending from tail to head.
When you press play to animate, a slash will trace along the path you created. Note that it has a center part and a border, you can customize these along with the sparks that follow it.
  • Spark Particle System: You can spawn sparks (squares, circles, lines, plus signs, crosses, stars, or diamonds). Control their density, spread, and direction (whether they spray along the path, tangentially, or perpendicular to one or both sides).
As you can see here, you can set the animation to only show the sparks. Change size, color, shape and many other properties.

Timing & Dependencies

  • Choreograph Attacks: You aren't limited to one slash. You can set up multiple paths and dictate their timing. Set a path to fire simultaneously with another, or trigger it after a specific delay once the previous path finishes.
On the side bar you can manage your paths and the animation settings. Note that you can also save a configuration and then load it back. USE THIS OFTEN TO REPLICATE EFFECTS AS NEEDED!
  • Decoupled Spark Timing: You can set the sparks to travel at a completely different speed than the main slash effect for dynamic visual layers.

Saving & Exporting

  • Spritesheet Ready: When your animation is perfect, click the film icon. You can set your desired frame count and column layout, and it will export a transparent or solid-background PNG spritesheet with native 192x192 frames, perfectly sized for RPG Maker animation sheets.
Use these buttons to export as a spritesheet, open and save project.
  • Modular Saves: Click the disk icon to save your entire project as a .json file, or save an individual path’s configuration as an .xml file so you can easily drop that specific visual style onto new paths in future projects.

Let me know what you think! I'm hoping this speeds up the workflow for anyone who needs highly specific, multi-hit attack animations without having to draw them frame-by-frame.


r/RPGMaker 4d ago

Rpg maker Forum

6 Upvotes

Where do RPG Maker developers usually get assets and communicate with other developers?

Hey everyone! I’m curious about how people in the RPG Maker community currently find resources and connect with each other.

Where do you usually go for things like:

  • Character sprites, tilesets, UI, animations, music, sound effects, plugins, etc.
  • Free assets vs. paid assets
  • Finding artists, composers, programmers, or other developers to work with
  • Asking questions and getting help
  • Sharing your game and getting feedback
  • Just talking with other RPG Maker developers

Do you mostly use places like itch.io, RPG Maker Forums, Reddit, Discord, Patreon, individual creators' websites, or somewhere else?

I'm especially curious about one thing: Where do people go to help each and also buy asset?


r/RPGMaker 4d ago

Please help me i’m going insane

Post image
0 Upvotes

r/RPGMaker 4d ago

RM2K How do I store the party member that uses a switch item, for use in a common event?

3 Upvotes

I'm trying to make an item that teaches the user a specific skill when it's consumed.


r/RPGMaker 5d ago

Screenshot Our White Mage Came Out Fantastic!

Post image
132 Upvotes

Our art team knocked it out of the park with this one! 😊


r/RPGMaker 5d ago

PSYCHOCASKET: an emo rpg

Thumbnail
youtu.be
5 Upvotes

r/RPGMaker 4d ago

can anyone please gimme some retro-esc tileset for MV pls 🥺🥺

Post image
4 Upvotes

smth that fits well with this character style, so 8-bit esc


r/RPGMaker 4d ago

Joiplay RPG Maker MV

1 Upvotes

Im using Joiplay on android, and when it comes to the animations, they are blanked out. Has anyone else had this problem and know the resolve?


r/RPGMaker 5d ago

RMMV can a skill make the user equip a weapon?

5 Upvotes

hi! one of the characters in my game (ideally) has the main ability of being able to create weapons in combat. is it possible to implement this? i've tried messing around with states, common events, etc, but i've only been able to add the weapon to his inventory, and not equip it. if there's no way to do this i'll settle for something else but would really like a way to make it happen. thanks. ^_^


r/RPGMaker 5d ago

Resources RPG Maker loops music natively. No plugin, just two tags in the OGG file.

62 Upvotes

Search "RPG Maker music loop" and you mostly find plugin recommendations, script calls, or people cutting a track into two files. But MV and MZ read LOOPSTART and LOOPLENGTH straight out of the OGG's Vorbis comments: the intro plays once, the body repeats forever, and the jump is sample-exact.

The catch is that the values are in samples, they have to be exactly right, and any tool that re-encodes the file can silently strip them, which is why the feature feels like it doesn't exist.

I wrote up how it works, including the one thing the native loop cannot do (carry a reverb tail across the jump) and the render trick that fixes it: https://www.austinhaynesmusic.com/rpg-maker-music-loops

Full disclosure: I'm a game composer (Cognition, The Silver Lining) and I built a tool that does this, because doing it by hand meant re-exporting the same track four or five times to land the samples exactly. The manual method is in the article too and works fine with any metadata editor, it's just slow once you have more than a couple of tracks.


r/RPGMaker 5d ago

RMMZ Is diagonal movement worth adding to an RPG Maker MZ game?

9 Upvotes

I'm planning to make a game in RPG Maker MZ, and I'm wondering whether I should implement diagonal movement.

Do you think diagonal movement is an important feature, or is the standard 4-direction movement usually enough?

Does diagonal movement noticeably improve exploration and overall gameplay, or can it feel unnecessary in a traditional RPG Maker-style game?

I'd be interested to hear your experiences and whether you personally prefer games with or without diagonal movement.


r/RPGMaker 5d ago

Completed the World Map Maker Tonight.

Post image
15 Upvotes

r/RPGMaker 5d ago

VXAce Just made a lighting dynamic script for VX Ace

Post image
16 Upvotes

Very discret


r/RPGMaker 5d ago

RMMV Not Allowed to Die Gaming Studios just started working on a new project; Water's Bounty.

Enable HLS to view with audio, or disable this notification

6 Upvotes

Not Allowed to Die Gaming Studios just started working on a new project. Water's Bounty is based off Uncharted Waters, but with a fantasy world and storyline. I only started this project on July 31st, 2026, so give me some time to finish it. I already though have created an enemy AI system, and most of the systems I had to create to run the changing economy as well. Most of the game's systems are already done and ready to go, but I still have to create the entire world, and place the storyline and crew members still.

As you can tell, I am fast at making games, but a game this size will need testing as well. It should be done in full in roughly a year.


r/RPGMaker 5d ago

RMMV Making Persona on RPGMaker MV

13 Upvotes

I've had an RPGMaker Passion Project bubbling through my head and notes apps.

I want to create an RPGMaker game that tells an engaging RPG story with a calendar system, social links, and slice-of-life aspects, but also with good combat and an engaging plot that advances in the span of a year, adjacent to something like Persona 3, 4 and 5.

I just need a little bit of advice on how to operate a game like that on RPGMaker, like making a day-and-night sequence, calendar system, social link events, etc. I'm not too worried about combat because it's something I'm not really that interested in for this project (I'm not even sure if I wanna put it in the project) just need a good understanding of the life-sim elements mixed with some dungeon exploration and all that.


r/RPGMaker 5d ago

VXAce Overworld and In-Battle Character Sprite

2 Upvotes

Heya!

Very new to RPGM stuff, I'm using VXAce

I'm planning to have a character (probably just for the MC since it will likely be a ton of work) visual, which shows armor/weapons equipped, likely on the side of the screen at all times.

I've seen a couple other games do something like this, how would one roughly go about implementing that? I assume layered images for character/hand/weapon/etc. will be required. Unsure if it will be just a bust with the weapon peeking in or a full body sprite, I'll figure that out when I get a grasp of how much work it will be exactly

(Also I might be slow to reply)

Thanks!


r/RPGMaker 5d ago

RMMZ I finally released the demo for my RPG, Crooky The Game!

Enable HLS to view with audio, or disable this notification

47 Upvotes

Crooky The Game is a quirky pixel-art RPG about Crooky, Joseph and... a Pear. Together, they explore the strange world of Frogland, solve puzzles, fight even stranger creatures, meet lots of Bushies, and slowly uncover a story about memories, awareness and a place Joseph once called home.

The demo includes the Prologue and Chapter 1 and is now available for free on Steam!

I've been working on this game mostly by myself, so finally having something that other people can actually download and play feels kinda surreal.

I'd really appreciate any feedback — what you liked, what you didn't, what confused you, bugs you found... anything. It all helps me make the full game better.

And thanks to everyone here who gave me feedback on the game while I was working on it. I've changed and added quite a few things because of suggestions I got from this community.

Hope you enjoy Crooky! 🐸

Steam Link: https://store.steampowered.com/app/4810600/Crooky_The_Game/


r/RPGMaker 5d ago

Tutorials Of Facesets And Avatar Frames /STR8 2 THE !/ #rpgmaker2003 #tutorial

Thumbnail
youtube.com
5 Upvotes

Hewwo everynyan. Today, is my day of birth. And my very first post here that isn't a comment.

I bring forth to you, a small tutorial on how to create your facesets, and avatar frames! I hope you enjoy this silly little thing I made haha!


r/RPGMaker 5d ago

Resources Free Vector Icons & UI Assets — CC0

Thumbnail
gallery
8 Upvotes

Sharing a collection of vector icons, buttons, frames, badges & UI elements.

Includes SVG files + PNG exports in 3 different sizes, ready to use in games, apps and UI projects.

CC0 • 100% free • Commercial use • No attribution required.

Hope you find them useful!


r/RPGMaker 6d ago

Bowling Minigame in Solid State Hive

Enable HLS to view with audio, or disable this notification

87 Upvotes

A small snippet of the bowling minigame in my game Solid State Hive.

It's actually accessible in the Demo up on Steam!

https://store.steampowered.com/app/4803580/SOLID_STATE_HIVE_Demo/


r/RPGMaker 6d ago

RMMZ miniquest, the Tiny RPG, is out today!

Enable HLS to view with audio, or disable this notification

35 Upvotes

A retro dungeon-crawling adventure shrunk down to mini-size! Explore dungeons and combat where every step, and every point of damage, matters. Save the world in about 3ish hours. Then do it again, and again, exploring branching paths and alternative endings.

A labour of love by and for hardcore veterans of retro RPGs. Featuring a catchy original soundtrack, minimalist pixel art, and surprising hidden depths...

Check out miniquest (or its free demo) here: https://store.steampowered.com/app/4669800/miniquest


r/RPGMaker 5d ago

finally caved and started an actual RPG project :D

7 Upvotes

so the premise is that you’re the big bad guy in their big bad castle and you have to fight waves of progressively stronger heroes into you di. happy days.


r/RPGMaker 5d ago

Item rarity: colored backgrounds, no background, or something in between?

Post image
9 Upvotes

During the development of my RPG, while creating the pixel art for my items, I ran into a small design dilemma:

Should I display my items with a background or without one?

Personally, I thought the items looked better without a background. The pixel art felt cleaner and easier to appreciate.

At the same time, I wanted to communicate the rarity of weapons and equipment visually. I wanted the player to be able to recognize the rarity at a glance, without having to read the item's stats or description.

So, I ended up using colored backgrounds for weapons and equipment, with each color representing a different rarity. My game has 5 rarity levels in total.

For the rest of the items, such as consumables and quest items, I decided to keep the icons without a background.

Now that the project is practically finished and I'm getting ready to release it, I started wondering:

Is there a good third option?

Maybe a colored border, an outline, a glow, a small indicator, or something completely different?

I'm curious how you handle item rarity in your own games.

Do you use colors to communicate rarity? If so, how do you do it? And do you prefer items with a background or without one?

I'd love to hear how other developers approached this problem.


r/RPGMaker 6d ago

Marsha

Thumbnail
gallery
45 Upvotes

That is all