From 740b3101fd3cb1640e7ae95603fd1c9839f100bd Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:28:02 -0300 Subject: [PATCH] Update to Zwift 1.0.134990 --- README.md | 10 +++++----- cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml | 2 +- cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml | 2 +- data/variants.txt | 4 +++- zwift_offline.py | 1 + 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 83800c79..4cc5d11e 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ zoffline can be installed on the same machine as Zwift or another local machine.
Windows Instructions * Install Zwift - * If your Zwift version is 1.0.134871, you're all set. + * If your Zwift version is 1.0.134990, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.134871 and zoffline is running from source: copy ``C:\Program Files (x86)\Zwift\Zwift_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file. - * If your Zwift version is newer than 1.0.134871 and zoffline is not running from source: wait for zoffline to be updated. + * If your Zwift version is newer than 1.0.134990 and zoffline is running from source: copy ``C:\Program Files (x86)\Zwift\Zwift_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file. + * If your Zwift version is newer than 1.0.134990 and zoffline is not running from source: wait for zoffline to be updated. * __NOTE:__ instead of performing the steps below you can instead just run the __configure_client__ script from https://github.com/oldnapalm/zoffline-helper/releases/latest * On your Windows machine running Zwift, copy the following files in this repo to a known location: * [ssl/cert-zwift-com.p12](https://github.com/zoffline/zwift-offline/raw/master/ssl/cert-zwift-com.p12) @@ -124,9 +124,9 @@ to generate your own certificates and do the same.
macOS Instructions * Install Zwift - * If your Zwift version is 1.0.134871, you're all set. + * If your Zwift version is 1.0.134990, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.134871: copy ``~/Library/Application Support/Zwift/ZwiftMac_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file. + * If your Zwift version is newer than 1.0.134990: copy ``~/Library/Application Support/Zwift/ZwiftMac_ver_cur.xml`` to zoffline's ``cdn/gameassets/Zwift_Updates_Root/`` overwriting the existing file. * On your Mac machine running Zwift, copy the file [ssl/cert-zwift-com.pem](https://github.com/zoffline/zwift-offline/raw/master/ssl/cert-zwift-com.pem) in this repo to a known location. * Open Keychain Access, select "System" under "Keychains", select "Certificates" under "Category" * Click "File - Import Items..." and import cert-zwift-com.pem diff --git a/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml b/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml index d58f0114..2c9a9223 100644 --- a/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml @@ -1 +1 @@ - + diff --git a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml index 43d88fdf..28fefe9a 100644 --- a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml @@ -1 +1 @@ - + diff --git a/data/variants.txt b/data/variants.txt index dc5c0759..626044b7 100644 --- a/data/variants.txt +++ b/data/variants.txt @@ -1234,7 +1234,7 @@ "values": { "fields": { "current_equipped_first": { - "boolValue": true + "boolValue": false }, "sort_accessories": { "boolValue": false @@ -1559,6 +1559,7 @@ }, { "name": "game_settings_service", + "value": true, "values": {} }, { @@ -1637,6 +1638,7 @@ }, { "name": "game_user_storage_service", + "value": true, "values": {} }, { diff --git a/zwift_offline.py b/zwift_offline.py index 54892968..9a12d5dd 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -1313,6 +1313,7 @@ def api_clubs_club_my_clubs_summary(): @app.route('/api/game-asset-patching-service/manifest', methods=['GET']) @app.route('/api/race-results', methods=['POST']) @app.route('/api/workout/progress', methods=['POST']) +@app.route('/api/player-profile/user-game-storage/attributes', methods=['GET', 'POST']) # will load from prefs.xml def api_proto_empty(): return '', 200