Posted April 13, 2017
Enhanced Edition only.
Hex editor, back up torment.exe, then edit.
Offset 0x002CE750 Force item highlighting
Original ASM 8B 81 10 0B 00 00 (mov eax,[ecx+0B10])
Modified ASM B8 01 00 00 00 90 (mov eax, 01)
This is the same highlight that one would achieve by holding tab. Instead of returning the proper value of "Should I highlight" it returns "yes".
Hex editor, back up torment.exe, then edit.
Offset 0x002CE750 Force item highlighting
Original ASM 8B 81 10 0B 00 00 (mov eax,[ecx+0B10])
Modified ASM B8 01 00 00 00 90 (mov eax, 01)
This is the same highlight that one would achieve by holding tab. Instead of returning the proper value of "Should I highlight" it returns "yes".
Post edited April 17, 2017 by Wulf2k