From d9d04fc5a048ae46628f48eb4556e2a1fd8a116b Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Wed, 19 Jan 2022 10:45:20 -0300 Subject: [PATCH] Update to Zwift 1.0.100345 --- README.md | 10 +++++----- .../Zwift_Updates_Root/ZwiftMac_ver_cur.xml | 16 ++++++++-------- .../Zwift_Updates_Root/Zwift_ver_cur.xml | 16 ++++++++-------- zwift_offline.py | 6 +++--- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 8298039..80609e6 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,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.100317, you're all set. + * If your Zwift version is 1.0.100345, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.100317 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.100317 and zoffline is not running from source: wait for zoffline to be updated. + * If your Zwift version is newer than 1.0.100345 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.100345 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`` @@ -124,9 +124,9 @@ to generate your own certificates and do the same.
Mac OS X Instructions * Install Zwift - * If your Zwift version is 1.0.100317, you're all set. + * If your Zwift version is 1.0.100345, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.100317: 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.100345: 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 2951c05..5372e49 100644 --- a/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml @@ -1,10 +1,10 @@ +manifest="ZwiftMac_1.0.100345_b7d49645_manifest.xml" +manifest_checksum="-1322944256" +ver_cur_checksum="-372113251"/> diff --git a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml index 2057fc7..c0a3b33 100644 --- a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml @@ -1,10 +1,10 @@ +manifest="Zwift_1.0.100345_b7d49645_manifest.xml" +manifest_checksum="-39349509" +ver_cur_checksum="-1500515572"/> diff --git a/zwift_offline.py b/zwift_offline.py index ea718f2..f5f5538 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -2066,7 +2066,7 @@ def experimentation_v1_variant(): ('game_1_12_1_retire_client_chat_culling', 1, None), ('game_1_14_draftlock_fix', None, None), ('xplatform_partner_connection_vitality', None, None), - ('game_1_21_flickery_avatar_fix', None, None), + ('game_1_21_flickery_avatar_fix', 1, None), ('pack_dynamics_30_global', 1, None), ('pack_dynamics_30_makuri', 1, None), ('pack_dynamics_30_london', 1, None), @@ -2089,9 +2089,9 @@ def experimentation_v1_variant(): ('game_1_19_segment_results_sub_active', 1, 0), ('game_1_20_hw_experiment_1', 1, None), ('game_1_19_paired_devices_alerts', 1, None), - ('game_1_19_real_time_unlocks', None, None), + ('game_1_19_real_time_unlocks', 1, None), ('game_1_20_apple_novus_ble_refactor', None, None), - ('game_1_20_0_ble_data_guard', None, None), + ('game_1_21_ble_data_guard_v2', None, None), ('game_1_20_disable_high_volume_send_mixpanel', None, None), ('game_1_20_steering_mode_cleanup', None, None), ('game_1_20_clickable_telemetry_box', None, None),