Advertisement
SionNX

Metaphorfix Settings

Nov 22nd, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Originally authored by Neviutz
  2. Last edit: 2024-11-22
  3.  
  4. ;;;;;;;;;; General ;;;;;;;;;;
  5.  
  6. [Intro Skip]
  7. ; Skips intro logos.
  8. Enabled = false
  9. ; Set to true to skip the opening movie.
  10. SkipMovie = false
  11.  
  12. [Gameplay FOV]
  13. ; Set multiplier to increase/decrease gameplay FOV. (Valid range: 0.1 to 3.0)
  14. ; Set to 1.2 for example for a 20% higher FOV. Default = 1
  15. Multiplier = 1
  16.  
  17. [Disable Menu FPS Cap]
  18. ; Set to true to remove the forced 60FPS cap in menus when in-game vsync is off.
  19. Enabled =
  20.  
  21. [Fix Analog Movement]
  22. ; Set to true to fix the 8-way gated analog movement.
  23. Enabled =
  24.  
  25. [Force Controller Icons]
  26. ; Set to true to force the game to always use controller icons.
  27. Enabled = false
  28.  
  29. [Disable Camera Shake]
  30. ; Set to true to disable camera shake/sway everywhere.
  31. Enabled = false
  32.  
  33. [Game Window]
  34. ; Set to true to set a new WndProc.
  35. ; This will disable the ALT+F4/exit handler and will stop the display from going to sleep/screensaver when the game is in focus.
  36. Enabled = false
  37. ; Setting "PauseOnFocusLoss" to false will stop the game from pausing when the game window loses focus.
  38. ; Note that disabling this may cause issues depending on your setup.
  39. PauseOnFocusLoss =
  40.  
  41. ;;;;;;;;;; Ultrawide/Narrower Fixes ;;;;;;;;;;
  42.  
  43. [Fix Resolution]
  44. ; Stops resolutions from being scaled to 16:9.
  45. Enabled = false
  46.  
  47. [Fix Aspect Ratio]
  48. ; Fixes aspect ratio.
  49. Enabled = false
  50.  
  51. [Fix HUD]
  52. ; Fixes stretched HUD.
  53. Enabled = false
  54.  
  55. [Fix FOV]
  56. ; Fixes cropped field of view at <16:9.
  57. Enabled = false
  58.  
  59. [Fix Movies]
  60. ; Fixes stretched movies.
  61. Enabled = false
  62.  
  63. ;;;;;;;;;; Graphics ;;;;;;;;;;
  64.  
  65. [Custom Resolution Scale]
  66. ; If not set to 1, overrides in-game resolution scale with your custom value.
  67. ; Valid range: 0.1 to 4.0. Default = 1
  68. Resolution = 1
  69.  
  70. [Disable Outlines]
  71. ; Set to true to disable the black outlines on characters.
  72. ; Warning: This can cause some visual issues!
  73. Enabled = false
  74.  
  75. [Ambient Occlusion]
  76. ; By default, ambient occlusion runs at full resolution (1.0) even with higher resolution scale settings.
  77. ; This option allows you to adjust the ambient occlusion resolution independently of the game’s resolution scale to achieve increased performance.
  78. ; Valid range: 0.1 to 1.0. Default = 1
  79. Resolution = 1
  80.  
  81. [LOD]
  82. ; Adjust distance value higher to increase draw distance.
  83. ; Valid range: 1 to 100. Default = 10
  84. Distance = 10
  85.  
  86. [Shadow Quality]
  87. ; Set shadow resolution.
  88. ; Valid range: 64 to 16384. Default = 2048
  89. Resolution = 2048
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement