God of War: Ghost Of Sparta - using ESRGAN
|
07-22-2019, 08:49 PM
Post: #6
|
|||
|
|||
RE: God of War: Ghost Of Sparta - using ESRGAN
I assure you I didn't speak some BS, but checked and most of the files in your "texture pack" are duplicates that differ only via texture address while sharing exactly same hash. PSP games often keep trash data inside the texture causing hash to also change which makes some textures harder to work without duplicates, but that wasn't even the case here.
It looks like you simply dumped everything with default options without checking that you're dumping duplicates and trying to learn how to avoid it, then processed the whole thing still without actually checking the results. That's why I stand by calling it the most lazy texture pack I ever seen. In a game like this, a much better way would be to use a better texture hash like xxh64 with an option to ignoreAddress=true added to textures.ini that would end up creating a lot less files to process which then should be organized properly through textures.ini(and that would be much easier without duplicates) to avoid scaling things which will end up awful via such algorithm, or at least checking the results and removing those ugly things like lights or character skin which sharpened with artificial details that should never exist added look retarded. 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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
God of War: Ghost Of Sparta - using ESRGAN - gamaghostmagus - 03-25-2019, 01:58 PM
RE: God of War: Ghost Of Sparta - using ESRGAN - mrtawsiti3 - 04-20-2019, 05:48 PM
RE: God of War: Ghost Of Sparta - using ESRGAN - Verymelon Benda - 04-21-2019, 02:06 AM
RE: God of War: Ghost Of Sparta - using ESRGAN - mrtawsiti3 - 04-22-2019, 08:19 AM
RE: God of War: Ghost Of Sparta - using ESRGAN - LunaMoo - 04-22-2019, 02:10 PM
RE: God of War: Ghost Of Sparta - using ESRGAN - LunaMoo - 07-22-2019 08:49 PM
RE: God of War: Ghost Of Sparta - using ESRGAN - Mauky - 07-27-2019, 02:15 AM
RE: God of War: Ghost Of Sparta - using ESRGAN - Androdiver - 10-13-2019, 10:34 AM
RE: God of War: Ghost Of Sparta - using ESRGAN - Verymelon Benda - 05-11-2020, 12:01 AM
RE: God of War: Ghost Of Sparta - using ESRGAN - GoodGuy32 - 08-15-2020, 03:51 AM
RE: God of War: Ghost Of Sparta - using ESRGAN - JoJo2498 - 07-25-2021, 04:23 AM
|