06-30-2020, 11:35 PM -
(06-29-2020, 05:23 PM)poxlocked Wrote: My config: ryzen 9 4.5ghz, 2080, 16go
thanks for your help.
I just re-tested and already re-passed Cabin resort no problems at all. Just copy/replace attached patch.yml to patches folder. It’s version v1.2 and contains all other patches.
Follow the suggested setting for specific chapter as mentioned before. From Patches Manager, check for all expect Disable RSX trap Errors (check when necessary)
By the way, your RTX 2080 is powerful, use upscale 300% 4K. It won’t effect on FPS much. You are missing the fun so much.
PATCH.YML
Briefly explain what I did is that; just I replace unconditionally branch .. & Deleted SPU Lighting codes. A lot of boost FPS performance you will get. Setting exactly will outcome as CheatEngine Config. Give it a try!!
Code:
Replaced Lines:-
tlou100_mlaa: &tlou100_mlaa
- [ be32, 0x00a51a8c, 0x48000a64 ] # unconditonally branch to disable MLAA
tlou100_mlaa: &tlou100_mlaa
- [ be32, 0x00a7a514, 0x9b83009c ] # Disable MLAA (Post on SPU) ==> meaning MLAA (Post on SPU) = 0
tlou111_mlaa: &tlou111_mlaa
- [ be32, 0x00a80350, 0x48000ab8 ] # unconditonally branch to disable MLAA
tlou111_mlaa: &tlou111_mlaa
- [ be32, 0x00aaa040, 0x9b83009c ] # Disable MLAA (Post on SPU) ==> meaning MLAA (Post on SPU) = 0
Note: to re-enable MLAA effect at "Financial District/University" chapter just uncheck "Disable in-built MLAA" from patch manager + enable WCB
Code:
Deleted Lines::-
tlou100_spulighting: &tlou100_spulighting
- [ be32, 0x00afeb24, 0x48000010 ]
tlou111_spulighting: &tlou111_spulighting
- [ be32, 0x00b294ec, 0x48000010 ]
Disable SPU lighting:
Games:
"The Last of Us":
BCES01584: [ 01.00 ]
BCES01585: [ 01.00 ]
BCUS98174: [ 01.00 ]
BCJS37010: [ 01.00 ]
Author: ZeroX
Notes: *spulightingnotes
Patch Version: 1.0
Patch:
- [ load, *tlou100_spulighting ]
Disable SPU Lighting:
Games:
"The Last of Us":
BCES01584: [ 01.11 ]
BCES01585: [ 01.11 ]
BCUS98174: [ 01.11 ]
BCJS37010: [ 01.11 ]
Author: ZeroX
Notes: *spulightingnotes
Patch Version: 1.0
Patch:
- [ load, *tlou111_spulighting ]