From 0e48cd1d1722440cdb3784547a976d0e4f68c402 Mon Sep 17 00:00:00 2001 From: Hunter Peavey Date: Mon, 7 Sep 2020 17:09:10 -0700 Subject: [PATCH 1/3] Add output_folder config option to MangoHud.conf --- bin/MangoHud.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/MangoHud.conf b/bin/MangoHud.conf index 408b6c4b..6b4b9f8b 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -132,6 +132,8 @@ background_alpha=0.5 # log_duration ### Define name and location of the output file (Required for logging) # output_file +### Define folder to put logs in +# 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. From 57e99c46ebb473a1c721a7a96c901cbe81aebea7 Mon Sep 17 00:00:00 2001 From: Hunter Peavey Date: Tue, 8 Sep 2020 00:20:34 -0700 Subject: [PATCH 2/3] Update readme --- README.md | 9 ++++++--- bin/MangoHud.conf | 4 +--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e578e37b..513102a4 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 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 6b4b9f8b..4a9d2d67 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -130,9 +130,7 @@ 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 -### Define folder to put logs in +### Set location of the output files (Required for logging) # output_folder = /home//mangologs ### Permit uploading logs directly to Flightlessmango.com # permit_upload=1 From 5f4dade51243fc371331a512013fac179dd8f9e9 Mon Sep 17 00:00:00 2001 From: Hunter Peavey Date: Tue, 8 Sep 2020 00:21:32 -0700 Subject: [PATCH 3/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 513102a4..6a9dc9bf 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ All vulkan vsync options might not be supported on your device, you can check wh You must set a valid path for `output_folder` in your configuration to store logs in. -When you toggle logging (using the keybind `Shift_L+F2`), a file is created the game name plus a date & timestamp in your `output_folder`. +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.