MMExtension icon indicating copy to clipboard operation
MMExtension copied to clipboard

Modding environment for Might and Magic 6 - 8

Results 6 MMExtension issues
Sort by recently updated
recently updated
newest added

1. User-casted Dispel Magic spell affects monsters with object index -1 (I didn't delve deeper to decide how much of a bug this is). MM8 can endure this, MMExtension will...

MMExtension as of commit 3cda120e (2023-01-01) applied to MM7 with MM7Patch 2.5.7 resets indoor maps every time you leave dungeon. Happened to other users as well. Issue is not present...

It's declared as bool, but it's really int: https://github.com/GrayFace/MMExtension/blob/82f916f491ca83297ee43b021de5f6f483013857/Scripts/Structs/00%20structs.lua#L2018 So reading and changing it through MMExt doesn't work properly. Although it's possible to work around this with the Ptr() method...

As of 2.5.7 patch, there are plenty of "Recovery" items, they work as planned (-10% to recovery?) and this is properly shown in the in-game tooltip. However currently MMextension function...

Problem in current Autonotes functionality when it is used as recommended in the Help way: Autonote('name', 3, msg) AddAutonote('name') creates vars.Autonotes entry and actual note in the journal. Upon save/reload,...

When just using the GrayFace patch (without MMExtension) then a dark healer will set a dead character as Zombie plus the Zombie portrait. However, when using the MMExtension then the...