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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ it has to be run from a terminal (e.g. PowerShell)
35
35
- Linux, Windows (8.1+), or macOS (12.0+)
36
36
+ 32-bit operating systems are not supported
37
37
- python 3.9+ (64-bit)
38
-
+ (Windows) `pythonnet` is not yet compatible with 3.10+, use 3.9 if you plan to install `pywebview`
38
+
+ (Windows) `pythonnet` is not yet compatible with 3.10+, use 3.9 if you plan to install `pywebview`
39
39
- PyPI packages:
40
40
+`requests`
41
41
+ (optional) `pywebview` for webview-based login
@@ -71,7 +71,7 @@ Note that on Linux glibc >= 2.25 is required, so older distributions such as Ubu
71
71
72
72
#### Prerequisites
73
73
74
-
To prevent problems with permissions during installation, please upgrade your `pip` by running `python -m pip install -U pip --user`.
74
+
To prevent problems with permissions during installation, please upgrade your `pip` by running `python -m pip install -U pip --user`.
75
75
76
76
> **Tip:** You may need to replace `python` in the above command with `python3` on Linux/macOS, or `py -3` on Windows.
77
77
@@ -87,7 +87,7 @@ Optionally if logging in via an embedded web view is desired also run
87
87
```bash
88
88
pip install legendary-gl[webview]
89
89
```
90
-
On Linux this may also require installing a supported web engine and its python bindings.
90
+
On Linux this may also require installing a supported web engine and its python bindings.
91
91
Ubunutu example:
92
92
```bash
93
93
sudo apt install python3-gi-cairo
@@ -115,7 +115,7 @@ cd legendary
115
115
pip install .
116
116
````
117
117
118
-
If the `legendary` executable is not available after installation, you may need to configure your `PATH` correctly. You can do this by running the command:
118
+
If the `legendary` executable is not available after installation, you may need to configure your `PATH` correctly. You can do this by running the command:
**Note:** Importing will require a full verification so Legendary can correctly update the game later.
177
+
**Note:** Importing will require a full verification so Legendary can correctly update the game later.
178
178
**Note 2:** In order to use an alias here you may have to put it into quotes if if contains more than one word, e.g. `legendary import-game "world of goo" /mnt/games/Epic/WorldOfGoo`.
179
179
180
180
Sync savegames with the Epic Cloud
@@ -445,6 +445,8 @@ optional arguments:
445
445
--force Download all files / ignore existing (overwrite)
446
446
--disable-patching Do not attempt to patch existing installation
447
447
(download entire changed files)
448
+
--disable-read-files Do not re-read duplicated parts from already saved
449
+
files, keep them in memory
448
450
--download-only, --no-install
449
451
Do not install app and do not run prerequisite
450
452
installers after download
@@ -677,7 +679,7 @@ locale = en-US
677
679
; whether or not syncing with egl is enabled
678
680
egl_sync = false
679
681
; path to the "Manifests" folder in the EGL ProgramData directory
0 commit comments