Open BobSmun opened 3 months ago
I can confirm issue on dev branch 1.36.0-wip as well, but I think EventPatchCreated
may be for the ROM hacks achievement. If so and it is not posted maybe that one doesn't work either.
EventPatchCreated
certainly sounds like it would be intended for the 'ROM hacks' achievement, but it unlocks "hex.builtin.achievement.hex_editor.modify_byte.name", whereas the exportIPSPatch
and exportIPS32Patch
functions call unlockAchievement
(with "hex.builtin.achievement.hex_editor.create_patch.name") directly
Operating System
Windows
What's the issue you encountered?
Modifying a byte by double-clicking on it and then entering the new value does not unlock the "Edit the hex" achievement
How can the issue be reproduced?
Alternatively, use enter (not num-pad enter) to start or finish the edit
ImHex Version
1.35.4
ImHex Build Type
Installation type
MSI
Additional context?
In the code, it looks like
EventPatchCreated
is subscribed to, to unlock the achievement, but a search does not show the event being posted / raised anywhere