Skip to content

Commit

Permalink
MM8Patch v2.5.5:
Browse files Browse the repository at this point in the history
[-] My bug: A bug when taking an item from character's inventory that could lead to immunities corruption in MM8.
[-] My bug: FixChests option got broken by 2.5.4 changes.
[*] FixUnmarkedArtifacts option now also respects the 13 artifacts limit imposed by the game.
  • Loading branch information
GrayFace committed Jan 13, 2022
1 parent 821a67d commit 2f97987
Show file tree
Hide file tree
Showing 7 changed files with 1,521 additions and 1,491 deletions.
2,980 changes: 1,492 additions & 1,488 deletions MMPatches/Install/MM8patch.map

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion MMPatches/Install/MM8patch/Files/MM8Patch ReadMe.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GrayFace MM8 Patch v2.5.4
GrayFace MM8 Patch v2.5.5
By Sergey Rozhenko <mailto:sergroj@mail.ru>
https://grayface.github.io/

Expand All @@ -11,6 +11,13 @@ At the end of ReadMe you'll find info on how to report errors.

([+] - feature, [-] - fixed bug, [*] - other)

New in version 2.5.5:
<< MM6 - MM8 >>
[-] My bug: Possible character resistances corruption when taking an item from the inventory.
[-] My bug: FixChests option got broken by 2.5.4 changes.
<< MM7, MM8 >>
[*] FixUnmarkedArtifacts option now also respects the 13 artifacts limit imposed by the game.

New in version 2.5.4:
<< MM6 - MM8 >>
[-] Now, when a location re-spawns, all artifacts generated in chests you've never opened get cleared from "obtained artifacts" list.
Expand Down
Binary file modified MMPatches/Install/MM8patch/Files/MM8patch.dll
Binary file not shown.
9 changes: 8 additions & 1 deletion MMPatches/Install/MM8patch/eng/MM8Patch ReadMe.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GrayFace MM8 Patch v2.5.4
GrayFace MM8 Patch v2.5.5
By Sergey Rozhenko <mailto:sergroj@mail.ru>
https://grayface.github.io/

Expand All @@ -11,6 +11,13 @@ At the end of ReadMe you'll find info on how to report errors.

([+] - feature, [-] - fixed bug, [*] - other)

New in version 2.5.5:
<< MM6 - MM8 >>
[-] My bug: Possible character resistances corruption when taking an item from the inventory.
[-] My bug: FixChests option got broken by 2.5.4 changes.
<< MM7, MM8 >>
[*] FixUnmarkedArtifacts option now also respects the 13 artifacts limit imposed by the game.

New in version 2.5.4:
<< MM6 - MM8 >>
[-] Now, when a location re-spawns, all artifacts generated in chests you've never opened get cleared from "obtained artifacts" list.
Expand Down
9 changes: 8 additions & 1 deletion MMPatches/Install/MM8patch/rus/MM8Patch ReadMe_rus.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GrayFace MM8 Patch v2.5.4
GrayFace MM8 Patch v2.5.5
�����: ������ ������� <mailto:sergroj@mail.ru>
https://grayface.github.io/ru/

Expand All @@ -9,6 +9,13 @@ https://grayface.github.io/ru/

([+] - ����, [-] - ������������ ���, [*] - ������)

��������� ������ 2.5.5:
<< MM6 - MM8 >>
[-] ��� ���: ������ �������� �� ��������� ����� ��������� � ����������� ������ � ����������������� ���������.
[-] ��� ���: ��������� ������ 2.5.4 ������� ����� "FixChests".
<< MM7, MM8 >>
[*] ����� "FixUnmarkedArtifacts" ������ ��������� ����� � 13 ��������� ����������, ��������������� �����.

��������� ������ 2.5.4:
<< MM6 - MM8 >>
[-] ������, ��� �������� �������, ��� ��������������� ��������� �� �� �������� �������� ��������� �� ������ ��������� ����������.
Expand Down
5 changes: 5 additions & 0 deletions MMPatches/MM8Patch/MM8patch.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@ Version 2.5.4:
[-] My bug: FixMonstersBlockingShots didn't work right
[-] My bug: evt.MoveToMap didn't work from NPC dialog when there's no entrance dialog
Version 2.5.5:
(MM6-MM8)
[-] My bug: Possible corruption when taking an item from character's inventory
[-] My bug: FixChests option got broken by 2.5.4 changes
Version ?:
Expand Down
Binary file modified MMPatches/MM8Patch/MM8patch.res
Binary file not shown.

0 comments on commit 2f97987

Please sign in to comment.