From 693ad3cefc9cd5001abd840f213eff320030dc58 Mon Sep 17 00:00:00 2001 From: derrod Date: Tue, 5 May 2020 16:27:14 +0200 Subject: [PATCH] Version 0.0.10 --- README.md | 66 +++++++++++++++---------------------------- legendary/__init__.py | 4 +-- 2 files changed, 24 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 7e2f75f..8cf3925 100644 --- a/README.md +++ b/README.md @@ -149,40 +149,26 @@ positional arguments: optional arguments: -h, --help show this help message and exit --base-path Path for game installations (defaults to ~/legendary) - --game-folder Folder for game installation (defaults to folder in - metadata) + --game-folder Folder for game installation (defaults to folder in metadata) --max-shared-memory - Maximum amount of shared memory to use (in MiB), - default: 1 GiB - --max-workers Maximum amount of download workers, default: 2 * - logical CPU - --manifest Manifest URL or path to use instead of the CDN one - (e.g. for downgrading) - --old-manifest Manifest URL or path to use as the old one (e.g. for - testing patching) - --base-url Base URL to download from (e.g. to test or switch to a - different CDNs) + Maximum amount of shared memory to use (in MiB), default: 1 GiB + --max-workers Maximum amount of download workers, default: 2 * logical CPU + --manifest Manifest URL or path to use instead of the CDN one (e.g. for downgrading) + --old-manifest Manifest URL or path to use as the old one (e.g. for testing patching) + --base-url Base URL to download from (e.g. to test or switch to a different CDNs) --force Ignore existing files (overwrite) - --disable-patching Do not attempt to patch existing installations - (download entire changed file) - --download-only Do not mark game as intalled and do not run prereq - installers after download - --update-only Abort if game is not already installed (for - automation) - --dlm-debug Set download manager and worker processes' loglevel to - debug + --disable-patching Do not attempt to patch existing installations (download entire changed file) + --download-only, --no-install + Do not mark game as intalled and do not run prereq installers after download + --update-only Abort if game is not already installed (for automation) + --dlm-debug Set download manager and worker processes' loglevel to debug --platform Platform override for download (disables install) - --prefix Only fetch files whose path starts with (case - insensitive) - --exclude Exclude files starting with (case - insensitive) - --install-tag Only download files with the specified install tag - (testing) - --enable-reordering Enable reordering to attempt to optimize RAM usage - during download - --dl-timeout Connection timeout for downloader (default: 10 - seconds) + --prefix Only fetch files whose path starts with (case insensitive) + --exclude Exclude files starting with (case insensitive) + --install-tag Only download files with the specified install tag (testing) + --enable-reordering Enable reordering to attempt to optimize RAM usage during download + --dl-timeout Connection timeout for downloader (default: 10 seconds) Command: uninstall @@ -205,19 +191,15 @@ positional arguments: optional arguments: -h, --help show this help message and exit - --offline Skip login and launch game without online - authentication + --offline Skip login and launch game without online authentication --skip-version-check Skip version check when launching game in online mode --override-username - Override username used when launching the game (only - works with some titles) - --dry-run Print the command line that would have been used to - launch the game and exit + Override username used when launching the game (only works with some titles) + --dry-run Print the command line that would have been used to launch the game and exit Command: list-games -usage: legendary list-games [-h] [--platform ] [--include-ue] [--csv] - [--tsv] +usage: legendary list-games [-h] [--platform ] [--include-ue] [--csv] [--tsv] optional arguments: -h, --help show this help message and exit @@ -239,10 +221,7 @@ optional arguments: Command: list-files -usage: legendary list-files [-h] [--force-download] [--platform ] - [--manifest ] [--csv] [--tsv] [--hashlist] - [--install-tag ] - [] +usage: legendary list-files [-h] [--force-download] [--platform ] [--manifest ] [--csv] [--tsv] [--hashlist] [--install-tag ] [] positional arguments: Name of the app @@ -255,8 +234,7 @@ optional arguments: --manifest Manifest URL or path to use instead of the CDN one --csv Output in CSV format --tsv Output in TSV format - --hashlist Output file hash list in hashcheck/sha1sum compatible - format + --hashlist Output file hash list in hashcheck/sha1sum compatible format --install-tag Show only files with specified install tag ```` diff --git a/legendary/__init__.py b/legendary/__init__.py index d17b1aa..bc8e68f 100644 --- a/legendary/__init__.py +++ b/legendary/__init__.py @@ -1,4 +1,4 @@ """Legendary!""" -__version__ = '0.0.9' -__codename__ = 'Questionable Ethics' +__version__ = '0.0.10' +__codename__ = 'Surface Tension'