Restore 2.0 tooltip graphic?
Purudaya
Member Posts: 816
in UI Modding
It's pretty commonly agreed that the 2.3 scroll tooltip is a step back from the original, but I think I'm one of the few who actually liked the minimalist 2.0 "box" tooltip best. Does anyone have a file to restore that (or a similar) version? Thanks!
0
Comments
But I fear the tooltip text color is hardcoded and would require patching the game executable. If you have a hex editor and are not afraid to use it you can search for the following sequence of hex values in the game executable:
30 10 00 00 C1 EE 1F 50 03 F2 E8
Replace the first three bytes of that sequence ("30 10 00") with "FF FF FF" and save the changes (make a backup beforehand). It will probably only work for the patch version v2.3 of the games.
If not, would you happen to know the hex values for the background color, or does that need to be changed in the pvrz file itself? Thanks!
Original:
Modified:
There is a slight color difference though which can be fixed by modifying the background graphics in a graphics editor. Use NI to convert box8.pvrz into a PNG file (Export -> as PNG), modify it to your heart's content, and convert it back with NI's PVRZ converter (Tools -> Convert -> Image to PVRZ).
If you want to use the same font as 2.0, you can extract and rename POSTANTI.TTF using NI.