diff --git a/README.md b/README.md index 54033db..0bfca47 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.100241, you're all set. + * If your Zwift version is 1.0.100278, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.100241 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.100241 and zoffline is not running from source: wait for zoffline to be updated. + * If your Zwift version is newer than 1.0.100278 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.100278 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.100241, you're all set. + * If your Zwift version is 1.0.100278, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.100241: 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.100278: 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 aa40742..999bc1c 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.100278_e38ad30c_manifest.xml" +manifest_checksum="-1444641024" +ver_cur_checksum="528791174"/> diff --git a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml index f50d6e3..1c2b382 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.100278_e38ad30c_manifest.xml" +manifest_checksum="-66255579" +ver_cur_checksum="748877686"/> diff --git a/zwift_offline.py b/zwift_offline.py index 0ee2320..9d3e837 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -2080,22 +2080,22 @@ def experimentation_v1_variant(): ('game_1_17_ble_disable_component_sport_filter', 1, None), ('game_1_18_new_welcome_ride', None, None), ('game_1_19_achievement_service_persist', 1, None), - ('game_1_19_achievement_service_src_of_truth', None, None), + ('game_1_19_achievement_service_src_of_truth', 1, None), ('game_1_18_0_pack_dynamics_2_5_collision_push_back_removal', 1, None), ('game_1_18_alternate_control_point_pairing', None, None), ('game_1_18_swap_legacy_controllable_for_ftms', None, None), - ('game_1_19_gender_dob_change', None, None), - ('game_1_18_0_osx_monterey_bluetooth_uart_fix', None, 0), + ('game_1_19_gender_dob_change', 1, None), + ('game_1_18_0_osx_monterey_bluetooth_uart_fix', 1, 0), ('game_1_19_0_default_rubberbanding', None, None), ('game_1_19_use_tabbed_settings', None, 0), ('pedal_assist_20', None, None), ('game_1_19_segment_results_sub_active', 1, 0), ('game_1_19_0_alternate_ble_dll', None, None), - ('game_1_20_hw_experiment_1', None, None), + ('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_20_apple_novus_ble_refactor', None, None), - ('game_1_20_0_ble_data_guard', 1, None), + ('game_1_20_0_ble_data_guard', 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),