Guest User

Untitled

a guest
Dec 15th, 2023
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ## Settings file was created by plugin Spyglass v3.1.0
  2. ## Plugin GUID: advize.Spyglass
  3.  
  4. [Controls]
  5.  
  6. ## Keyboard shortcut to increase zoom level. See https://docs.unity3d.com/ScriptReference/KeyCode.html
  7. # Setting type: KeyboardShortcut
  8. # Default value: Mouse1
  9. IncreaseZoomKey = Mouse1
  10.  
  11. ## Keyboard shortcut to decrease zoom level. See https://docs.unity3d.com/ScriptReference/KeyCode.html
  12. # Setting type: KeyboardShortcut
  13. # Default value: Mouse1 + LeftShift
  14. DecreaseZoomKey = Mouse1 + LeftShift
  15.  
  16. ## Optional keyboard shortcut to fully zoom out. See https://docs.unity3d.com/ScriptReference/KeyCode.html
  17. # Setting type: KeyboardShortcut
  18. # Default value:
  19. RemoveZoomKey =
  20.  
  21. [General]
  22.  
  23. ## If on, the configuration is locked and can be changed by server admins only.
  24. # Setting type: Boolean
  25. # Default value: true
  26. Lock Configuration = true
  27.  
  28. ## Enable this to attempt to load localized text.
  29. # Setting type: Boolean
  30. # Default value: false
  31. EnableLocalization = false
  32.  
  33. [Spyglass]
  34.  
  35. ## Influences field of view when zoomed, recommended range is 0 (disabled) to 5.
  36. # Setting type: Single
  37. # Default value: 5
  38. FovReductionFactor = 5
  39.  
  40. ## Increase/Decrease camera zoom distance.
  41. # Setting type: Single
  42. # Default value: 5
  43. ZoomMultiplier = 5
  44.  
  45. ## Enable vignette postprocessing effect when zooming with the spyglass.
  46. # Setting type: Boolean
  47. # Default value: true
  48. EnableZoomVignetteEffect = true
  49.  
  50. ## Enable this to make the vignette perfectly round. When disabled, the vignette effect is dependent on the current aspect ratio.
  51. # Setting type: Boolean
  52. # Default value: true
  53. VignetteRounded = true
  54.  
  55. ## Set the amount of vignetting on screen.
  56. # Setting type: Single
  57. # Default value: 0.65
  58. VignetteIntensity = 0.65
  59.  
  60. ## Set the smoothness of the vignette borders.
  61. # Setting type: Single
  62. # Default value: 0.2
  63. VignetteSmoothness = 0.2
  64.  
  65. ## Set the value to round the vignette. Lower values will make a more squared vignette.
  66. # Setting type: Single
  67. # Default value: 1
  68. VignetteRoundness = 1
  69.  
  70. ## Set the color of the vignette.
  71. # Setting type: Color
  72. # Default value: 000000FF
  73. VignetteColor = 000000FF
  74.  
  75. ## Set the vignette center point (screen center is [0.5, 0.5]).
  76. # Setting type: Vector2
  77. # Default value: {"x":0.5,"y":0.5}
  78. VignetteCenter = {"x":0.5,"y":0.5}
  79.  
  80. [Troubleshooting]
  81.  
  82. ## Enable mod debug messages in console.
  83. # Setting type: Boolean
  84. # Default value: false
  85. EnableDebugMessages = false
Advertisement
Add Comment
Please, Sign In to add comment