Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Texture Replacement
12-15-2017, 04:11 PM
Post: #151
RE: Texture Replacement
Only one thing looks bad - [hashranges] which you aren't using correctly as you simply copy pasted [hashes] under it and that's not how that's feature should be used;p.
Also you assigned each texture filename to file without any wildcards, but most games will just keep loading textures to different address, in which case this will fail and you have two options:
1) manually replace address part with "00000000" for each texture with unstable address, PPSSPP will then skip it and match textures based on clut hash and texture hash,
2) switch hash from "quick" to "xxh64"(or if you care about 32 bit platforms performance more than 64 bit ones - to "xxh32") and right under it add "ignoreAddress = True", then redump your textures(each change in hash requires that:]), textures dumped that way will already be dumped with 00000000 in place of address making it easier to use and avoiding duplicates being dumped.

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
11-11-2019, 10:15 AM
Post: #152
RE: Texture Replacement
i made these characters from tekken 6
Chika Takami (From Love Live Sunshine)
Dia Kurosawa (From Love Live sunshine)
Theo (From Nutri-Ventures)
Izuru (From Mermaid Melody)
Gaston (From Beauty and The Beast)
Shan yu (From Mulan)
Jane Darling (From Return to Neverland)
Princess Ariel
Prince Eric
Mikeru (From Mermaid Melody)
Thanos

I Made these for my Tekken 6 mod using Texture Replacement Smile
Find all posts by this user
Quote this message in a reply
01-07-2021, 11:42 PM
Post: #153
RE: Texture Replacement
Greetings...

I'm having an issue with the ppsspp's standard texture file creation..every time I reopen a PSP game the texture replacement recreates an extra copy of the already existing texture file...this issue is creating a major problem due to it utilizing irrelevant files that are consuming memory... I need to know how to manage these (extra) textures by deleting them without corrupting the original game's file in order for it to operate...Is it possible to delete the entire texture file for that specific game's ID...will it recreate the texture's needed for it's gameplay...

Thank you for your time...
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: