From 49bfead602369c6aeca1a89fd4e905889e5ec309 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Fri, 19 Jun 2020 17:50:20 +0200 Subject: [PATCH] Documenting log uploading --- README.md | 2 ++ bin/MangoHud.conf | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index cd07ba0e..b5e13c09 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,8 @@ A partial list of parameters are below. See the config file for a complete list. | `gpu_name` | Displays GPU name from pci.ids | | `gpu_power` | Display GPU draw in watts | | `engine_version` | Display OpenGL or vulkan and vulkan-based render engine's version | +| `permit_upload` | Allow uploading of logs to Flightlessmango.com | +| `upload_log` | Change keybind for uploading log | Example: `MANGOHUD_CONFIG=cpu_temp,gpu_temp,position=top-right,height=500,font_size=32` diff --git a/bin/MangoHud.conf b/bin/MangoHud.conf index 0ec4a37a..652a933f 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -109,6 +109,7 @@ background_alpha=0.5 #toggle_hud=Shift_R+F12 #toggle_logging=Shift_L+F2 #reload_cfg=Shift_L+F4 +#upload_log=Shift+F3 ################## LOG ################# @@ -116,3 +117,5 @@ background_alpha=0.5 # log_duration ### Define name and location of the output file (Required for logging) # output_file +### Permit uploading logs directly to Flightlessmango.com +# permit_upload=1 \ No newline at end of file