Giter Site home page Giter Site logo

mhgen-monster-hp-ntr-plugin's People

Contributors

exter7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mhgen-monster-hp-ntr-plugin's Issues

Part HP information incomplete

I've been playing around with the code looking at the various values and discovered that not all parts are listed by the code.

Take Glavenus for example, it has 4 different body parts that are breakable, and only 2 are listed.
Of the 2, only the tail is accounted for correctly. For the head, the HP bar goes away after breaking it the first time, since part->cut is now true. However, this is insufficient as the head needs to be broken twice for a reward.

Another example, Gore Magala. Again, only the tail is properly accounted for. The wings and wingarms are not displayed because their part->hp is -1; they are counted by the part->stagger property and probably uses part->break_level to determine whether a reward should be given. The head is a weird outlier because of the way it has to be broken (only takes damage when he transforms). For the head, part->hp is locked at 1, and only the hp->stagger is used, which makes that a more appropriate thing to display.

All in all this is pretty complicated to account for, and realistically a fix would require being able to identify the exact monster encountered from some information stored in the monster struct.

Cannot build from source

I tried to build it by executing build.py but not successful. Is there any additional library needed?

Plans on adding MHXX support?

Just out of curiousity - is there plans on adding Double Cross version of this patch? And if so - is there anything I can help with to speed-up plugin-making process(with the fact that I don't have much programming knowledge)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.