A downloadable tool

Buy Now$4.00 USD or more

Want encounters in your game to be a little less random but still have players dread taking every step? See them squirm as a powerful enemy stalks their party across a dungeon floor? Does the prospect of inflicting the D-Counter system from Breath of Fire: Dragon Quarter on players fill you with glee?

If any of the above is true then Encounter Warning may just be for you! This plugin for RPG Maker MV/MZ adds two handy customizable Windows to your Map Scene: Encounter Indicator and FOE Proximity. These can be used to give feedback about when encounters both random and planned will occur.


Plugin Features


Encounter Indicator is a UI element that indicates to the player how close they are to the next random encounter. Set thresholds, animations and sound effects for each of the 3 Stages. Can be placed anywhere on the screen and moved around via Script Calls/Plugin Commands. Encounters always happen a random amount of steps after Stage 3 is reached, the max of which can be set per Map.


FOE Proximity is a UI element that denotes how many tiles away the closest Event marked with the <FOE> Notetag is to the player. As they get closer the UI will go up three Stages and you can set thresholds, animations and sound effects for each. Can be placed anywhere on the screen and moved via Script Calls/Plugin Commands. Optionally, can be Drawn/Stowed based on FOE range.


Encounter Warning plugin works well standalone and with other plugins such as Turn Based Movement and MV3D/MZ3D for making Dungeon RPGs.


If you have any questions, or comments, or want to find a community of like-minded RPG fans, join our Discord!
If you like our work and want to support us in making high-quality tools for hobbyists and developers, consider a pledge on Patreon.
Check out our other products in the MythAtelier catalogue or our Tools & Plugins collection.

Purchase

Buy Now$4.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $4 USD. You will get access to the following files:

Encounter Warning (v1.1.0) - Demo Project MV 380 MB
Encounter Warning (v1.1.0) - Demo Project MZ 92 MB
Encounter Warning (v1.1.0) - Plugin File 7.5 kB
Encounter Warning (v1.1.0) - UI Graphics 46 kB

Comments

Log in with itch.io to leave a comment.

Great work as always folks. Saw this pop up in my feed and immediately rolled outta bed to add it to my library.

Thanks for making stuff like this, and thanks for making it MV compatible too. I know it's pretty close to MZ anyway, but I think that MV is getting less and less popular to release for ( I haven't seen the code, but I imagine MZ is probably cleaner to work in since MV's devs probably learned a lesson or two?), so it's nice I can still slap plugins onto it until the wheels fall off.  Someday it'll be defunct, but today is not that day XD

Keep doing your stuff y'all!

(+1)

Thanks for picking up the plugin! Let us know if there are any features you would like to see or if any bugs/compatibility issues pop up.

With regard to MV support, it's actually quite the opposite! MZ is an absolute pain in the arse to work with while MV is very easy to slap things together. MZ's code is a lot cleaner and better optimized but they make even simple things like resizing a window a nightmare because of the added considerations for rect formatting and multiple resolutions. The MZ Sprite classes in particular cause a lot of trouble when we port the plugins over because they are considerably different from how MV does things. MZ's method of registering plugin commands is so annoying that some devs just hack in a way for you to use them via the MV legacy method so as to not deal with the hassle (MZ3D does this iirc).

It's not all bad though just a bunch of hoops you have to get used to jumping through :)

I appreciate the insight! I'm not familiar at all with programming in either engine (though I'm hoping to pick it up sometime soon) but I find it quite interesting to hear about what the experience is like between them, so thank you for sharing some of the experience ^^

I'm not just biased because it's good to hear my chosen horse is not straight up "better-than"ed by MZ, at least on the programming front XD

Is there an option to have encounter steps reduce under certain situations, like standing still or stealthing, via switches or what not?

There isn’t a way to not count a step as an encounter step right now (the plugin builds on top of how RPG Maker usually counts them) but it shouldn’t be too hard to include. Should have it in by next patch :)