Advertisement
rawfox

MangoHud-SC

Dec 25th, 2023
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. ### MangoHud configuration file
  2. ### Uncomment any options you wish to enable. Default options are left uncommented
  3. ### Use some_parameter=0 to disable a parameter (only works with on/off parameters)
  4. ### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead
  5.  
  6. ################ PERFORMANCE #################
  7.  
  8. ### Limit the application FPS
  9. # fps_limit=
  10.  
  11. ### VSYNC [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on
  12. # vsync=
  13.  
  14. ################### VISUAL ###################
  15.  
  16. gpu_color=888888
  17. gpu_color=888888
  18. vram_color=888888
  19. ram_color=888888
  20. io_color=888888
  21. engine_color=888888
  22. frametime_color=888888
  23.  
  24. text_color=cccccc
  25.  
  26. ### Display the current CPU information
  27. cpu_text=Ryzen 7
  28. cpu_stats
  29. cpu_temp
  30.  
  31. ### Display the current GPU information
  32. gpu_stats
  33. gpu_temp
  34. gpu_text=rx6800xt
  35. ### Display the frametime line graph
  36. frame_timing=0
  37.  
  38. ### Display the current system time
  39. time
  40.  
  41. ### Change the hud font size (default is 24)
  42. font_size=18
  43. #font_scale=1.5
  44.  
  45. ### Change the hud position (default is top-left)
  46. position=top-left
  47.  
  48. ### Display the current CPU load & frequency for each core
  49. #core_load
  50.  
  51. ### Display system ram / vram usage
  52. ram
  53. vram
  54.  
  55. ### Disable / hide the hud by deafult
  56. # no_display
  57.  
  58. # DXVK version
  59. engine_version
  60.  
  61. #font_scale=0.9
  62. ### Hud position offset
  63. offset_x=2100
  64. offset_y=1234
  65.  
  66. ### Hud dimensions
  67. width=270
  68. # height=
  69.  
  70. ### Hud transparency / alpha
  71. background_alpha=0.2
  72.  
  73. ### Crosshair overlay (default size is 30)
  74. # crosshair
  75. # crosshair_size=
  76. # crosshair_color=RRGGBB
  77.  
  78. ################## INTERACTION #################
  79.  
  80. ### Change toggle keybinds for the hud & logging
  81. toggle_hud=F10
  82. #toggle_logging=
  83. wine=1
  84. wine_color=0xb55343
  85.  
  86. ### Change load weight colors for CPU and GPU
  87. cpu_load_change
  88. gpu_load_change
  89. cpu_load_value=85,65
  90. gpu_load_value=85,65
  91. cpu_load_color=44ff44,ff2222,ff2222
  92. gpu_load_color=44ff44,ff2222,ff2222
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement