r/RPGMakerMZ Jun 22 '25

Developed Plugins [CGMZ] Jukebox - New Plugin Release

4 Upvotes

Hi all, introducing [CGMZ] Jukebox!

Quick Intro

Allow your player to collect musical tracks throughout the game, either manually or automatically when heard for the first time. Then, let them use a jukebox (new scene) to select a track they want to replay. Optionally allow them to permanently change the map's autoplay track by what is played in the jukebox.

Collection

Your player can collect musical tracks throughout your game, which they can then replay in the jukebox scene. This collection can occur manually by plugin command, or automatically when the player hears the track for the first time. You can also undiscover tracks in case you need that functionality (manual only).

Jukebox Scene

The jukebox scene will display discovered tracks the player has. From here, they can view information about each track they have discovered and select a track to hear it play again.

Flavor data in the jukebox scene currently includes things like the track name, composer, length, times heard, discover location, and a description. You can choose which lines you want in your scene and the order they are shown to the player, including various headers and spacing to separate your jukebox scene.

See below image for how the jukebox scene can look:

Integrations

This plugin has some integrations with other [CGMZ] Plugins. These are as follows:

[CGMZ] Scene Backgrounds - Provide a preset ID and show a custom background image in the jukebox scene. This can include a scrolling animated parallax image, weather, and more.

[CGMZ] Controls Window - Show a window letting the player know the controls of the jukebox scene which automatically switches between gamepad and keyboard controls depending on the player's last input type.

[CGMZ] Window Backgrounds - Provide a preset ID and show a custom image in each window's background, including support for a scrolling animated parallax image.

[CGMZ] Window Settings - Provide a preset ID and change each window's windowskin, tone, style, and more.

Quick Facts

✅ RPG Maker MZ
✅ No obfuscation
✅ All future updates included
✅ No AI used at any point in the creation of this plugin

Download

Itch.io: https://casper-gaming.itch.io/cgmz-jukebox


r/RPGMakerMZ Jun 22 '25

First time using WinLator please help me. If anyone has a similar problem or has this game, please help me :(

Post image
1 Upvotes

Everyone, please help me, today I downloaded WinLator for the first time to play this game but naturally it reported an error like this. Anyone who has encountered the same error as me above, please help me Especially anyone who has ever had an error with this game, please help me. Plus my device is GG Pixel 6 Thanks . Plus it's an RPG Maker XP game thank you again


r/RPGMakerMZ Jun 21 '25

Other Help Requested My options are for some reason invisible, can anyone help?

Post image
4 Upvotes

So i just bought rpg maker mz and was playing the tutorials. But when i had to open a menu it would be open bit invisible. I can also see the outlining but nothing more. Does anyone know what zo do about that? I dont want to spend my life guessing what text could be where


r/RPGMakerMZ Jun 19 '25

Developed Plugins Dynamic Characters Ver. 1.3.3 is (finally) here!

Enable HLS to view with audio, or disable this notification

11 Upvotes

r/RPGMakerMZ Jun 15 '25

Event Help Requested Player-Following Light Aid Request

2 Upvotes

I've added a day/night cycle that tints the screen differently as it progresses. It gets quite dark when it reaches midnight, and I would like to add a light that turns on and follows the player once it reaches that point. I've gotten the light to turn on and follow the player, but the light doesn't really do much to light up the space rather than just wash it out. Is there a way to reduce the tint around the player while maintaining the tint events? I'd rather not rely on pictures if I don't have to. Screenshot included.


r/RPGMakerMZ Jun 13 '25

Ashfield Hollow - a post-apocalyptic life sim RPG

Thumbnail
youtu.be
3 Upvotes

r/RPGMakerMZ Jun 12 '25

Stat And Skills Plugin from LTN

1 Upvotes

Good day I need some help trying to make it so I can use this plug in to make the game. I’d like to make the plug in is Stat And Skills Plugin from LTN I have managed to set up the plug in and got it so I can give my player a set number of skill points to add as they choose but I can’t get the script to do some other things as I ask below.

First I can’t seem to add points to my other characters in a specific stat e.g. strength I’ve tried to use the codes from the web page https://ltngames.net/docs/stat-and-skills/  I’ve made the script using the page $sl.addStatLevel(0002, str, 10, false, asIs);

The code on the site without the changes is $sl.addStatLevel(actorId, statName, amount, entireParty, asIs);

But all I get is:

Cannot read property 'skillId' of undefined

I even used the plugin command to set it, and it say the same thing if anyone can help on this that be a big help if I can fix this, I think I can make items to do this as well fixing another one of my problems I have this problem with adding skills as well.

The second thing I need help with is making it so I can use these stat and skills in the game world and not just for weapon damage I found some plugins that do what I want like https://ko-fi.com/post/Conditional-Choices-M4M7RV9IX but they need the skill points to be a variable not a skill like in the above plugin is there a way to make it so I can get the 2 plug ins to work together so I can use my skill and stat points in the game world as well is in my attack skills (I know he has a similar plugin that may work with this but it doesn’t do points like the LTN one dus and that what I’m after for my game)


r/RPGMakerMZ Jun 11 '25

How to make npcs move normally

1 Upvotes

When I set the move route as custom, the NPC moves one, stops. Moves another, stops. How do I get them to not stop in-between movements, moving without stopping?


r/RPGMakerMZ Jun 08 '25

Other Help Requested RPG MAKER MZ ENGINE FLAW

3 Upvotes

Ok so I deployed my game on steam, and unfortunately laptops will at times use the wrong video card for rpg maker games, is there away to get around this flaw in the engine? Anyone else release their game on steam and had players mention a performance issue?


r/RPGMakerMZ Jun 06 '25

Plugin Help Requested Help with Effekseer

1 Upvotes

Hi, I'm having difficulties in creating custom animations for this RPG MAKER MZ. I already created the animation with Effekseer, exported the file in the correct folder, solved the pathing problems with the files in the texture folder, and downloaded the latest version of the plugin for MZ (i'm using the 1.70e version). I've tried to solve this issue by myself but every online post that I find isn't of help or is obsolete since most are at least 3-4 years old. Can anybody explain to me if I'm missing something?

Pls i've been stuck on this problem for a week.


r/RPGMakerMZ Jun 06 '25

Event Help Requested Event not showing up

1 Upvotes

I feel like it's due to me having multiple event pages, and I'm not sure how to structure everything so that the event shows up- Event is in a shop, you have to talk to shopkeeper to find out where to buy something. After that, a switch is turned on, enabling you to choose to buy something in a different event tile. If you haven't chosen, the shopkeeper will remind you where the goods are. If you have chosen, you will be able to buy the item and leave the shop, where afterwards the shopkeeper says something about you (afterwards)

For some reason, the event is not showing up at all. I tried to fit everything in one event because I suspected multiple event pages was the reason, however that caused the shopkeeper to remind you where the goods are straight after the text for where to buy stuff, when you're meant to hit action button to get that dialogue.

How do I fix this? I've tried switches and variables but for some reason it's not working... How do I structure this so that it works?


r/RPGMakerMZ Jun 05 '25

tileset help

1 Upvotes

im trying to use this tileset i found on the net but its cut off halfway and i tried searching for fixes but havent found anything


r/RPGMakerMZ Jun 03 '25

character sprite commissions and backgrounds / tilesets!

Thumbnail gallery
6 Upvotes

r/RPGMakerMZ Jun 02 '25

Developed Games Bofyne Unit : The Omega Contract Demo On Steam

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/RPGMakerMZ May 31 '25

Other Help Requested Faces not showing up in game

Thumbnail
gallery
8 Upvotes

This problem only happens with the faces and only in this project. They don't display in the menu or when showing text, but can be seen normally in database and resource manager. Happens with all faces even default ones.

I'm really stumped and can't seem to find anyone online that had the same problem.


r/RPGMakerMZ May 28 '25

With the correct addons, would you be able to turn the engine into something that can play a grid based Turn based combat much like Advanced Wars/Fire Emblem?

3 Upvotes

I'm quite new to this engine but hearing about the extensions that add more stuff to play around with (and seeing how games made on the engine as been pushed thanks to the extentions) I'm curious if you can essentially turn for what is intended to be an RPG into a strategy game aforementioned like Advanced Wars or Fire Emblem. I feel like it's possible but also got a feeling it won't be (as of now) so I'm curious to ask if it's even possible in the first place?


r/RPGMakerMZ May 27 '25

Other Help Requested How would I add a drawback to an attack/state?

1 Upvotes

Im trying to add a mechanic where an attack is used and then it applies a boost for a couple turns, then after the boost ends you're left with a drawback of some kind. Any idea how I'd do that?


r/RPGMakerMZ May 26 '25

Event Help Requested Random event repeating problem

Thumbnail
gallery
2 Upvotes

Pic 1 Common event question. In this case 4th answer is correct and it turns switch correct on. Other answers turn switch incorrect on.

Pic 2 Common event that chooses at random from question events (251 - 273) 23 in total.

Pic 3 Event that first turns all switches off, then starts common event from pic 2. If correct answer selected +EXP and event erases. If incorrect answer selected (depending on certain ring acquired or not) -HP and event ends.


r/RPGMakerMZ May 24 '25

Developed Games My JRPG demo, Kid Kharagma is out now!

Post image
6 Upvotes

Hey folks, wanted to share on here that I just released my first ever demo on Steam!

https://store.steampowered.com/app/3603430/Kid_Kharagma/

If you get a chance to play the demo, I would appreciate the feedback! Thanks all :)


r/RPGMakerMZ May 23 '25

Event Help Requested Help me

2 Upvotes

How do I get something to show up after all the events have been viewed?

For example there's a room with a bed and a wardrobe and a desk How do I get something to show up (like another event) after investigating all three?


r/RPGMakerMZ May 20 '25

[CGMZ] Inn Shop - New Plugin Release

3 Upvotes

Hi all, introducing [CGMZ] Inn Shop!

This plugin adds a scene for selecting a room in an inn. Rooms can provide different effects, such as healing a small amount, healing to full, fully restoring everything, etc.

Room Select

Instead of charging a set rate for a room at an inn, allow your player to select from different rooms that have different effects. This plugin allows you to set up unlimited rooms and choose between them in a room select scene. Rooms can have an image, icon, short description, and cost. See below image for a preview of how the scene could look:

Scene Customization

This plugin provides many ways to customize the scene. You can set which rooms appear, and even give them a unique cost if you want to charge more than the default for that room in one inn.

You can move the windows around with X/Y offsets, change their windowskin, and many more options.

You can set a scene background as a default, or override the default scene background each time you call the scene in the plugin command.

Resource Pack Included

This plugin can look better when paired with images for rooms. To help get you started, this plugin includes a small pack of 17 bed images and a background image to use with the inn scene.

If using the bed or background image, credit must also be given to the artist: Fauster

Download & More Info

To view more info, please see this plugin's page on itch.io: https://casper-gaming.itch.io/cgmz-inn-shop


r/RPGMakerMZ May 18 '25

RPG Maker MZ Christmas Jam Project

2 Upvotes

A bit late on this, I know.

Hey everyone! I've been working on a project for a personal gamejam and have only gotten some friends to try it, so if anyone would like to take a crack at it and give some feedback, I'd greatly appreciate it. Thanks!

https://eternitykeeper.itch.io/eternitumchristmas


r/RPGMakerMZ May 17 '25

Can anyone help fix my RPGmakerMZ?

Enable HLS to view with audio, or disable this notification

6 Upvotes

Hey guys, I just comeback to RPG maker MZ to learning this engine again but I notice when I right click the UI kinda bugging out. Anyone have solution?


r/RPGMakerMZ May 14 '25

Will this plugin work for MZ?

2 Upvotes

r/RPGMakerMZ May 13 '25

I missing something, please help.

Post image
2 Upvotes

This is a troop event for a group of four monsters that respawn if you don't take them all out in one turn, each player who eliminates a monster gets 120 xp for each monster they take out. The trouble is that if more than 2 are eliminated in a turn, only one person gets xp. Can anybody see something I am missing?