diff --git a/README.md b/README.md index e578e37b..6a9dc9bf 100644 --- a/README.md +++ b/README.md @@ -198,10 +198,13 @@ All vulkan vsync options might not be supported on your device, you can check wh ## MangoHud FPS logging -When you toggle logging (using the keybind `Shift_L+F2`), a file is created with your chosen name (using `output_file`) plus a date & timestamp. +You must set a valid path for `output_folder` in your configuration to store logs in. -This file can be uploaded to [Flightlessmango.com](https://flightlessmango.com/games/user_benchmarks) to create graphs automatically. -you can share the created page with others, just link it. +When you toggle logging (using the keybind `Shift_L+F2`), a file is created with the game name plus a date & timestamp in your `output_folder`. + +Log files can be uploaded to [Flightlessmango.com](https://flightlessmango.com/games/user_benchmarks) to create graphs automatically. + +You can share the created page with others, just link it. #### Multiple log files diff --git a/bin/MangoHud.conf b/bin/MangoHud.conf index 408b6c4b..4a9d2d67 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -130,8 +130,8 @@ background_alpha=0.5 ### Set amount of time in second that the logging will run for # log_duration -### Define name and location of the output file (Required for logging) -# output_file +### Set location of the output files (Required for logging) +# output_folder = /home//mangologs ### Permit uploading logs directly to Flightlessmango.com # permit_upload=1 ### Define a '+'-separated list of percentiles shown in the benchmark results.