PaulSilentin

Siren PS3 - true HD + crystal clear mod

Aug 15th, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #
  2. # レンダリングの初期設定
  3. #
  4. #
  5. # 【解像度】
  6. #  1280x720
  7. #  1024x512
  8. #  640x360
  9. #  512x512
  10. #  512x256
  11. #  256x256
  12. #  256x128
  13. #  256x128
  14. #  128x128
  15. #  64x64
  16. #  32x32
  17. #
  18. # 【視界ジャック】
  19. #  Rote
  20. #  All
  21. #
  22. # 【カラーフィルタ】
  23. #  On
  24. #  Off
  25. #
  26.  
  27. MainDrawScreen 1280x720 # メイン画面の描画解像度
  28. SubDrawScreen 512x512 # 視界ジャック描画面解像度
  29. SubRenderingPriorityPolicy Rote # 視界ジャックのレンダリングプライオリティ制御
  30. ColorFilterMode On # カラーフィルタ
  31. HDR On # HDR
  32. UseTSAA On # TSAAスイッチ
  33. WireFrame Off # ワイヤーフレーム表示
  34. DrawClipShere Off # クリップ球の表示
  35. PerfomanceDetail Off # パフォーマンス詳細の表示
  36. ShowMemoryStatus Off # メモリ状況
Advertisement
Add Comment
Please, Sign In to add comment