Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 13 to 32 of 32 · Previous page · First page

Hey. If I am to increase the battle x and battle y scales of the Odometer gauge, should I also resize the Gauge pictures? Asking because nothing happens when I increase the scale in the plugin settings.

The Battle X and Y scales should be working on their own. There was a related bug reported on the Discord when the plugin is used with SRD Battle Status Customizer which may be contributing to the problem.  Luckily the fix is relatively easy to make on your end.

Open up the plugin in a text editor like Notepad and look for the sections of the code pictured below.


In both of these sections you'll see odoDigit.scale.x (line 1328) and xSca (line 1398) are set to 0.75. This is a test value that is overriding the input from the plugin parameter, so instead odoDigit.scale.x and xSca should be set to equal Neel.ODO.uiconfig.battleXSca instead.

The same should apply for odoDigit.scale.y (line 1329) and ySca (line 1398) except those should be set to equal Neel.ODO.uiconfig.battleYSca.

Once those 0.75 test values are replaced, it should correct the problem if you are using the plugin in tandem with SRD Battle Status Customizer. If however the problem is happening even without that plugin, then the issue is likely elsewhere. In that case, the next time you run the game, make sure to open the console (press F8) a during a battle and take a screenshot. If there is an error there (it will show up in red), that will give a clearer idea of where the issue is happening so we can release a patch to fix it.

Thank you for responding so quickly! I didn't get the notification and came here to ask for help again. Anyways, that fixed the problem.

Hello, your plugins rock seriously, i have purchased the card battle system, i was wondering if this one is compatible with it ?
Thanks ! :)

It does function mostly in card combat, but the odometer visuals are buggy right now as of the recent update to the card combat plugin.  There were a few notable visual errors before this recent update, like the gauges wouldn't go up or down during card selection (when an action restored or drained HP/MP/TP).  Also, if you have multiple actors in battle, their odometers will appear in the card selection area and the odometer isn't showing for the party ui that shows in the top right corner. I hope Myth is able to update the compatibility for it again soon.  Oh, and I wonder if he could add the ability to be attacked during your turn picking cards, it would make the odometer mechanic more hectic with it ticking down while you're making decisions. 

(+1)

It's great to see the mortal damage during action selection bug fixed, thanks for all the updates!

how do you install this plugin?

Hi there, here are the steps to installing the plugin for your RPG Maker MV/MZ project:

1. Download the Plugin File and the Reel Images zip folders to your computer.

2. Unpack the Reel Image zip folder and copy over those images to the img/system folder in your game project.

3. Unpack the Plugin File zip folder and copy over the file to the js/plugins folder in your game project.

4. Open your RPG Maker MV/MZ project and then open the Plugin Manager. Add the plugin calledd NeelOdometerGaugePlugin to the list.

5. In the plugin parameters for NeelOdometerGaugePlugin, you must set at least the Default Reel Image parameter for the Reels to show up. You can set the HP, MP and TP Reel Images too if you are using those for your game project.

6. Hit the playtest button on your game and start a battle. The Odometers should show up in the Battle Status Window for your Actors.

Let us know if you need any more help in setting up the plugin :)

(1 edit)

thank you very much! it works wonders, Sorry to bother with another question but is the separate character boxes shown in the images included or in base MV/MZ I am new to rpg maker

No worries, happy to help. For MZ, you have separate character boxes by default. For MV, you can achieve separate character boxes using other plugins. The main one some other devs have been using is called SRD Battle Status Customizer for which we have added an integration to :)

(+1)

thank you so much for the help 

Hi. Are the dimensions (size and stuff) of the gauge customizable, as well as the positioning? I am also wondering if the plugin is compatible with Yanfly's library of plugins (MV)? Thank you!

Yeah, I want to know too. I've been trying to change the number of rows for the mv version. I'm trying to make it look more like the mz ver/Earthbound.

(1 edit)

Have owned the plugin for a while now. 
and YES. It is possible (dimension & position Y, X) if you have any more questions then my discord username is buny0058

Hi there, sorry for the delay in response. Yes, you can set the dimensions of the gauges based on the image size of the Reels you upload and also using the plugin parameters which allow you to change the X/Y Offset and X/Y Scale.

Thanks. Is it possible to have an odometer gauge for enemies as well? Or is this out of the scope of the plugin ?

This feature is in the plugin as of the v1.4.0 update! Check out the Dev Log for more details :)

Welp, I am sold! Thanks for responding.

which ui plugin are you using for the last three gifs?

The GIFs are using the default RPG Maker MV and MZ layouts with the plugin modifying the Battle Status Window in both cases :)

Hi, I am trying to use this along with VISUSTELLA MZ. I can't get it to work along side it. VISUSTElla will overide the hp bar with its even if it placed lower. specifically the VISUSTELLA_Battle Core

Unfortunately we can't offer compatibility with VisuStella plugins at this time. You can try rearranging the order of the plugin list to see if that helps (place this plugin below VS Battle Core if it's above, or vice-versa), but if not there's nothing we can do.

thanks you for the feedback 

(+1)

Hi, just bought this, but it doesn't seem to work alongside SRD Battle Status Customizer. Is there a chance this could be fixed in a future update? 

http://sumrndm.site/battle-status-customizer/

(+1)

We will take a look and see what we can do!

Hi there, we have extended compatibility to SRD Battle Status Customizer as of the most recent update (v1.4.0). Please try it out in your project and let us know if it works for you or if there are further fixes that need to be made.

(+1)

Wow I can't believe you actually did this. Thanks a lot,  mate.

Not sure if you noticed, but with  the SRD battle status Customizer plugin, it seems like its scaling the number images by a decimal number.  So even if you scale the images itself it will come out distorted.

With SRD plugin

Without SRD


Yeah, this is something folks reported on the Discord. You'll want to make a small change to the plugin code to fix this for now:

For the Odometers, go to lines 1328 and 1329 of the plugin and change odoDigit.scale.x and odoDigit.scale.y to equal Neel.ODO.uiconfig.battleXSca and Neel.ODO.uiconfig.battleYSca respectively instead of the dummy value that is there (0.75).

For the Text Labels, go to lines 1398 and do the same to the xSca and ySca variables.

We'll have this patched soon, it is one of those things that we were not able to detect until other people tried it in their own game projects.

(+1)

Yeah, got it working , mate. Thanks again.😂

(5 edits) (+1)

I think it would be really cool if the actor sprites popped up when it's their turn in battle. Like, in Mother 3.

Just a suggestion, though :)

(+2)

Yeah, that would be neat! Will see if I can include that in a larger update :)

(+2)

I would like this too or even a whole battle ui layout similar to that of mother 3. I'd buy it even if that had to be a new separate feature.

i have a project that implements that feature

(1 edit) (+1)

Heya! I sent an email to you asking if this is compatible with SRD's Hud Maker plugin. I figured I should let you know here since you're answering other questions as well. ^_^'

I'm using the Text Element to display HP and MP, and if this plugin is compatible with those, that would be a godsend!!

(1 edit)

Sent a reply via email, but thought it was relevant to post here so others could see it:

SRD Super Tools Engine and HUD Maker does not conflict with Odometer Gauge to cause crashes or softlocks as far as we can tell so you can use it safely for your game project. We did catch two small bugs where 1) HUD Maker can't find a window of a specific ID and 2) HUD Maker draws the TP Gauge on top of itself again. These bugs will be patched over in the upcoming update later this month. Hope this helps :)

(+1)

I'm Japanese, so please forgive my poor English.

Trying to recover in the menu only reduced MP.

You can recover HP by specifying a numerical value, but recovery using a formula does not work.

Is this the spec? I had no problems during combat.

The event was the same even when other plugins were unplugged.


Other than that, it's a great plugin!

Thanks for reporting in this bug! Since you mentioned that healing formulas is what is causing the bug in Menu, I think I know where to look in the code to fix that issue. I can have this bug patched for the next update of this plugin (v.1.3.5) which should be released later this month.

And your English is great! Understood your post perfectly :)

(+1)

THX :D

We look forward to the next update!

Hi there, we made it a point to fix this bug for our most recent update (v1.4.0). Please try out the latest version and see if it solves the issue for your project. Let us know if the bug has been fixed or if the issue persists :)

i hope you implement the guts feature!

Just uploaded Version 1.3.0 that has this feature! Enjoy :)

loving it!

(1 edit) (+1)

This almost runs perfectly with Visustella's stuff. Was wondering if you can get it to work with her battle core, as it seems to be overwriting the odometer display in battles.  New to the RPG Maker scene, so I don't know if it's possible to get it to fully work with her plugins or not. Could you also add the ability to switch on and off the odometer visibility in the menus at least?

Hey Oracle Belle, I am still working on compatibility. VisuStella plugins are unfortunately encrypted so it makes it a bit hard to work with, but I will see what I can do.

I was able to get to your second request though. As of Version 1.3.0 you can Show/Hide Odometers in Menus and Battles using plugin parameters and commands so that should hopefully help out :)

Wow, nice work all around and you added the Guts feature! I appreciate that you are open with your feedback too.  Keep up the good work!

how did you getting to work I am trying to get it. how?

(+1)

This is really good! Is it possible for it to be compatible with yanflys battle status window (MV)?

(+1)

It does work with Yanfly's Battle Engine Core, but I have not tested with Battle Status Window. My guess is that gauges will at least appear but they will be kind of wonky or clip out of the window. I can extended support for that plugin for our next update if you would like :)

- Neel

(1 edit)

I would really like it if you did! Also I think I found two bugs? It could just be a problem with another plugin but whenever characters level up their HP and MP don't grow? And another small one is that items or skills can't heal MP. When I turn off the plugin the bugs aren't there anymore.

(+1)

Thanks for reporting those in! Can add those to the list of fixes that need to be patched. Have no idea why the level up bug is happening as the Odometer should set itself to Max HP/MP values but maybe there is something I missed.

- Neel

(+1)

Hi there, just wanted to let you know as of the most recent update this plugin is compatible with YEP Battle Status Window. Please try out the latest version of the plugin for your project and let us know if it working for you :)

Is there a devlog for the 1.2.0 verision? I want to know what changes were made.

Hi, you can find the list of updates on our Monthly Plugin Update post. We are trying this format out instead of dedicated devlogs as we have rolling updates across a lot of plugins. Here is the Change Log for Version 1.2.0 which you can find in the Plugin Help File:

  v1.2.0 - Added Mortal Alert feature and corresponding plugin parameters
           - Added UI Config parameters which allow shifting anchor and reel scale
           - Fixed Odometer placement in UI so it doesn't block other elements.
           - Improved multi-resolution support for Odometers so they align better
           - Improved Reel Sprite support for different dimensions
(+1)

Would it be possible to give a better indication that an actor has taken fatal damage? (A sound effect option or text indication?)

(+1)

Sure! I can include that feature in the next patch. I'll be sure to offer both Battle Log and SFX options.

We have implemented this feature for the recently released Version 1.2.0 of the plugin (it is called Mortal Alert in the plugin parameters). Let us know if this is what you had in mind :)

(2 edits) (+2)

I encountered a glitch where if an actor's hp hits zero in the middle of selecting a command, the game will crash saying: TypeError Cannot read property 'setAttack' of undefined. I ran into this same glitch in a different odometer script that was for vx ace and fixed it there by skipping actor command input processing if hp is zero or lower. I'm not sure how or if this could be done in mv, and there could be a better solution.

(+1)

Thanks for reporting that glitch! We will look into it and see if we can issue a patch for it :)

(1 edit)

great plugin but I'm also getting that same glitch! :O (MV)

Hi, I spent a good amount of time trying to replicate this bug and was ultimately unable to (which doesn't mean it's not there, just that it's hard to replicate). For Version 1.2.0, I did make some changes to the code around those interactions so hopefully you won't run into this issue as often. However, if this glitch is persisting, please let me know what steps it takes to occur (screenshots can help) and what other plugins you are using along with this one. Once I am able to replicate the issue, I should have a better chance of knowing where I need to make this fix and can issue a patch :)

- Neel

(1 edit)

I still get this glitch in the 1.2.0 MV demo.

To replicate the bug easier, I edited the minotaur attack in the database to max so that it would do mortal damage to a party member straight away.

I then just sat on that soon to be dead party member's command selection window until they reached 0 HP, then if I tried to proceed and select 'guard' for example, it would throw up an error. I assume because a now dead actor is trying to do something (guard in this case)

(+1)

Thanks for the specific use case! I think I should be able to track down the cause from that :)

- Neel

Hi there, just wanted to let you know that the issue has been resolved  as of the most recent version (v1.4.0). Please try it out in your game project and let us know if the issue has been resolved or if it still persists :)

A glitch I've noticed is that when starting a battle, the HP/MP/TP letters don't appear in front of their respective odometers until midway through the first turn.

(1 edit)

That's pretty odd, we could look into it. Would you have a screenshot of when this happens? Also are you using any other plugins along with this one?

Edit: Found the issue! Creating a patch now :)

Alright, rolled out a patch (Version 1.0.1). Let us know if the glitch persists on your end or if it has been fixed.

It's fixed, fortunately. But now I'm having issues where saving sends me to the "Game has encountered a bug" screen. I have Yanfly's save core as a plugin, and I know the save core isn't a problem, since the issue only exists when both the save core and Odometer plugins are on. I think there might be a compatibility issue or something.

Deleted 1 year ago

Hi, just wanted to let you know we rolled out Version 1.1.0 of this plugin which contains the fix for this issue and extends compatibility with YEP Save Core. Please give it a try and let us know if the issues persist or if they have resolved :)

(1 edit)

Any chance this plugin works with MZ?

Awesome plug-in by the way!

We should be rolling out the MZ version next month! Needs a few more additional tweaks to work as intended :)

(+1)

I am excited about the release and plan to make use of it!  Thank you!

(1 edit)

Hi, just wanted to let you know we rolled out Version 1.1.0 of this plugin which lets it work with MZ! Let us know if the implementation works for you or if you run into any issues :)

Awesome, thanks for taking the time and  letting me know.  I will check it out this weekend!

Thanks again, and appreciate the hard work!

IS this compatible with your other plugins (Card Game Combat and Turn Based Movement) ?

Yes, this should be compatible with our other plugins and other major free plugin suites (YEP, Galv, SRD, Hime). If you run into any compatibility issues, please let us know :)

Viewing most recent comments 13 to 32 of 32 · Previous page · First page