From 4e22859a079069380952401f21a6b9da0569cff8 Mon Sep 17 00:00:00 2001 From: Zusier Date: Fri, 3 Dec 2021 14:09:32 -0600 Subject: [PATCH] Improve gamemode instructions --- gamemode/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gamemode/README.md b/gamemode/README.md index 90d1612..2bc8710 100644 --- a/gamemode/README.md +++ b/gamemode/README.md @@ -16,6 +16,13 @@ DISABLE_IDLE: Disables idle while gamemode is active ## USAGE: -This should be launched with NSudo like so: +1. Launch your game +2. Launch gamemode +3. alt-tab to your game +4. Once finished, alt-tab back to gamemode and press any key to restore functionality. -nsudo -U:T -P:E -CurrentDirectory:C:\CHANGE\ME \ No newline at end of file +Gamemode should be launched with NSudo (make sure it's somewhere in your path) like so: + +``` +nsudo -U:T -P:E -CurrentDirectory:C:\CHANGE\ME +``` \ No newline at end of file