Advertisement
Ri0n

GameScope ES Features

Feb 6th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | Gaming | 0 0
  1. gamescope:
  2. submenu: GAMESCOPE
  3. prompt: GAMESCOPE ENABLE
  4. description: Enable GameScope compositor for enhanced game display.
  5. choices:
  6. "Off": 0
  7. "On": 1
  8. default: 0
  9.  
  10. gamescope_nested_resolution:
  11. submenu: GAMESCOPE
  12. prompt: GAME NESTED RESOLUTION
  13. description: Select the game (nested) resolution for GameScope.
  14. choices:
  15. "640x480": "640x480"
  16. "1024x768": "1024x768"
  17. "1280x720": "1280x720"
  18. "1920x1080": "1920x1080"
  19. "2048x1080": "2048x1080"
  20. "2560x1440": "2560x1440"
  21. "3840x2160": "3840x2160"
  22. "4096x2160": "4096x2160"
  23. default: "1920x1080"
  24.  
  25. gamescope_nested_refresh:
  26. submenu: GAMESCOPE
  27. prompt: GAME REFRESH RATE
  28. description: Set the refresh rate (fps) for the game when using GameScope.
  29. choices:
  30. "60Hz": 60
  31. "75Hz": 75
  32. "120Hz": 120
  33. "138Hz": 138
  34. "144Hz": 144
  35. "150Hz": 150
  36. "165Hz": 165
  37. "170Hz": 170
  38. "175Hz": 175
  39. "180Hz": 180
  40. "200Hz": 200
  41. "240Hz": 240
  42. "270Hz": 270
  43. "275Hz": 275
  44. "280Hz": 280
  45. "360Hz": 360
  46. "390Hz": 390
  47. "480Hz": 480
  48. "540Hz": 540
  49. default: 60
  50.  
  51. gamescope_output_resolution:
  52. submenu: GAMESCOPE
  53. prompt: OUTPUT RESOLUTION
  54. description: Select the output resolution for GameScope.
  55. choices:
  56. "640x480": "640x480"
  57. "800x600": "800x600"
  58. "1024x768": "1024x768"
  59. "1280x720": "1280x720"
  60. "1920x1080": "1920x1080"
  61. "2048x1080": "2048x1080"
  62. "2560x1440": "2560x1440"
  63. "3840x2160": "3840x2160"
  64. "4096x2160": "4096x2160"
  65. default: "1920x1080"
  66.  
  67. gamescope_scaler:
  68. submenu: GAMESCOPE
  69. prompt: GAMESCOPE SCALER
  70. description: Choose the upscaler type for GameScope.
  71. choices:
  72. auto: auto
  73. integer: integer
  74. fit: fit
  75. fill: fill
  76. stretch: stretch
  77. default: auto
  78.  
  79. gamescope_filter:
  80. submenu: GAMESCOPE
  81. prompt: GAMESCOPE FILTER
  82. description: Choose the upscaler filter for GameScope.
  83. choices:
  84. linear: linear
  85. nearest: nearest
  86. fsr: fsr
  87. nis: nis
  88. pixel: pixel
  89. default: linear
  90.  
  91. gamescope_sharpness:
  92. submenu: GAMESCOPE
  93. prompt: GAMESCOPE SHARPNESS
  94. description: Set the upscaler sharpness (0 for maximum sharpness, 20 for minimum). "Auto" disables the sharpness option.
  95. choices:
  96. "Auto": auto
  97. "5": 5
  98. "10": 10
  99. "15": 15
  100. "20": 20
  101. default: auto
  102.  
  103. gamescope_borderless:
  104. submenu: GAMESCOPE
  105. prompt: GAMESCOPE BORDERLESS
  106. description: Enable borderless window mode in GameScope.
  107. choices:
  108. "Off": 0
  109. "On": 1
  110. default: 0
  111.  
  112. gamescope_fullscreen:
  113. submenu: GAMESCOPE
  114. prompt: GAMESCOPE FULLSCREEN
  115. description: Enable fullscreen mode in GameScope. (If both fullscreen and borderless are enabled, fullscreen takes precedence.)
  116. choices:
  117. "Off": 0
  118. "On": 1
  119. default: 0
  120.  
  121. gamescope_reshade_effect:
  122. submenu: GAMESCOPE
  123. prompt: GAMESCOPE RESHADE EFFECT
  124. description: Specify a ReShade shader effect to use with GameScope.
  125. default: ""
  126.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement