Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 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=1440
  16. ResolutionHeight=1080
  17. RefreshRate=144.000000
  18. WindowMode=0
  19. AspectRatio=3
  20. VSync=0
  21. MaxGPUBufferedFrame=1
  22. UseLetterbox=0
  23. DefaultFOV=90.000000
  24. EnableAMDMultiDraw=1
  25. TAASharpenFactor=0.500000
  26. RenderScaling=75
  27. TAAScaling=100
  28. InitialWindowPositionX=219
  29. InitialWindowPositionY=31
  30.  
  31. [HARDWARE_INFO]
  32. GPUVendor=NVIDIA
  33. GPUDeviceId=0x1b06
  34. GPUSubSysId=0x120f10de
  35. GPUDedicatedMemoryMB=11127
  36. GPUScore=13867.000000
  37. GPUScoreConf=1.000000
  38. SystemMemoryMB=32728
  39. CPUScore=4662.328613
  40. HardwareNotificationEnable=1
  41.  
  42. [QUALITY_SETTINGS]
  43. QualityPresetName=Custom
  44. TexturePresetName=Medium
  45.  
  46. [CUSTOM_PRESET_SETTINGS]
  47. Shadow=1
  48. Reflection=0
  49. LOD=0
  50. AO=0
  51. Shading=0
  52. MotionBlur=1
  53. LensEffects=0
  54. DepthOfField=0
  55. TextureFiltering=0
  56. AntiAliasingMethod=1
  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=25
  68. PitchSensitivity=25
  69. DeadzoneLeftStick=15
  70. DeadzoneRightStick=15
  71. MouseSensitivity=50
  72. MouseYawSensitivity=7
  73. MousePitchSensitivity=7
  74. MouseSensitivityMultiplierUnit=0.020000
  75. MouseScroll=1
  76. XFactorAiming=0.020000
  77. ToggleAim=0
  78. ToggleLean=1
  79. ToggleSprint=0
  80. ToggleCrouch=0
  81. ToggleProne=1
  82. ToggleWalk=0
  83. ToggleGadgetDeploymentGamepad=0
  84. ToggleGadgetDeploymentKeyboard=1
  85. AimDownSights=50
  86. AimDownSightsMouse=63
  87. ControlSchemeIndex=0
  88. ControllerInputDevice=0
  89.  
  90. [DISPLAY]
  91. ;FPSLimit => Limit the game's fps. Minimum of 30fps. Anything below will disable the fps limit.
  92. Brightness=75.000000
  93. FPSLimit=0
  94.  
  95. [AUDIO]
  96. ;Dynamic Range mode: (0) Hi-Fi, (1) TV, (2) Night Mode
  97. ;VoiceChatCaptureMode => 0 Auto / 1 Manual / 2 Push to talk
  98. Subtitle=1
  99. Volume=0.320000
  100. VolumeMusic=0.000000
  101. VolumeSoundEffects=1.000000
  102. VolumeVoice=0.820000
  103. DynamicRangeMode=1
  104. VoiceChatPlaybackLevel=88
  105. VoiceChatCaptureThresholdV2=35
  106. VoiceChatCaptureMode=0
  107. VoiceChatCaptureLevel=100
  108. Mute=0
  109. VoiceChatMuteAll=0
  110. VoiceChatTeamOnly=1
  111. VoiceChatVolume=5
  112.  
  113. [GAMEPLAY]
  114. PartyPrivacyEnable=0
  115. GameplayPingEnable=1
  116. RealSenseDroneEnable=0
  117. RealSenseOBSPath=
  118. RealSenseSize=0.166700
  119. RealSensePosX=0.010000
  120. RealSensePosY=0.990000
  121. RealSenseHighQuality=0
  122. RealSenseProfile=-1
  123.  
  124. [ONLINE]
  125. ;DataCenterHint =>
  126. ; default 'ping based'
  127. ; eus 'us east'
  128. ; cus 'us central'
  129. ; scus 'us south central'
  130. ; wus 'us west'
  131. ; sbr 'brazil south'
  132. ; neu 'europe north'
  133. ; weu 'europe west'
  134. ; eas 'asia east'
  135. ; seas 'asia south east'
  136. ; eau 'australia east'
  137. ; wja 'japan west'
  138. ;
  139. ;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
  140. DataCenterHint=default
  141. UseUPnP=1
  142. UseProxyAutoDiscovery=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement