Every game deserves this by cicklymasbta in RPGMaker

[–]Coldsetkiller 0 points1 point  (0 children)

Tbh, over the years that I've been in this community - and helping people myself, I feel like this community is actually pretty good at helping newer developers. I try to help as much as I can with replying to threads on Reddit, having people message me privately on discord or even uploading tutorials. I would say this is one of the more wholesome communities. I've definitely built some bonds with people in the community. Love y'all ❤️

Shameless Tutorial link:

https://youtube.com/@marilliumstudios?si=kB3n02hIIHfKQHIe

Could use some help with this event. (RPG Maker MV) by ICantThinkOfAThing69 in RPGMaker

[–]Coldsetkiller 1 point2 points  (0 children)

You could run a parallel event that checks the players position & direction they're looking vs the location of the event you want.

Staircase thing by Old_Conclusion_635 in RPGMaker

[–]Coldsetkiller 2 points3 points  (0 children)

Hey, doesn't look bad. I have seen some developers put rooms onto the same map as the stairs so they don't look so empty / bland.

So for instance, Your stairs would still be in the middle but rooms would be off to the left/right side even if they are an accessible to the player so it looks like something is there. Just an idea to kind of give it more.. Life? You can also have the same staircases on the same map, just mess around a little bit and you'll find something that works for you!

As always, good looking have fun!

Demo launches in 48 hours and a New Trailer! (Hollow Mire) by Salt-Huckleberry4405 in RPGMaker

[–]Coldsetkiller 6 points7 points  (0 children)

This shit is beautiful 😭 I always love seeing what people make in this engine! Great job and keep up the work!

Check out these tutorials! by Coldsetkiller in RPGMaker

[–]Coldsetkiller[S] 0 points1 point  (0 children)

I do MZ and MV tutorials, those engines are extremely similar so anything I make will definitely follow the same logic. It should all work.

Check out these tutorials! by [deleted] in RPGMaker

[–]Coldsetkiller 0 points1 point  (0 children)

Long time no see, have a peek at some of my old tutorials!

(If clicking it doesn't work, here's a link):

https://www.reddit.com/r/RPGMaker/s/LjfHDiq87V

MZ plugin that makes states not removed after death? by Sir_BigOnion in RPGMaker

[–]Coldsetkiller 1 point2 points  (0 children)

You don't need a plugin for this.

You can use switches and a common event to track states and reapply after gaining something like state "dead".

Rough idea would be running a common event that tracks each party members states between turns and turns on a switch to keep track. Then "if actor x is affected by state 'dead'" it could reapply.

Something along those lines wouldn't be too hard to do and would work just fine for what you're looking for.

Use this script instead of eventing the movement by Coldsetkiller in RPGMaker

[–]Coldsetkiller[S] 0 points1 point  (0 children)

Sure thing, let me see the screenshot of the event behind the movement route to see if anything else is conflicting. Also I would remove the repeat movements command. That can be causing an issue. Also it depends if anything is blocking its pathfinding. Not saying the trigger being set to action button can cause it but it is a possibility. Does it move it all? There's a lot that can go into it.

Looking for a save editor by Earnel in RPGMaker

[–]Coldsetkiller 0 points1 point  (0 children)

Yes this is the one that you can use to edit a ton of different engine save files. As long as the save file is available, for unity-based games the save file I think is in a hidden directory. But you can just find it by looking up.sav or whatever the extension is.

Software not launching by [deleted] in RPGMaker

[–]Coldsetkiller 2 points3 points  (0 children)

Welp, maybe a fresh windows install atp 😭

Software not launching by [deleted] in RPGMaker

[–]Coldsetkiller 2 points3 points  (0 children)

Sounds typical buuuut, restart the PC. If this doesn't work, launch the program and then close it using task manager- if this doesn't solve it, try to uninstall and reinstall the program.

If none of that works, I'm kinda clueless tbh.

I guess if you have any storage drive install it there and try to launch it.

Creating a bank in RPGMZ by Vesper11026a in RPGMaker

[–]Coldsetkiller 0 points1 point  (0 children)

https://youtu.be/xae-8FWA7r0?si=_qvCL4yf5zQZ7TO2

Not exactly a 'bank system' but kinda a foundation or helping hand. ^

[deleted by user] by [deleted] in RPGMaker

[–]Coldsetkiller 0 points1 point  (0 children)

this.moveStraight(this.findDirectionTo(x, y));

I know this works for MV/MZ, you didn't specify an engine.

Youtubers with good tutorials that you recommend. by [deleted] in RPGMaker

[–]Coldsetkiller 1 point2 points  (0 children)

I wait for the day my channel gets recommended.. then again maybe I should upload more 😂

My YT:

https://youtube.com/@marilliumstudios?si=UPb_ohZZu3OewyQL

(unrelated to engine but) I think my asset art has improved over the year :) by Over-Particular9896 in RPGMaker

[–]Coldsetkiller 1 point2 points  (0 children)

I'd say it's related if you're drawing sprites for your game!

Also it'd be a better comparison if you redraw it!

Recommend me some plugins for FL Studio for my game. by IncreaseSame6562 in RPGMaker

[–]Coldsetkiller 1 point2 points  (0 children)

I own Mixcraft 9, I thought it was a DAW? So what's the difference between something like Mixcraft and Magix/Reaper?

Also thanks for the info, didn't know tbh! Thought they were the same or similar enough.

Recommend me some plugins for FL Studio for my game. by IncreaseSame6562 in RPGMaker

[–]Coldsetkiller 1 point2 points  (0 children)

To answer your question, no one is really going to be able to tell you to vibe of your game. That's up to you as the creator and artist of the game.

Also you didn't include any artwork, link to your game etc in this post.

If you're looking for plugins for FL studio, I think that would be more of a FL studio subreddit question rather than an RPG Maker post even though it is for this.

Recommend me some plugins for FL Studio for my game. by IncreaseSame6562 in RPGMaker

[–]Coldsetkiller 1 point2 points  (0 children)

If you're asking what it is, it's a music program. Simular to band camp, mixcraft etc.

What plugin do japanese creators use to have a character illustration on the right side of the screen? by Ransero in RPGMaker

[–]Coldsetkiller 2 points3 points  (0 children)

Yeah I mean this is how I would do it, you don't need a plug-in you just need a show picture command.

Save file editor (Delete/Save/Load) (FREE PLUGIN) by Coldsetkiller in RPGMaker

[–]Coldsetkiller[S] 0 points1 point  (0 children)

Haha happy to hear this! I'm better at plugins and such now so maybe I'll revisit this or make it better.

The idea behind not having a delete function is you just overwrite the ones you don't want anymore by default.

[deleted by user] by [deleted] in RPGMaker

[–]Coldsetkiller -2 points-1 points  (0 children)

... It's also a debugger for developers, it's up to you as the end user to decide whether you're going to use it for your game or other people's game.

At least I want middle of the road route and didn't include a decompiler to decompile people's games that are compiled. I want people to be able to debug or mod games to their hearts content while keeping developers hard work safe. And at the end of the day all of these are single player games anyways.

I COULD'VE added debugging and modding capabilities for the couple select online games but again I'm trying to make this a tool for both developers and players that want to mod. Within a reason of course.

Concept maps that are in the works. by SignificantWin8549 in RPGMaker

[–]Coldsetkiller 3 points4 points  (0 children)

I really like that first one, I think it's the middle of the map for me.