From 371accc92cb50a314a2572e29a7171421141b6ec Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 23 Jan 2021 22:37:53 -0500 Subject: [PATCH] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d222ec3..7851f19 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Zenity menus are used for a GUI experience with a fallback to terminal-based men ## Options: +`Preflight Check` +- Run a series of system optimization checks and offer to fix any issues. + - Checks that vm.max_map_count is set to at least 16777216 to give the game access to sufficient memory. + - Checks that the hard open file descriptors limit is set to at least 524288. + `Manage Lutris Runners` - Quickly install and delete Lutris wine runners @@ -21,15 +26,6 @@ Zenity menus are used for a GUI experience with a fallback to terminal-based men - To re-import your keybinds from within the game, select them from the list: - *Options->Keybindings->Control Profiles* -`Check vm.max_map_count for optimal performance` -- We recommend setting this to at least 16777216 to give the game access to sufficient memory. -- The helper will offer to set it for you or show you the commands to do it yourself. - -`Check my open file descriptors limit` -- We recommend setting the hard open files limit to at least 524288. -- The helper will offer to set it for you and try to auto-detect the correct method to do so. -- It is able to update either */etc/systemd/system.conf* or */etc/security/limits.conf* - `Delete my shaders only` - Sometimes all you need to do between major version updates is delete your shaders directory.