ZeldaSwordSkills icon indicating copy to clipboard operation
ZeldaSwordSkills copied to clipboard

Matter Overdrive compatibility issue

Open Shahelion opened this issue 8 years ago • 4 comments

https://github.com/simeonradivoev/MatterOverdrive/issues/560

Basically, Androids no longer have a hunger bar at all, meaning skills can't be used.

Shahelion avatar Jun 30 '16 22:06 Shahelion

Skills require some sort of energy otherwise they become completely unbalanced, so it would appear that this is working as intended.

The only decent solution that I can think of would be to add an event posted for the skill energy requirement, allowing mods to say 'yeah, we got it covered', 'no, can't use this skill at all', or 'just do your thing as normal ZSS'. This would of course require those mods to make use of the ZSS API, something that is never guaranteed.

coolAlias avatar Jul 01 '16 14:07 coolAlias

Androids do have an energy system, I don't suppose there's any way to make it draw from that instead of hunger? Would probably require something on their side, I'd imagine.

Shahelion avatar Jul 01 '16 15:07 Shahelion

That's what I'm saying - either I add special cases for every mod that has custom energy systems (which I am definitely NOT willing to do) OR I create a hook that mods can use to fulfill energy requirements for the skills. This of course would require those mods to include ZSS in their build process, something most modders are not willing to do because managing dependencies is a real PITA.

Right now, there isn't anything the Androids modder can do to allow skill usage without using the vanilla hunger mechanic.

coolAlias avatar Jul 02 '16 02:07 coolAlias

Well as far as I know this is the ONLY mod that replaces hunger with something else. It's a sort of internal player energy system, and you can install a battery in yourself to boost capacity. Beyond that, not too sure how it works.

Androids are also immune to all potion effects (good or bad) if that's relevant, although they can unlock abilities for Night Vision or Invisibility.

Shahelion avatar Jul 02 '16 09:07 Shahelion