coavins / mhrise-coavins-dps

A detailed DPS meter for Monster Hunter Rise (PC)
GNU General Public License v3.0
24 stars 11 forks source link

Add option to automatically filter by quest monsters #11

Closed coavins closed 2 years ago

coavins commented 2 years ago

Add an option to the settings window to make it so the filter automatically excludes monsters that are not part of the quest objectives.

Diyagi commented 2 years ago

Do you already have a way to get the current target monsters for the current quest ?

coavins commented 2 years ago

Not yet. I've looked through the EnemyCharacterBase a lot, but I was only searching for the damage calc function at that time. I feel like this info must be on one of the following:

With the new search feature they just merged into REFramework, I bet it will be a lot easier to find this.

Diyagi commented 2 years ago

Welp, i ended up needing this for another project, so, i created this for debug, maybe this can help you.

Edit: moved it to a proper Gist, to make things cleaner.

Diyagi commented 2 years ago

If you have any question about this little big mess that i wrote, feel free to ask.

coavins commented 2 years ago

Thanks for this! It looks like this will be very helpful at implementing this feature.

coavins commented 2 years ago

This was finally added in 9b3de41b7fa8aec1633b58b1655a3c12130df859