From d2ec6fe277bb69db2a6ca75dc792a3f3f5f5b3ec Mon Sep 17 00:00:00 2001 From: NoXPhasma Date: Mon, 29 May 2023 12:58:19 +0200 Subject: [PATCH] Add preset description to Readme --- README.md | 1 + data/MangoHud.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 718b3150..9665e05a 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `permit_upload` | Allow uploading of logs to Flightlessmango.com | | `picmip` | Mip-map LoD bias. Negative values will increase texture sharpness (and aliasing). Positive values will increase texture blurriness `-16`-`16` | | `position=` | Location of the HUD: `top-left` (default), `top-right`, `middle-left`, `middle-right`, `bottom-left`, `bottom-right`, `top-center`, `bottom-center` | +| `preset=` | Set a pre-defined preset to be used, default is `-1`. Available presets:
`0` (No Hud)
`1` (FPS Only)
`2` (Horizontal)
`3` (Extended)
`4` (Detailed)
Own presets can be defined by creating a [presets.conf](data/presets.conf) file in `~/.config/MangoHud/`. | | `procmem`
`procmem_shared`, `procmem_virt`| Displays process' memory usage: resident, shared and/or virtual. `procmem` (resident) also toggles others off if disabled | | `ram`
`vram` | Display system RAM/VRAM usage | | `read_cfg` | Add to MANGOHUD_CONFIG as first parameter to also load config file. Otherwise only `MANGOHUD_CONFIG` parameters are used | diff --git a/data/MangoHud.conf b/data/MangoHud.conf index e4aebfdf..b8a138e7 100644 --- a/data/MangoHud.conf +++ b/data/MangoHud.conf @@ -42,7 +42,7 @@ # -1 = default # 0 = no display # 1 = fps only -# 2 = horizontal viewed +# 2 = horizontal view # 3 = extended # 4 = high detailed information # preset=-1