Advertisement
AlucardX60

CVHD fixes

Apr 17th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1.  
  2. AlbertAlpha 04-13-2020, 02:27 AM
  3.  
  4. Using these fixes I can play the game at constant 60 fps with no glitches and with ALL the DLCs enabled.
  5.  
  6. Fix missing text / sprites / textures:
  7.  
  8. Use Vulkan renderer
  9. Enable Write Color Buffers in GPU settings
  10. Use rpcs3-v0.0.8-9540. For me using 0.0.9 versions I get some missing textures.
  11. Try delete game caches and recompile PPUs.
  12.  
  13. Fix infinite loop "Compiling PPU 1 of 4..." after pressing Start in menu:
  14.  
  15. Option 1: In fact this is not an infinite loop. Wait 10 minutes and the game will eventualy load. This will happens only the first time you launch the game when you have DLCs installed, so be patient.
  16. Option 2: Use Interpreter (fast) for PPU Decoder instead of LLVM. But perfomance will drop to around 25-40 fps.
  17.  
  18. Fix game crashing at character select screen:
  19.  
  20. Go to "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player".
  21. Move any "**.ppu.sprx" files from each subfolder to the parent "player" folder.
  22. Delete the empty folders in "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player".
  23.  
  24. Code:
  25. So it should be like this wihtout any folder:
  26. "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player\dllalucard.ppu.sprx"
  27. "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player\dllcharlotte.ppu.sprx"
  28. "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player\dlljonathan.ppu.sprx"
  29. "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player\dllshanoa.ppu.sprx"
  30. "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player\dllsoma.ppu.sprx"
  31.  
  32. Fix duplicated character DLCs:
  33.  
  34. Download the dummy file "dllzzzz.ppu.sprx" from https://drive.google.com/file/d/17ZvRQsaweqdmcQA3cKe8NQq3goyVAu6s/view?usp=sharing
  35. Place a copy of the file in "\dev_hdd0\game\NPUB30505\USRDIR\dynamic\player"
  36. Go to "\dev_hdd0\game\NPUB30505\USRDIR\dlc"
  37. Place a copy of the file inside each character "dlcNN_player_***" folder and "dll" subfolders.
  38.  
  39. Code:
  40. For example for the "dlc16_player_fuma":
  41. "\dev_hdd0\game\NPUB30505\USRDIR\dlc\dlc16_player_fuma\dllzzzz.ppu.sprx"
  42. "\dev_hdd0\game\NPUB30505\USRDIR\dlc\dlc16_player_fuma\dll\dllzzzz.ppu.sprx"
  43. "\dev_hdd0\game\NPUB30505\USRDIR\dlc\dlc16_player_fuma\dll\dllplayer\dllzzzz.ppu.sprx"
  44. "\dev_hdd0\game\NPUB30505\USRDIR\dlc\dlc16_player_fuma\dll\dllshot\dllzzzz.ppu.sprx"
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement