Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 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. ;UseAmdAGS => Enables usage of AMD AGS library for additional info in crash reports
  13. ;InitialWindowPositionX/Y => -1 for centering
  14. GPUAdapter=0
  15. Monitor=0
  16. ResolutionWidth=1600
  17. ResolutionHeight=900
  18. RefreshRate=144.001007
  19. WindowMode=0
  20. AspectRatio=5
  21. VSync=0
  22. MaxGPUBufferedFrame=1
  23. UseLetterbox=0
  24. DefaultFOV=90.000000
  25. EnableAMDMultiDraw=1
  26. TAASharpenFactor=0.000000
  27. RenderScaling=50
  28. TAAScaling=100
  29. UseAmdAGS=1
  30. InitialWindowPositionX=8
  31. InitialWindowPositionY=31
  32.  
  33. [HARDWARE_INFO]
  34. GPUVendor=NVIDIA
  35. GPUDeviceId=0x1f08
  36. GPUSubSysId=0x37d11458
  37. GPUDedicatedMemoryMB=5980
  38. GPUScore=13742.000000
  39. GPUScoreConf=0.774879
  40. SystemMemoryMB=16313
  41. CPUScore=4683.137695
  42. HardwareNotificationEnable=1
  43.  
  44. [QUALITY_SETTINGS]
  45. QualityPresetName=Custom
  46. TexturePresetName=Low
  47.  
  48. [CUSTOM_PRESET_SETTINGS]
  49. Shadow=0
  50. Reflection=0
  51. LOD=0
  52. AO=0
  53. Shading=0
  54. MotionBlur=0
  55. LensEffects=0
  56. DepthOfField=0
  57. TextureFiltering=0
  58. AntiAliasingMethod=2
  59.  
  60. [READ_ONLY]
  61. DefaultValuesVersion=12
  62.  
  63. [INPUT]
  64. RawInputMouseKeyboard=1
  65. InvertAxisY=0
  66. InvertMouseAxisY=0
  67. Rumble=1
  68. AimAssist=1
  69. YawSensitivity=20
  70. PitchSensitivity=10
  71. DeadzoneLeftStick=15
  72. DeadzoneRightStick=15
  73. MouseSensitivity=50
  74. MouseYawSensitivity=12
  75. MousePitchSensitivity=12
  76. MouseSensitivityMultiplierUnit=0.020000
  77. MouseScroll=1
  78. XFactorAiming=0.020000
  79. ToggleAim=1
  80. ToggleLean=1
  81. ToggleSprint=0
  82. ToggleCrouch=0
  83. ToggleProne=1
  84. ToggleWalk=1
  85. ToggleGadgetDeploymentGamepad=0
  86. ToggleGadgetDeploymentKeyboard=1
  87. AimDownSights=50
  88. AimDownSightsMouse=70
  89. ControlSchemeIndex=0
  90. ControllerInputDevice=0
  91.  
  92. [DISPLAY]
  93. ;FPSLimit => Limit the game's fps. Minimum of 30fps. Anything below will disable the fps limit.
  94. ;Console => Enables the in-game console which is mapped to `/~. Will only work if the key is not already mapped.
  95. Brightness=67.000000
  96. FPSLimit=0
  97. Console=0
  98.  
  99. [AUDIO]
  100. ;Dynamic Range mode: (0) Hi-Fi, (1) TV, (2) Night Mode
  101. ;VoiceChatCaptureMode => 0 Auto / 1 Manual / 2 Push to talk
  102. Subtitle=0
  103. Volume=0.640000
  104. VolumeMusic=0.000000
  105. VolumeSoundEffects=1.000000
  106. VolumeVoice=1.000000
  107. DynamicRangeMode=2
  108. VoiceChatPlaybackLevel=71
  109. VoiceChatCaptureThresholdV2=35
  110. VoiceChatCaptureMode=0
  111. VoiceChatCaptureLevel=100
  112. Mute=0
  113. VoiceChatMuteAll=0
  114. VoiceChatTeamOnly=1
  115. VoiceChatVolume=5
  116.  
  117. [GAMEPLAY]
  118. PartyPrivacyEnable=0
  119. GameplayPingEnable=1
  120.  
  121. [ONLINE]
  122. ;DataCenterHint =>
  123. ; default 'ping based'
  124. ; eus 'us east'
  125. ; cus 'us central'
  126. ; scus 'us south central'
  127. ; wus 'us west'
  128. ; sbr 'brazil south'
  129. ; neu 'europe north'
  130. ; weu 'europe west'
  131. ; eas 'asia east'
  132. ; seas 'asia south east'
  133. ; eau 'australia east'
  134. ; wja 'japan west'
  135. ;
  136. ;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
  137. DataCenterHint=default
  138. UseUPnP=1
  139. UseProxyAutoDiscovery=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement