Advertisement
Guest User

Untitled

a guest
Apr 24th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [Log]
  2. # Enable to print debug info from Silent_Hill_3_PC_Fix.dll to a console
  3. LogToConsole = 1
  4.  
  5. # Enable to print debug info from the game to a console
  6. LogGameDebugMsg = 1
  7.  
  8. [GameWindow]
  9. # Set resolution width
  10. ScreenWidth = 3584
  11.  
  12. # Set resolution height
  13. ScreenHeight = 2240
  14.  
  15. # Set render width
  16. RenderWidth = 1920
  17.  
  18. # Set render height
  19. RenderHeight = 1080
  20.  
  21. # Set the window x position, 0 is default
  22. Windowx = 0
  23.  
  24. # Set the window y position, 0 is default
  25. Windowy = 0
  26.  
  27. # Run the game in window mode, disable ForceFullscreen below if you want to use this
  28. WindowMode = 0
  29.  
  30. # Run the game without borders
  31. Borderless = 0
  32.  
  33. [SilentHill3]
  34. # Disable the game's safe mode
  35. DisableSafeMode = 1
  36.  
  37. # Fix depth of field resolution
  38. FixDOF = 1024
  39.  
  40. # Fix shadow resolution
  41. FixShadows = 2048
  42.  
  43. # Fix inventory background resolution
  44. FixInventoryBackground = 1024
  45.  
  46. # Fix status screen resolution
  47. FixStatusScreen = 1024
  48.  
  49. # Disable borders in cutscenes
  50. DisableCutsceneBorders = 1
  51.  
  52. # Remove the black bars always on screen
  53. RemoveBlackBars = 1
  54.  
  55. # Modify the complexity of the fog effect, 25 is default
  56. FogComplexity = 25
  57.  
  58. # Unlock Silent Hill 2 Easter eggs
  59. UnlockSH2EasterEggs = 1
  60.  
  61. # 0 = Original
  62. # 1 = Original with traditional FPS patch
  63. # 2 = Locked to 60 fps
  64. # 3 = Locked to 60 fps with traditional FPS patch
  65. # 4 = Locked to 30 fps
  66. FPSModes = 1
  67.  
  68. # Fix the options menu
  69. FixOptionMenuFreeze = 1
  70.  
  71. # Sets the correct FOV for your monitor and enables manual control of the FOV, hotkeys are page up and page down
  72. FixGameplayFOVAndEnableControl = 1
  73.  
  74. # The correct FOV will be used in cutscenes
  75. FixFOVInCutscenes = 1
  76.  
  77. # The pause menu will fill the entire screen
  78. FullscreenPauseMenu = 1
  79.  
  80. [DirectX]
  81. # Hook DirectX 8, this must be enabled for the options below
  82. HookDX8 = 1
  83.  
  84. # Enable this to fix an issue with DirectX 8 on Windows 10
  85. Windows10DX8Fix = 1
  86.  
  87. # By default Silent Hill 3 always tells DirectX that the game runs in WindowMode, even though it appears to be in fullscreen
  88. # Force the game to run in fullscreen mode, required for forced VSync
  89. ForceFullscreen = 1
  90.  
  91. # Enable multisampling, valid values are 2-8
  92. Multisampling = 0
  93.  
  94. # Force VSync in fullscreen mode, ForceFullscreen must be enabled above
  95. ForceVSync = 0
  96.  
  97. [DirectX_Misc]
  98.  
  99. # See through walls, hotkey is F1 (The value set here is used at start)
  100. Wallhack = 0
  101.  
  102. # Disable DirectX Fog, hotkey is F2 (The value set here is used at start)
  103. NoDXFog = 0
  104.  
  105. # Control the gamma levels:
  106. # Hotkey to change color is F6
  107. # Hotkeys to change levels are F7 and F8
  108. # Set to 1 to enable control
  109. Gamma = 0
  110.  
  111. # Enable Hotkeys
  112. HotKeys = 1
  113.  
  114. [Registry]
  115. RedirectRegistryToIni = 0
  116. data = C:\Program Files (x86)\KONAMI\SILENT HILL 3\
  117. installdir = C:\Program Files (x86)\KONAMI\SILENT HILL 3\
  118. movie = C:\Program Files (x86)\KONAMI\SILENT HILL 3\
  119. save = C:\Program Files (x86)\KONAMI\SILENT HILL 3\savedata\
  120. sound = C:\Program Files (x86)\KONAMI\SILENT HILL 3\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement