You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,17 @@ Make sure to move dwmapi.dll to the UE4SS folder when updating UE4SS
10
10
11
11
UE4SS is licensed under MIT - https://github.com/UE4SS-RE/RE-UE4SS
12
12
13
-
## USMap Generation Concept
14
-
15
-
1. Loop every 1 minute check if Dark and Darker has an update
16
-
2. Update Dark and Darker
17
-
3. Run `bash copy_win64.sh` or python equivalent
18
-
4. Run `bash start_tavern.sh` or python equivalent
19
-
5. Loop every 5 seconds check if Mapping.usmap exists
20
-
6. Run `bash kill_proton.sh` or python equivalent
21
-
7. Go back to step 1
22
-
23
13
## Requirements
24
14
15
+
- A Linux environment (Tested on Ubuntu 24.04, but others will probably work)
16
+
- A 2FA-enabled Steam account that owns Dark and Darker
25
17
- Steam should be installed at `$HOME/.local/share/Steam/`
26
18
- Dark and Darker should be installed at `$HOME/.local/share/Steam/steamapps/common/'Dark and Darker'`
27
-
- Proton Experimental should be installed at `$HOME/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/`
28
-
-[uv](https://github.com/astral-sh/uv) should be installed
19
+
- Proton Experimental should be installed at `$HOME/.local/share/Steam/steamapps/common/'Proton - Experimental'/`
20
+
-[steamguard-cli](https://github.com/dyc3/steamguard-cli) should be installed, and credentials stored in `$HOME/.config/steamguard-cli/maFiles/`
21
+
-[uv](https://github.com/astral-sh/uv) should be installed for a reliable environment
0 commit comments