Advertisement
Conchubair

Untitled

Aug 7th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. {
  2. "QualitySettings":
  3. {
  4. "categoryName": "QualitySettings",
  5. "showAdvancedSettings": false
  6. },
  7. "ShooterAudioSettings":
  8. {
  9. "masterVolume": 8,
  10. "dialogueVolume": 100,
  11. "effectsVolume": 100,
  12. "masterMusicVolume": 100,
  13. "matchMusicVolume": 100,
  14. "backgroundMusicVolume": 100,
  15. "profanity": true,
  16. "categoryName": "Audio",
  17. "showAdvancedSettings": false
  18. },
  19. "ShooterGameQualitySettings":
  20. {
  21. "mouseSensitivity": 2,
  22. "assassinMeleeTracking": false,
  23. "invertMouse": false,
  24. "categoryName": "Game",
  25. "showAdvancedSettings": true
  26. },
  27. "ShooterKeyMapSettings":
  28. {
  29. "moveForward": "E",
  30. "moveBack": "D",
  31. "moveLeft": "S",
  32. "moveRight": "F",
  33. "fire": "LeftMouseButton",
  34. "altFire": "RightMouseButton",
  35. "ultimate": "Q",
  36. "abilityTwo": "Two",
  37. "abilityThree": "Backslash",
  38. "reload": "T",
  39. "swap": "W",
  40. "jump": "SpaceBar",
  41. "blindFire": "LeftControl",
  42. "kick": "MiddleMouseButton",
  43. "taunt": "R",
  44. "characterSelect": "C",
  45. "categoryName": "KeyMap",
  46. "showAdvancedSettings": false
  47. },
  48. "VideoQualitySettings":
  49. {
  50. "globalQuality": "Low",
  51. "frontEndWindowMode": "FullScreen",
  52. "inMatchWindowMode": "FullScreen",
  53. "inMatchResolution": "Automatic",
  54. "inMatchScreenPercentage": 100,
  55. "viewDistanceQuality": "Low",
  56. "antiAliasingQuality": "Low",
  57. "shadowQuality": "Low",
  58. "postProcessQuality": "Low",
  59. "textureQuality": "Low",
  60. "effectsQuality": "Low",
  61. "gBufferFormat": "Normal",
  62. "firstPersonQuality": "Low",
  63. "numBufferedOcclusionFrames": 2,
  64. "maxNumCharacterLights": 16,
  65. "autoManageTextureVRAM": true,
  66. "fOV": 110,
  67. "vsync": false,
  68. "enableDynamicShadowCasters": false,
  69. "enableInsetShadows": false,
  70. "enableTranslucentShadows": false,
  71. "enableCharacterShadows": false,
  72. "enableFirstPersonSelfShadows": false,
  73. "enableFirstPersonWorldShadows": false,
  74. "enableOnlyCharacterDynamicShadows": false,
  75. "enableStationaryLightCascadedShadows": false,
  76. "enableNonDirectionalLightShadows": false,
  77. "maxNumCharacterShadowMaps": 16,
  78. "characterSelfShadowMapDistance": 10000,
  79. "characterWorldShadowMapDistance": 10000,
  80. "characterDirectCapsuleShadowDistance": 10000,
  81. "characterShadowMapResolution": 512,
  82. "smoothedFrameRate": false,
  83. "categoryName": "VideoQualitySettings",
  84. "showAdvancedSettings": false
  85. },
  86. "BkpCharacterLevelOfDetailQualitySettings":
  87. {
  88. "maxNumberOfHighDetailCharacters": 0,
  89. "maxNumberOfMediumDetailCharacters": 0,
  90. "highDetail":
  91. {
  92. "animationRate": "Full",
  93. "minLOD": 0
  94. },
  95. "mediumDetail":
  96. {
  97. "animationRate": "Half",
  98. "minLOD": 1
  99. },
  100. "lowDetail":
  101. {
  102. "animationRate": "Quarter",
  103. "minLOD": 2
  104. },
  105. "categoryName": "Character LOD Settings",
  106. "showAdvancedSettings": false
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement