Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help from veteran PPSSPP texture replacers
08-19-2020, 06:09 AM (This post was last modified: 08-19-2020 06:19 AM by efonte.)
Post: #2
RE: Need help from veteran PPSSPP texture replacers
reduceHash is useful if the game has a lot of textures with wrong sizes (other than 32,64,256,512 ...). For this you can use the section [hashranges] in which you specify the size for example:

hash address, original size = cropped size
00000000,512,512 = 480,272

or specify reduceHash=true and then it will only hash the first half of the image avoiding dumping multiple images.


If you are not going to use hashranges (because the game has thousands of images with the wrong size) it is better that you put reduceHash=true and also ignoreAddress=true because you no longer need the address at all (the address is only useful for hashranges)

I just saw that the persona 1 game has the problem of the sizes in the textures so I recommend you to use reduceHash.

You can use reduceHash or crop each of the images for example:

address,128,256 = 96,144

[Image: QbAPSFB.png]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Need help from veteran PPSSPP texture replacers - efonte - 08-19-2020 06:09 AM

Forum Jump: