Advertisement
TheLowSpecGamer

Black Ops 4

Nov 23rd, 2018
5,995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. ///////////////////////////////////////////////////////////////////////////////////////////////////
  2. // USER SETTINGS
  3. //
  4. // Current User: LowSpecGamer#6969
  5. // User Profile Directory: 000000001a1288d7
  6. //
  7. // Notes:
  8. // The user settings found in players/config.ini will be applied on boot and will be overridden.
  9. // by the config.ini settings found in the user profile directory once the user is logged in
  10. // to Battle.Net. Any manual edition of the user settings in this file should be followed by
  11. // a copy of the config.ini file in the proper user profile directory.
  12. ///////////////////////////////////////////////////////////////////////////////////////////////////
  13.  
  14. //
  15. //Version info
  16. ///
  17. //This file's version
  18. config_version = "2" // 0 or bigger
  19.  
  20. //keep track of hardware configuration to detect hardware changes
  21. hardware_checksum = "-1966166282" // integer
  22.  
  23. //
  24. //Gameplay
  25. //
  26.  
  27. //Frame rate cap (0 for none)
  28. max_fps = "60" // 0 to 1000
  29.  
  30. //Frame rate cap in the frontend (0 for none, should be smaller than com_maxfps)
  31. max_fps_menu = "60" // 0 to 1000
  32.  
  33. //Toggle framerate smoothing
  34. smooth_framerate = "0" // 0 or 1
  35.  
  36. //Horizontal field of view in degrees assuming 16:9 aspect ratio
  37. fov = "90" // 60 to 120
  38.  
  39. //Enable the ads fov to be relative to the cg_fov_default dvar
  40. relative_ads_fov = "1" // 0 or 1
  41.  
  42. splitscreen_orientation = "0" // 0 or 1
  43.  
  44. //Enable occlusion of sound behind solid surfaces
  45. sound_occlusion = "1" // 0 or 1
  46.  
  47. //Mouse smoothing amount
  48. mouse_filter = "0" // 0 to 10
  49.  
  50. mouse_acceleration = "0" // 0 to 1
  51.  
  52. mouse_sensitivity = "8.01" // 0.01 to 100
  53.  
  54. //Multiply yaw sensitivity by this factor when in ADS.
  55. mouse_ads_yaw_ads_multiplier = "1" // 0 to 30
  56.  
  57. //Multiply pitch sensitivity by this factor when in ADS.
  58. mouse_ads_pitch_ads_multiplier = "1" // 0 to 30
  59.  
  60. //Enables monitor distance ADS scaling based on the sensitivity coefficient.
  61. mouse_ads_use_monitor_distance = "1" // 0 or 1
  62.  
  63. //Sets the ADS scaling coefficient in the monitor distance calculations (1.33 = 75% and 0 = 0% for aspect ratio 16:9).
  64. mouse_ads_monitor_distance_coefficient = "1.33" // 0 to 5
  65.  
  66. //Mouse vertical sensitivity
  67. mouse_vertical_sensitivity = "0.022" // -1 to 1
  68.  
  69. //Enable vertical look with the mouse
  70. mouse_vertical_look = "1" // 0 or 1
  71.  
  72. //The Game manages it's process priority automatically.
  73. automatic_process_priority = "1" // 0 or 1
  74.  
  75. //Enable Shader Warming i.e. Precompiling the shaders during the loading. Increased load times, reduced in-game hitches.
  76. shader_warming = "On" // Off, On, or Allow in movies
  77.  
  78. //Play the intro movies at boot.
  79. play_intro_movies = "1" // 0 or 1
  80.  
  81. //
  82. //Display
  83. //
  84.  
  85. // 0 - Windowed, 1 - Fullscreen, 2 - Fullscreen Window, 3 - Fullscreen Extended Window
  86. fullscreen_mode = "1" // 0 to 3
  87.  
  88. //1 - Fullscreen, 2 - Fullscreen Window, 3 - Fullscreen Extended Window
  89. fullscreen_preferred_mode = "1" // 1 to 3
  90.  
  91. //Window X position
  92. window_x = "161" // -8192 to 8192
  93.  
  94. //Window Y position
  95. window_y = "53" // -8192 to 8192
  96.  
  97. //Window width
  98. window_width = "1470" // 0 to 16384
  99.  
  100. //Window height
  101. window_height = "808" // 0 to 16384
  102.  
  103. //Window is maximized
  104. window_maximized = "0" // 0 or 1
  105.  
  106. //Fullscreen resolution
  107. fullscreen_resolution = "1280x720" // any text
  108.  
  109. refresh_rate = "60" // 1 to 240
  110.  
  111. //Monitor index to use for fullscreen
  112. monitor = "1" // 0 to 8
  113.  
  114. //Vsync only applies in fullscreen
  115. vsync = "0" // 0 or 1
  116.  
  117. //Apply Vsync but only in the frontend
  118. vsync_menu = "0" // 0 or 1
  119.  
  120. //Percentage of window resolution that the 3D scene renders at
  121. resolution_percent = "35" // 30 to 200
  122.  
  123. //Color spaces for monitor output
  124. display_gamma = "sRGB" // sRGB, or rec.709
  125.  
  126. //Force specific aspect ratio independent of window aspect ratio
  127. aspect_ratio = "window" // window, 5:4, 4:3, 16:10, 16:9, 21:9, or 32:9
  128.  
  129. //
  130. //Graphics
  131. //
  132.  
  133. //LOD's to drop on models, lower numbers are higher quality
  134. mesh_quality = "2" // 0 to 2
  135.  
  136. //0 - Force 2x anisotropic filtering, 1 - Per material, 2 - Force 16x anisotropic filtering
  137. texture_filter = "0" // 0 to 2
  138.  
  139. //Number of mips to drop on streamed textures, lower numbers are higher quality
  140. texture_quality = "3" // 0 to 3
  141.  
  142. //Number of mips to drop on effects and dynamic decals, lower numbers are higher quality
  143. texture_quality_fx = "3" // 0 to 3
  144.  
  145. //Number of mips to drop on reflections, lower numbers are higher quality
  146. texture_quality_probes = "2" // 0 to 2
  147.  
  148. //Number of mips to drop on sun shadows, lower numbers are higher quality
  149. texture_quality_baked_sun_shadows = "1" // 0 to 1
  150.  
  151. disable_dynamic_light_shadows = "1" // 0 or 1
  152.  
  153. disable_dynamic_sun_shadows = "1" // 0 or 1
  154.  
  155. //Particle shadow support
  156. fx_shadows = "0" // 0 or 1
  157.  
  158. //Resolution of spot light shadows
  159. spot_shadow_texture_size = "128" // 128 to 8192
  160.  
  161. //Resolution of omni (point) light shadows
  162. omni_shadow_texture_size = "128" // 128 to 2048
  163.  
  164. //Enable multi-sampled soft shadows
  165. shadow_filtering = "0" // 0 or 1
  166.  
  167. //Enabled order-independent transparency
  168. oit = "0" // 0 or 1
  169.  
  170. //Maximum number of overlapping transparency layers
  171. oit_layers = "8" // 8, 9, 12, or 16
  172.  
  173. //Screen-space ambient occlusion method
  174. ssao_technique = "Disabled" // Disabled, GTAO Low Quality, GTAO Medium Quality, GTAO High Quality, or GTAO Ultra Quality
  175.  
  176. //Anti-aliasing technique
  177. aa_technique = "None" // None, FXAA, SMAA 1x, Filmic SMAA 1x, SMAA T2x, or Filmic SMAA T2x
  178.  
  179. //Per-object motion blur
  180. motion_blur = "Off" // Off, Auto, or On
  181.  
  182. motion_blur_quality = "Low" // Low, Medium, or High
  183.  
  184. //Better lighting for skin
  185. subsurface_scattering = "0" // 0 or 1
  186.  
  187. //Set to 3 to enable triple buffering, useful to prevent large framerate drop when vsync is on
  188. backbuffer_count = "2" // 2 to 3
  189.  
  190. //HDR display mode
  191. hdr_display_mode = "-1" // -1 to 2
  192.  
  193. //Enable screenspace reflection
  194. ssr = "0" // 0 or 1
  195.  
  196. //Index of GPU to use (-1 for auto-detect)
  197. display_adapter = "-1" // -1 or bigger
  198.  
  199. //Enable viewmodel self shadowing
  200. shadow_viewmodel_self = "Off" // Off, Sun Only, Spot Only, or All
  201.  
  202. dedicated_player_shadow = "Off" // Off, Sun Only, Spot Only, or All
  203.  
  204. //Number of pixel in screen required to be culled, lower numbers are higher quality
  205. auto_cull_radius = "1.5" // 0 to 10
  206.  
  207. //1 for low quality ambient lighting, 0 for normal
  208. local_ambient_lighting = "1" // 0 or 1
  209.  
  210. //0 for normal resolution volumetric lighting, 1 for high resolution
  211. volumetric_light_quality = "0" // 0 to 1
  212.  
  213. //0.5 for half sample count volumetric lighting, 1 for normal sample count and 2 to double sample count
  214. volumetric_light_sample_mult = "0.5" // 0.5 to 2
  215.  
  216. //
  217. //Audio
  218. //
  219.  
  220. //Adjusts the volume for character and announcer voices.
  221. voice_scale = "1" // 0 to 1
  222.  
  223. //Adjusts the volume of the music.
  224. music_scale = "1" // 0 to 1
  225.  
  226. //Adjusts the volume of the sound effects.
  227. sfx_scale = "1" // 0 to 1
  228.  
  229. //Adjusts the volume during cinematics.
  230. cinematic_scale = "1" // 0 to 1
  231.  
  232. //Adjusts overall volume.
  233. master_scale = "1" // 0 to 1
  234.  
  235. //Mutes all sound.
  236. mute_master = "0" // 0 or 1
  237.  
  238. //Mutes music only.
  239. mute_music = "0" // 0 or 1
  240.  
  241. //Mutes character and announcer voices only.
  242. mute_voice = "0" // 0 or 1
  243.  
  244. //
  245. //Voice Chat
  246. //
  247.  
  248. //Enable voice chat
  249. enable_voice = "1" // 0 or 1
  250.  
  251. //Chat input device
  252. voice_input_device = "Default System Device" // any text
  253.  
  254. //Chat input volume
  255. voice_input_volume = "80" // 0 to 100
  256.  
  257. //Chat output device
  258. voice_output_device = "Default System Device" // any text
  259.  
  260. //Chat output volume
  261. voice_output_volume = "100" // 0 to 100
  262.  
  263. //Using push to talk
  264. voice_push_to_talk = "1" // 0 or 1
  265.  
  266. //Sensitivity of voice activation
  267. voice_va_sensitivity = "57" // 0 to 100
  268.  
  269. //
  270. //Telemetry
  271. //
  272.  
  273. //Set to 1 or 2 to display an ingame overlay of the frame performance over time.
  274. show_performance_graph = "0" // 0 to 16
  275.  
  276. ///////////////////////////////////////////////////////////////////////////////////////////////////
  277. // SYSTEM SETTINGS
  278. //
  279. // Notes:
  280. // These settings are specific to this system's hardware, and are only applied at boot time.
  281. ///////////////////////////////////////////////////////////////////////////////////////////////////
  282.  
  283. //Set to zero to force auto-detect to run at startup
  284. auto_detect_has_run = "1" // 0 or 1
  285.  
  286. //Thread count for handling the job queue
  287. worker_threads = "2" // 2 to 16
  288.  
  289. //Enable multi-threaded rendering, should improve performance on 6-cores+ cpu using Nvidia graphics card
  290. threaded_rendering = "0" // 0 or 1
  291.  
  292. //Clear to check driver against recommended
  293. last_driver_nvidia = "41634" // 0 or bigger
  294.  
  295. //Clear to check driver against recommended
  296. last_driver_amd = "180400003" // 0 or bigger
  297.  
  298. //Fraction of video memory usage to target
  299. video_memory = "0.975" // 0.75 to 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement