Merge pull request #342 from krathalan/master

Add output_folder config option to MangoHud.conf and update readme
pull/367/head
flightlessmango 4 years ago committed by GitHub
commit 96bf79775c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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/<USERNAME>/mangologs
### Permit uploading logs directly to Flightlessmango.com
# permit_upload=1
### Define a '+'-separated list of percentiles shown in the benchmark results.

Loading…
Cancel
Save