Advertisement
Guest User

cfg r6

a guest
Jun 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. [DISPLAY_SETTINGS]
  2. ;ResolutionXXX => 0 for autodetection
  3. ;RefreshRate => 0 will let DirectX pick it
  4. ;WindowMode => 0 fullscreen / 1 windowed / 2 borderless
  5. ;AspectRatio => 0 display / 1 resolution / 2..N as options
  6. ;VSync => 0 disabled / 1 frame / 2 frames
  7. ;UseLetterbox => 0 disabled / 1 enabled
  8. ;DefaultFOV => Default vertical field of view (degrees)
  9. ;TAASharpenFactor => Sharpen filter applied to TAA
  10. ;RenderScaling => Percentage of the display resolution at which 3D rendering is performed
  11. ;TAAScaling => Percentage of the display resolution at which TAA is performed
  12. ;InitialWindowPositionX/Y => -1 for centering
  13. GPUAdapter=0
  14. Monitor=0
  15. ResolutionWidth=1920
  16. ResolutionHeight=1080
  17. RefreshRate=60.000000
  18. WindowMode=0
  19. AspectRatio=0
  20. VSync=0
  21. MaxGPUBufferedFrame=1
  22. UseLetterbox=0
  23. DefaultFOV=85.000000
  24. EnableAMDMultiDraw=1
  25. TAASharpenFactor=0.000000
  26. RenderScaling=80
  27. TAAScaling=100
  28. InitialWindowPositionX=-1
  29. InitialWindowPositionY=-1
  30.  
  31. [HARDWARE_INFO]
  32. GPUVendor=NVIDIA
  33. GPUDeviceId=0x1c02
  34. GPUSubSysId=0x11c210de
  35. GPUDedicatedMemoryMB=2988
  36. GPUScore=9719.000000
  37. GPUScoreConf=0.568466
  38. SystemMemoryMB=16267
  39. CPUScore=1645.389893
  40. HardwareNotificationEnable=1
  41.  
  42. [QUALITY_SETTINGS]
  43. QualityPresetName=Custom
  44. TexturePresetName=Medium
  45.  
  46. [CUSTOM_PRESET_SETTINGS]
  47. Shadow=0
  48. Reflection=0
  49. LOD=4
  50. AO=0
  51. Shading=0
  52. MotionBlur=1
  53. LensEffects=0
  54. DepthOfField=0
  55. TextureFiltering=3
  56. AntiAliasingMethod=0
  57.  
  58. [READ_ONLY]
  59. DefaultValuesVersion=12
  60.  
  61. [INPUT]
  62. RawInputMouseKeyboard=0
  63. InvertAxisY=0
  64. InvertMouseAxisY=0
  65. Rumble=1
  66. AimAssist=1
  67. YawSensitivity=20
  68. PitchSensitivity=10
  69. DeadzoneLeftStick=15
  70. DeadzoneRightStick=15
  71. MouseSensitivity=50
  72. MouseYawSensitivity=4
  73. MousePitchSensitivity=4
  74. MouseSensitivityMultiplierUnit=0.020000
  75. XFactorAiming=0.020000
  76. ToggleAim=0
  77. ToggleLean=1
  78. ToggleSprint=0
  79. ToggleCrouch=0
  80. ToggleProne=1
  81. ToggleWalk=0
  82. ToggleGadgetDeploymentGamepad=0
  83. ToggleGadgetDeploymentKeyboard=0
  84. AimDownSights=50
  85. AimDownSightsMouse=50
  86. ControlSchemeIndex=0
  87. ControllerInputDevice=0
  88.  
  89. [DISPLAY]
  90. ;FPSLimit => Limit the game's fps. Minimum of 30fps. Anything below will disable the fps limit.
  91. Brightness=50.000000
  92. FPSLimit=0
  93.  
  94. [AUDIO]
  95. ;Dynamic Range mode: (0) Hi-Fi, (1) TV, (2) Night Mode
  96. ;VoiceChatCaptureMode => 0 Auto / 1 Manual / 2 Push to talk
  97. Subtitle=0
  98. Volume=0.820000
  99. VolumeMusic=0.000000
  100. VolumeSoundEffects=1.000000
  101. VolumeVoice=0.300000
  102. DynamicRangeMode=2
  103. VoiceChatPlaybackLevel=100
  104. VoiceChatCaptureThresholdV2=35
  105. VoiceChatCaptureMode=0
  106. VoiceChatCaptureLevel=100
  107. Mute=0
  108. VoiceChatMuteAll=0
  109. VoiceChatTeamOnly=1
  110. VoiceChatVolume=5
  111.  
  112. [GAMEPLAY]
  113. PartyPrivacyEnable=0
  114. GameplayPingEnable=1
  115. RealSenseDroneEnable=0
  116. RealSenseOBSPath=
  117. RealSenseSize=0.166700
  118. RealSensePosX=0.010000
  119. RealSensePosY=0.990000
  120. RealSenseHighQuality=0
  121. RealSenseProfile=-1
  122.  
  123. [ONLINE]
  124. ;DataCenterHint =>
  125. ; default 'ping based'
  126. ; eus 'us east'
  127. ; cus 'us central'
  128. ; scus 'us south central'
  129. ; wus 'us west'
  130. ; sbr 'brazil south'
  131. ; neu 'europe north'
  132. ; weu 'europe west'
  133. ; eas 'asia east'
  134. ; seas 'asia south east'
  135. ; eau 'australia east'
  136. ; wja 'japan west'
  137. ;
  138. ;if UseProxyAutoDiscovery is set to true, http_proxy or https_proxy or all_proxy and no_proxy are going to be looked up and used for all http calls
  139. DataCenterHint=default
  140. UseUPnP=1
  141. UseProxyAutoDiscovery=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement