Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Whoa what? What plugins helped you make the scenes change during fights? I have not been able to find any that do such a thing.. If you wanted to share of course. That would help me in making my game I have been making in MV for years.

All plugins used are listed in the Credits.txt file.

The trick is to not expect a pre-baked solution. You're obviously never going to find a plugin that does all of the stuff for say sex combat out of the box. You have to figure out what you want to do, break it down into smaller, more innocent pieces, and then look for a plugin for each of those. Switching sprite sheets, for example, is absolutely something a lot of rpgs do for powered up states and so on, so there are a number of plugins to help with that. I forget the exact one used here, but again, dig through the Credits file, it's in there.

And then of course it's all held together with a bunch of in-engine scripting, which is kind of a rats nets because of how spread out everything is in RPGmaker. But it works.

Thanks for the reply. Looks like I have work to do in that area still. Learning gaming code the last couple weeks and starting to understand it more.

IMHO RPGMaker makes for a good entry into this stuff, because it's not super-involved like Unity or Godot is, but still allows some freedom to do some neat stuff if you bang it with a wrench enough times. It's really incredible the things you can get RPGMaker to do with the right plugins. 

Best of luck with your game! Like I said, just take it slow, chop it into chunks, and as you get one chunk working, build on that and move on to the next.

Yeah thank you! I have been making this game since 2018 and there is even areas that really didn't work out in RPG Maker MV like putting to many sprites on map. Lags on large created maps to. Having to make transition spots more and more cause the engine doesn't like massive maps. There have been spots I got stuck on concerning fight implementation and getting scenes to play in fighting. Like not scenes as in off fight camera stuff but during actually fighting the way you did yours except I am doing or trying to put in animations into them. It's one of the areas I got super stuck on trying to find plugins to have those types of things happen. Sadly I have not found anything on any of the major sites over the years to do what I wanted.. input from you really has put a spark in trying to get hard into that game again. Right now I put it off and started using Studio maker 2 to make platformer games. Which has really improved coding skills and understanding what does what. Thanks for all your responses! Today i am going to look at those plugins in your game to see if I can find some of the ones I have been missing this entire time. :D

No problem! And best of luck with those plugins.

So far the plugins are working great! You saved me years of work that I have been trying to do this whole time. My gosh I feel stupid for getting all these settings wrong and wondering why isn't it doing what I want it to! Also I never even knew I had to use Side view battles to get my main character to show up in the way I wanted it to. Helped me loads as well. Thanks for making your game and responding to all my messages! :D You are awesome!

Aww, thanks, glad to help. RPGMaker is useful in a lot of ways, but it does take some untangling to get it to do what you need a lot of the time. Look forward to seeing what you've got when it's ready!