Skip to content

Commit d24bdd7

Browse files
authored
Update README.md
1 parent d01b215 commit d24bdd7

File tree

1 file changed

+21
-29
lines changed

1 file changed

+21
-29
lines changed

README.md

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,33 @@
22

33
Source Repo for Atlas Utilities. These utilities are free to be used, modified, and distributed in other projects, per the [License](https://github.com/Atlas-OS/Atlas-Utilities/blob/main/LICENSE)
44

5+
## GameUtil-rs
6+
![screenshot](/img/gameutil-rs.png)
7+
8+
A tool to automate common tasks before gaming:
9+
- Setting a timer resolution (5000 = 0.5ms)
10+
- Killing DWM (or explorer)
11+
- Disabling Idle
12+
- "Cleaning" Memory
13+
14+
All settings will only change once you click the Start button, other than the Clean Memory Button.
15+
16+
### Usage
17+
18+
1. Open your Game
19+
2. Open Gameutil
20+
3. Configure settings and click start
21+
4. Play!
22+
5. Once finished, alt-tab to GameUtil and click Restore
23+
524
## filepicker
625

726
Simple file picker in Go using [go-common-file-dialog](https://github.com/harry1453/go-common-file-dialog)
827

928
This returns the path of a file e.g. `C:\Windows\System32\notepad.exe`
1029

30+
An alternative version written in rust is now [available](/filepicker-rs).
31+
1132
## MultiChoice
1233

1334
Simple multiple choice dialog in Go
@@ -19,32 +40,3 @@ To use it you can run:
1940
```
2041
multichoice.exe "This is a title" "This is a prompt" "this;is;four;options"
2142
```
22-
23-
## GameUtil-go
24-
25-
A lightweight (zero cycles) program to kill DWM, explorer, set a timer resolution, and disable idle before gaming.
26-
27-
### Configuration
28-
29-
Inside of `config.json` you can configure how gamemode behaves:
30-
31-
`TIMERRES`: Should be a number not in quotes, if you want your resolution to be 0.5: 5000, 1.0: 10000 etc..
32-
33-
`KILL_DWM`: Kills DWM, cannot be set to true while KILL_EXPLORER is set to true (KILL_DWM kills explorer)
34-
35-
`KILL_EXPLORER`: If your game does not run well with DWM killed, you can atleast kill explorer. Cannot be set to true while KILL_DWM is set to true.
36-
37-
`DISABLE_IDLE`: Disables idle while gamemode is active
38-
39-
### Usage
40-
41-
1. Launch your game
42-
2. Click start in GameUtil
43-
3. alt-tab to your game
44-
4. Once finished, alt-tab back to GameUtil and press "Restore" to restore functionality.
45-
46-
Gamemode should be launched with [NSudo](https://github.com/M2Team/NSudo/releases/latest) (make sure it's somewhere in your path) like so:
47-
48-
```
49-
nsudo -U:T -P:E -CurrentDirectory:C:\CHANGE\ME gameutil.exe
50-
```

0 commit comments

Comments
 (0)