Skip to content

Commit

Permalink
Change name to GameUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusier committed Dec 4, 2021
1 parent e3f4961 commit 3d994e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use it you can run:
multichoice.exe "This is a title" "This is a prompt" "this;is;four;options"
```

## GameMode-go
## GameUtil-go

A lightweight (zero cycles) program to kill DWM, explorer, set a timer resolution, and disable idle before gaming.

Expand All @@ -38,12 +38,12 @@ Inside of `config.json` you can configure how gamemode behaves:
### Usage

1. Launch your game
2. Launch gamemode
2. Launch GameUtil
3. alt-tab to your game
4. Once finished, alt-tab back to gamemode and press any key to restore functionality.
4. Once finished, alt-tab back to GameUtil and press any key to restore functionality.

Gamemode should be launched with [NSudo](https://github.com/M2Team/NSudo/releases/latest) (make sure it's somewhere in your path) like so:

```
nsudo -U:T -P:E -CurrentDirectory:C:\CHANGE\ME
nsudo -U:T -P:E -CurrentDirectory:C:\CHANGE\ME gameutil.exe
```
2 changes: 1 addition & 1 deletion gamemode/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module gamemode
module gameutil

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion gamemode/launch-example.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nsudo -U:T -P:E -CurrentDirectory:%~dp0 gamemode.exe
nsudo -U:T -P:E -CurrentDirectory:%~dp0 gameutil.exe
pause

0 comments on commit 3d994e8

Please sign in to comment.