Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible to resize the UI in certain games?
05-02-2020, 08:32 AM
Post: #2
RE: Is it possible to resize the UI in certain games?
It is possible and usually very easy since things like UI are often hardcoded and constant which normally is hard to find directly, but in case of texture locations you can use GEdebugger to find exactly at which coords UI textures are drawn, then find where game sets it. This can be done by tracking game code or by randomly changing such values via Cheat Engine, in the end you will want to trace the values in the game code anyway, so you'd have to learn mips assembly.

Alternative way is to use texture replacement, you can just replace original textures with ones where the sprites for UI elements are smaller, this will however not work too well if UI elements are made out of separate elemenents. For example HP bar might be 8 different elements connected side by side in which case you could still easily modify it's height, but you could not modify the lenght, otherwise it would end up with holes instead of a bar.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is it possible to resize the UI in certain games? - LunaMoo - 05-02-2020 08:32 AM

Forum Jump: