Page 4 of 15

Re: Full 4k UI upscale

Posted: Thu Mar 05, 2020 3:13 pm
by TatsuyaAct
Actually I only downloaded the p5 4k 1.1 ver (the updated ver Link) right after I saw the question I currently am download the another 1.07 file and see that the file size is MUCH bigger so yeah I guess that is the reason it didnt work. BTW now that I am on that topic how exactly can I add my another mods to the 4k mod.cpk with CriPackTools? could you help me out with that also?

Re: Full 4k UI upscale

Posted: Thu Mar 05, 2020 3:24 pm
by rexis
That's actually pretty complicated. Use CriPakTool to extract my mod.cpk. Compendium mods should already be extracted. You'll have to manually choose which files to keep or replace. Once you've combined them pack it all again into a new mod.cpk. I don't remember what exact commands to use. Maybe someone else can help with that?

Re: Full 4k UI upscale

Posted: Tue Mar 17, 2020 7:05 am
by crtnr
Doesn't seem like I can get it to work.
I had to rebuild RPCS3 from the source you provided (because Linux), the 60FPS patch works fine, but the mod does not (no mod.cpk mods work actually, maybe I did something wrong like I always do)
Spoiler
Image
Image
The patch.yml I'm using

Re: Full 4k UI upscale

Posted: Tue Mar 17, 2020 11:29 am
by rexis
crtnr wrote: Tue Mar 17, 2020 7:05 am Doesn't seem like I can get it to work.
I had to rebuild RPCS3 from the source you provided (because Linux), the 60FPS patch works fine, but the mod does not (no mod.cpk mods work actually, maybe I did something wrong like I always do)
Spoiler
Image
Image
The patch.yml I'm using
It looks like patches aren't getting applied at all. First, get updated patch.yml from the link in op (you have an older one). NPEB02436 is EU version so your PPU hash should be b8c34f774adb367761706a7f685d4f8d9d355426. If it's any different, search for that value in patch.yml and replace it with correct PPU hash.
How to find your PPU hash: https://wiki.rpcs3.net/index.php?title= ... me_Patches

Re: Full 4k UI upscale

Posted: Wed Mar 18, 2020 12:43 am
by crtnr
rexis wrote: Tue Mar 17, 2020 11:29 am
crtnr wrote: Tue Mar 17, 2020 7:05 am Doesn't seem like I can get it to work.
I had to rebuild RPCS3 from the source you provided (because Linux), the 60FPS patch works fine, but the mod does not (no mod.cpk mods work actually, maybe I did something wrong like I always do)
Spoiler
Image
Image
The patch.yml I'm using
It looks like patches aren't getting applied at all. First, get updated patch.yml from the link in op (you have an older one). NPEB02436 is EU version so your PPU hash should be b8c34f774adb367761706a7f685d4f8d9d355426. If it's any different, search for that value in patch.yml and replace it with correct PPU hash.
How to find your PPU hash: https://wiki.rpcs3.net/index.php?title= ... me_Patches
Ah well, my fault for not reading the wiki, you're supposed to put the patch in ./config/rpcs3, independent from where your emulator directory actually is.
Works great now, thanks a lot!

Re: Full 4k UI upscale

Posted: Mon Mar 23, 2020 12:51 am
by myoutybay
Can you make a version for mod compendium. Thank you

Re: Full 4k UI upscale

Posted: Mon Mar 23, 2020 2:32 am
by kirbyanator
Having an issue with customizing the patch.yml
Can't seem to disable the 60fps patch no matter what I do, and limiting the game to 30 fps via config or rivatuner screws with a lot of animations since the 60fps patch is technically still active
Also, while I can disable the Intro Skip, the game freezes immediately after I press X on the Thieves' Guild screen.
Any help or advice would be appreciated! Love this mod!

Re: Full 4k UI upscale

Posted: Sun Mar 29, 2020 1:50 pm
by Gonxa6282
Hi, since one of the latest updates of RPCS3 i can't use the mod. When I try to open rpcs3_mod.exe it says something like "the entrance point of the z_inflate process in the dynamic links library C:\Emulators\rpcs3\Qt5Network.dll cannot be found."

Sorry if it's not really understandable, I don't have a perfect english.

Re: Full 4k UI upscale

Posted: Sun Mar 29, 2020 9:25 pm
by MysticOnPc
yeah mine says" the entrance point of the z_inflate process in the dynamic links library C:\Emulators\rpcs3\Qt5Network.dll cannot be found" :c

Re: Full 4k UI upscale

Posted: Mon Mar 30, 2020 2:06 pm
by rexis
kirbyanator wrote: Mon Mar 23, 2020 2:32 am Having an issue with customizing the patch.yml
Can't seem to disable the 60fps patch no matter what I do, and limiting the game to 30 fps via config or rivatuner screws with a lot of animations since the 60fps patch is technically still active
Also, while I can disable the Intro Skip, the game freezes immediately after I press X on the Thieves' Guild screen.
Any help or advice would be appreciated! Love this mod!
If you comment out the 60fps patch like so

Code: Select all

#    - [ load, p5_60FPS ]
and also limit fps using Config->GPU->Fremelimit = 30fps, it should behave exactly the same as regular build.
About the thieves' guild screen, thanks for info, I'll have to investigate why it freezes. Selecting "No" when the game asks if you want to connect bypasses the problem.