Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.27 KB | None | 0 0
  1. "options_x360"
  2. {
  3. //
  4. // BASIC OPTIONS
  5. //
  6.  
  7. //*********************************************************
  8. // PLEASE READ THIS BEFORE CHANGING VALUES!!
  9. // [sbodenbender] Make sure any convar_defaults match the
  10. // convar values in config.360.cfg
  11. //*********************************************************
  12.  
  13. "Brightness"
  14. {
  15. "name" "#GameUI_Brightness"
  16. "convar" "mat_monitorgamma"
  17. "priority" "0100"
  18. "type" "slider"
  19. "minvalue" "1.6"
  20. "maxvalue" "2.6"
  21. "incvalue" "-1.0"
  22. "leftmin" "1"
  23. "sliderhome" "prev"
  24. "systemvalue" "1"
  25. }
  26.  
  27. "TV Mode"
  28. {
  29. "name" "#GameUI_DisplayMode"
  30. "convar" "mat_monitorgamma_tv_enabled"
  31. "priority" "0200"
  32. "type" "dropdown"
  33. "dropdown"
  34. {
  35. "#GameUI_DisplayMonitor" "0"
  36. "#GameUI_DisplayTV" "1"
  37. }
  38. "systemvalue" "1"
  39. }
  40.  
  41. "SplitScreenMode" [$X360||$PS3]
  42. {
  43. "name" "#SFUI_Settings_SplitMode"
  44. "convar" "ss_splitmode"
  45. "priority" "0400"
  46. "type" "dropdown"
  47. "dropdown"
  48. {
  49. "#SFUI_Settings_SplitMode_Auto" "0"
  50. "#SFUI_Settings_SplitMode_Horz" "1"
  51. "#SFUI_Settings_SplitMode_Vert" "2"
  52. }
  53. "restrictions"
  54. {
  55. "cl_demo_pressbuild" "1"
  56. }
  57.  
  58. "systemvalue" "1"
  59. }
  60.  
  61. "Aspect Ratio"
  62. {
  63. "name" "#SFUI_Settings_Aspect_Ratio"
  64. "convar" "sys_aspectratio"
  65. "priority" "0500"
  66. "type" "dropdown"
  67. "dropdown"
  68. {
  69. "#SFUI_Settings_Normal" "0"
  70. "#SFUI_Settings_Widescreen_16_9" "1"
  71. "#SFUI_Settings_Widescreen_16_10" "2"
  72. }
  73.  
  74. "systemvalue" "1"
  75. }
  76.  
  77. "Resolution" // Do not change "Resolution" value. Code is dependent on name in order to generate choices.
  78. {
  79. "control" "1"
  80.  
  81. "name" "#SFUI_Settings_Resolution"
  82. "convar" "sys_resolution"
  83. "priority" "0600"
  84. "type" "dropdown"
  85.  
  86. "dropdown" // "choices" are generated dynamically based on hardware support
  87. {
  88. "NOT USED. DYNAMIC." "1"
  89. "NOT USED. DYNAMIC." "0"
  90. }
  91.  
  92. "systemvalue" "1"
  93. }
  94.  
  95. "Display Mode"
  96. {
  97. "name" "#SFUI_Settings_Display_Mode"
  98. "convar" "fullscreen_restart"
  99. "priority" "0700"
  100. "type" "dropdown"
  101. "dropdown"
  102. {
  103. "#SFUI_Settings_Windowed" "0"
  104. "#SFUI_Settings_Fullscreen" "1"
  105. "#SFUI_Settings_Fullscreen_Windowed" "2"
  106. }
  107. "systemvalue" "1"
  108. }
  109.  
  110. "Laptop Power"
  111. {
  112. "name" "#SFUI_Settings_Laptop_Power"
  113. "convar" "mat_powersavingsmode"
  114. "tooltip" "#SFUI_Settings_PowerSavings_Info"
  115. "priority" "0800"
  116. "type" "choice"
  117. "choices"
  118. {
  119. "#SFUI_Settings_Disabled" "0"
  120. "#SFUI_Settings_Enabled" "1"
  121. }
  122. "systemvalue" "1"
  123. }
  124.  
  125. "CATEGORY GAP"
  126. {
  127. "name" ""
  128. "convar" ""
  129. "priority" "998"
  130. "type" "category"
  131. }
  132.  
  133. "CATEGORY HUD"
  134. {
  135. "name" "#GameUI_Category_AdvancedVideo"
  136. "convar" ""
  137. "priority" "999"
  138. "type" "category"
  139. }
  140.  
  141. "CSM"
  142. {
  143. "control" "1"
  144.  
  145. "name" "#SFUI_Settings_CSM"
  146. "convar" "csm_quality_level_optionsui"
  147. "priority" "1000"
  148. "type" "dropdown"
  149. "dropdown"
  150. {
  151. "#SFUI_CSM_Low" "0"
  152. "#SFUI_CSM_Med" "1"
  153. "#SFUI_CSM_High" "2"
  154. "#SFUI_CSM_VeryHigh" "3"
  155. "#SFUI_Settings_Choice_Autodetect" "9999999"
  156. }
  157.  
  158. "systemvalue" "2"
  159. }
  160.  
  161. "Model / Texture Detail"
  162. {
  163. "control" "1"
  164.  
  165. "name" "#SFUI_Settings_Model_Texture_Detail"
  166. "convar" "gpu_mem_level_optionsui"
  167. "priority" "1050"
  168. "tooltip" "#SFUI_Settings_ModelDetail_Info"
  169. "type" "dropdown"
  170. "dropdown"
  171. {
  172. "#SFUI_Settings_Low" "0"
  173. "#SFUI_Settings_Medium" "1"
  174. "#SFUI_Settings_High" "2"
  175. "#SFUI_Settings_Choice_Autodetect" "9999999"
  176. }
  177.  
  178. "systemvalue" "1"
  179. "refresh_inventory_icons_when_increased" "1"
  180. }
  181.  
  182. "Effect Detail"
  183. {
  184. "control" "1"
  185.  
  186. "name" "#SFUI_Settings_Effect_Detail"
  187. "convar" "cpu_level_optionsui"
  188. "priority" "1100"
  189. "tooltip" "#SFUI_Settings_CPUDetail_Info"
  190. "type" "dropdown"
  191. "dropdown"
  192. {
  193. "#SFUI_Settings_Low" "0"
  194. "#SFUI_Settings_Medium" "1"
  195. "#SFUI_Settings_High" "2"
  196. "#SFUI_Settings_Choice_Autodetect" "9999999"
  197. }
  198.  
  199. "systemvalue" "1"
  200. }
  201.  
  202. "Shader Detail"
  203. {
  204. "control" "1"
  205.  
  206. "name" "#SFUI_Settings_Shader_Detail"
  207. "convar" "gpu_level_optionsui"
  208. "priority" "1200"
  209. "tooltip" "#SFUI_Settings_ShaderDetail_Info"
  210. "type" "dropdown"
  211. "dropdown"
  212. {
  213. "#SFUI_Settings_Low" "0"
  214. "#SFUI_Settings_Medium" "1"
  215. "#SFUI_Settings_High" "2"
  216. "#SFUI_Settings_Very_High" "3"
  217. "#SFUI_Settings_Choice_Autodetect" "9999999"
  218. }
  219.  
  220. "systemvalue" "1"
  221. "refresh_inventory_icons_when_increased" "1"
  222. }
  223.  
  224. // This is only enabled on OSX, because it only means something there.
  225. "Frame Smoothing" [$OSX]
  226. {
  227. "control" "1"
  228.  
  229. "name" "#SFUI_Settings_FramerateSmoothing"
  230. "convar" "r_frameratesmoothing"
  231. "priority" "1225"
  232. "tooltip" "#SFUI_Settings_FramerateSmoothing_Info"
  233. "type" "choice"
  234. "choices"
  235. {
  236. "#SFUI_Settings_Disabled" "0"
  237. "#SFUI_Settings_Enabled" "1"
  238. }
  239.  
  240. "systemvalue" "1"
  241. }
  242.  
  243. "MultiCore Rendering"
  244. {
  245. "control" "1"
  246.  
  247. "name" "#SFUI_Settings_Multicore"
  248. "convar" "mat_queue_mode_restart"
  249. "priority" "1250"
  250. "tooltip" "#SFUI_Settings_QueuedMode_Info"
  251. "type" "choice"
  252. "choices"
  253. {
  254. "#SFUI_Settings_Disabled" "0"
  255. "#SFUI_Settings_Enabled" "-1"
  256. }
  257.  
  258. "systemvalue" "1"
  259. }
  260.  
  261.  
  262. "Antialiasing Mode" // Do not change "Antialiasing Mode" value. Code is dependent on name in order to generate choices.
  263. {
  264. "control" "1"
  265.  
  266. "name" "#SFUI_Settings_Antialiasing_Mode"
  267. "convar" "sys_antialiasing"
  268. "priority" "1500"
  269. "tooltip" "#SFUI_Settings_Antialiasing_Info"
  270. "type" "dropdown"
  271.  
  272. "dropdown" // "choices" are generated dynamically based on hardware support
  273. {
  274. "NOT USED. DYNAMIC." "1"
  275. "NOT USED. DYNAMIC." "0"
  276. }
  277.  
  278. "systemvalue" "1"
  279. }
  280.  
  281. "FXAA"
  282. {
  283. "control" "1"
  284.  
  285. "name" "#SFUI_Settings_FXAA"
  286. "convar" "mat_software_aa_strength"
  287. "priority" "1600"
  288. "tooltip" "#SFUI_Settings_FXAA_Info"
  289. "type" "choice"
  290. "choices"
  291. {
  292. "#SFUI_FXAA_Disabled" "0"
  293. "#SFUI_FXAA_Enabled" "1"
  294. }
  295.  
  296. "systemvalue" "1"
  297. }
  298.  
  299. "Filtering Mode"
  300. {
  301. "control" "1"
  302.  
  303. "name" "#SFUI_Settings_Filtering_Mode"
  304. "convar" "mat_forceaniso_optionsui"
  305. "priority" "1600"
  306. "tooltip" "#SFUI_Settings_Filtering_Info"
  307. "type" "dropdown"
  308. "dropdown"
  309. {
  310. "#SFUI_Settings_Bilinear" "0"
  311. "#SFUI_Settings_Trilinear" "1"
  312. "#SFUI_Settings_Anisotropic_2X" "2"
  313. "#SFUI_Settings_Anisotropic_4X" "4"
  314. "#SFUI_Settings_Anisotropic_8X" "8"
  315. "#SFUI_Settings_Anisotropic_16X" "16"
  316. "#SFUI_Settings_Choice_Autodetect" "9999999"
  317. }
  318.  
  319. "systemvalue" "1"
  320. }
  321.  
  322. "SVsync"
  323. {
  324. "control" "1"
  325.  
  326. "name" "#SFUI_Settings_Vertical_Sync"
  327. "convar" "sys_vsync"
  328. "priority" "1700"
  329. "type" "dropdown"
  330. "tooltip" "#SFUI_Settings_WaitForVSync_Info"
  331. "dropdown"
  332. {
  333. "#SFUI_Settings_Disabled" "0"
  334. "#SFUI_Settings_Enabled_Double" "1"
  335. "#SFUI_Settings_Enabled_Triple" "2"
  336. }
  337.  
  338. "systemvalue" "1"
  339. }
  340.  
  341. "Motion Blur"
  342. {
  343. "control" "1"
  344.  
  345. "name" "#SFUI_Settings_MotionBlur"
  346. "convar" "mat_motion_blur_enabled_restart"
  347. "priority" "1900"
  348. "tooltip" "#SFUI_Settings_MotionBlur_Info"
  349. "type" "choice"
  350. "choices"
  351. {
  352. "#SFUI_MotionBlur_Disabled" "0"
  353. "#SFUI_MotionBlur_Enabled" "1"
  354. }
  355.  
  356. "systemvalue" "1"
  357. }
  358.  
  359. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement