From 73e0857888e91d4d2ffcce349bbf4fd6f3bf8492 Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Fri, 18 Feb 2022 16:45:42 -0300 Subject: [PATCH] Update to Zwift 1.0.100456 --- README.md | 10 +++++----- .../Zwift_Updates_Root/ZwiftMac_ver_cur.xml | 14 +++++++------- .../Zwift_Updates_Root/Zwift_ver_cur.xml | 14 +++++++------- zwift_offline.py | 4 ++-- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index f2b88b3..e4d15af 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,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.100427, you're all set. + * If your Zwift version is 1.0.100456, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.100427 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.100427 and zoffline is not running from source: wait for zoffline to be updated. + * If your Zwift version is newer than 1.0.100456 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.100456 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/zoffline/zwift-offline/releases/tag/zoffline_helper * On your Windows machine running Zwift, copy the following files in this repo to a known location: * ``ssl/cert-zwift-com.p12`` @@ -123,9 +123,9 @@ to generate your own certificates and do the same.
Mac OS X Instructions * Install Zwift - * If your Zwift version is 1.0.100427, you're all set. + * If your Zwift version is 1.0.100456, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.100427: 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.100456: 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 following files in this repo to a known location: * ``ssl/cert-zwift-com.p12`` * ``ssl/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 848b93f..647e69e 100644 --- a/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml @@ -1,9 +1,9 @@ +manifest="ZwiftMac_1.0.100456_3289e03b_manifest.xml" +manifest_checksum="453629562" +ver_cur_checksum="1312611185"/> diff --git a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml index be72abe..64c8bee 100644 --- a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml @@ -1,9 +1,9 @@ +manifest="Zwift_1.0.100456_3289e03b_manifest.xml" +manifest_checksum="-779407785" +ver_cur_checksum="1582609789"/> diff --git a/zwift_offline.py b/zwift_offline.py index 2875dda..b53e17d 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -2102,9 +2102,9 @@ def experimentation_v1_variant(): ('game_1_20_clickable_telemetry_box', None, None), ('game_1_20_0_enable_stages_steering', None, 0), ('game_1_21_0_hud_highlighter', None, None), - ('game_1_21_default_activity_name_change', None, None), + ('game_1_21_default_activity_name_change', 1, None), ('game_1_21_android_novus_ble_refactor', None, None), - ('game_1_21_0_gpu_deprecation_warning_message', None, None), + ('game_1_21_0_gpu_deprecation_warning_message', 1, None), ('game_1_21_ftms_set_rider_weight', None, None), ('game_1_21_ble_dll_v2', None, None), ('game_1_22_allow_uturns_at_low_speed', None, None),