Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Random textures address in Persona 3 Portable
06-06-2017, 09:07 PM (This post was last modified: 06-06-2017 09:09 PM by LunaMoo.)
Post: #2
RE: Random textures address in Persona 3 Portable
It's normal, some games might use same address for something from start to finish, but it usually changes in some games very often since psp had very little memory and had to shuffle everything around.
You can use wildcards to deal with it, create textures.ini file from ui(settings->tools->dev tools ~ near the bottom) and it should have links explaining how to use it, you could also read this thread ~ which probably should be pinned as it grows with this feature and has most discussions about it, including other problems you might find as some psp games might be very bothersome for texture replacement:].


In new ppsspp versions(from buildbot or if you compile it yourself) you could also use "ignoreAddress" option(also in textures.ini) to ignore address for all textures automatically, but for that you'll also have to change hash to a more reliable one. If you do that your texture pack will not work in old ppsspp versions(and by old I also ment latest release version:]).
Choosing/changing hash is generally a decision that should be made early since it will change filenames and invalidate any earlier texture hash info already dumped giving you extra work. To list all available hashes: "quick" which is unreliable(has a potentially high chance to repeat same result from different textures) ~ hence some options are disabled for it(but it's also default as we had it from the start) and two new reliable ones - "xxh32" which has average speed on everything and "xxh64" which is very fast on 64 bit platforms, but rather slow on 32 bit ones.

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: Random textures address in Persona 3 Portable - LunaMoo - 06-06-2017 09:07 PM

Forum Jump: