-
Notifications
You must be signed in to change notification settings - Fork 2
/
windows-setup.txt
35 lines (23 loc) · 1.13 KB
/
windows-setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
File extraction on Windows:
If you have a previous installation of the game on your computer,
then delete it by typing something like:
RMDIR/S <game-installation-directory>\<game-dir>
from a command line terminal.
This will save space on your computer's disk drive, and will
help to avoid confusion.
Next, move the newest archive, a 7z file
[from your Downloads directory] to any directory of your choosing:
move <file-name>.extension <game-installation-directory>
cd <game-installation-directory>
Next, unzip:
A) If you have it, PeaZip seems to work fine for all archive types.
B) If you do not already have an unzip utility, I recommend
downloading 7z [from www.7-zip.org]. It's free, and works nicely:
1) 7z x <file-name>.7z [this unzips contents to a new game-dir]
2) cd <game-dir>
Note that WSL [Windows Subsystem for Linux] is not supported.
Simple use the Windows executable provided.
Note also that an error message like "vcruntime140.dll is missing"
indicates that you should install, repair, or reinstall, the MSVC
redistributable runtime libraries for both x86 and x64.
As of 10aug24 that is version 14.40.33810.0 (2022).