Advertisement
Guest User

Untitled

a guest
May 8th, 2018
6,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. ; PS4 configuration file for PSPHD
  2.  
  3. ; Game Image
  4. --image="data/USER_L0.IMG"
  5.  
  6. ; Redirect host0: to a specific directory (uncomment to enable).
  7. ; By default it's mapped to either "/hostapp/" if available, or "/app0/" if "/hostapp/" is not available.
  8. ;--host="/hostapp/"
  9.  
  10. ; To dump the original video in PMF format, uncomment the --dumpvideos line
  11. ; For example, with the current setting, it will save them in a "videos" directory inside the File Serving Directory
  12. ;--dumpvideos="host0:videos"
  13.  
  14. ; To dump the original audio in Atrac3 format, uncomment the --dumpaudio line
  15. ; For example, with the current setting, it will save them in a "audio" directory inside the File Serving Directory
  16. ;--dumpaudio="host0:audio"
  17.  
  18. ; To replace atrac3 audio samples, use this.
  19. --samplereplace="host0:samplereplace"
  20.  
  21. ; To save the in-game textures as the game runs, uncomment the --texsave line
  22. ; For example, with the current setting, it will save them in a "texdump" directory inside the File Serving Directory
  23. ;--texsave="host0:texdump"
  24. ;--texmissingsave="host0:texdump"
  25.  
  26. ; To replace specific textures as the game runs, uncomment the --texreplace line
  27. ; For example, with the current setting, it will load them from the "texreplace" directory inside the File Serving Directory
  28. --texreplace="host0:texreplace"
  29.  
  30. ; This forces alpha blending to on for replaced textures. (uncomment to enable)
  31. ; With this we can freely make use of a normal alpha channel on replacement textures
  32. --replacementalpha=true
  33.  
  34. ; This enables bilinear filtering on replaced textures. (uncomment to enable)
  35. --replacementfilter=true
  36.  
  37. ; Antialiasing mode. SSAA4x looks best, MSAA4x only smooths edges.
  38. ; Choices: off, SSAA4x, MSAA4x
  39. --antialias=SSAA4x
  40.  
  41. ; Enable switching between original and replacement textures at runtime using the L3 button on a DS4 or the 'T' key on Windows
  42. ;--texswitch=true
  43.  
  44. ; Turns on the auto-resampler. Assumes textures in texreplace are at 8x resolution and resamples them at load
  45. --autoresampler=true
  46.  
  47. ; Parappa Alpha Hack
  48. --parappaalphahack=true
  49.  
  50. ; Adjust overall volume level (does not include pad speaker volume). Range from 0.0 (min) to 1.0 (max)
  51. --volume="0.25"
  52.  
  53. ; Special thanks to Matsuura, Rodney, Allan and all the awesome people at Japan Studio! Also HUUUUGE thanks to Ernesto, Adam, Henrick, Taku, Tim, Nick, Mayene, Tyler, Dave Thach and Scott Rohde whose support made this project of love possible! PaRappa-4-Ever!!!!!
  54.  
  55. ; If you're reading this message, congratulations! you win !!!
  56. ; we love you so much. you’ve made hacking great again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement