mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-07-30 23:50:20 -07:00
Update to Zwift 1.0.101324
This commit is contained in:
@@ -93,10 +93,10 @@ zoffline can be installed on the same machine as Zwift or another local machine.
|
||||
<details><summary>Windows Instructions</summary>
|
||||
|
||||
* Install Zwift
|
||||
* If your Zwift version is 1.0.101236, you're all set.
|
||||
* If your Zwift version is 1.0.101324, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.101236 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.101236 and zoffline is not running from source: wait for zoffline to be updated.
|
||||
* If your Zwift version is newer than 1.0.101324 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.101324 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``
|
||||
@@ -122,9 +122,9 @@ to generate your own certificates and do the same.
|
||||
<details><summary>Mac OS X Instructions</summary>
|
||||
|
||||
* Install Zwift
|
||||
* If your Zwift version is 1.0.101236, you're all set.
|
||||
* If your Zwift version is 1.0.101324, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.101236: 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.101324: 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``
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<Zwift
|
||||
version="1.0.101236"
|
||||
sversion="1.26.2 (101236)"
|
||||
gbranch="build/101236-rc-1.26.2.4-1.26.2"
|
||||
gcommit="74861a2196d690ba03744cc16be3f825c0eb1485"
|
||||
version="1.0.101324"
|
||||
sversion="1.27.0 (101324)"
|
||||
gbranch="build/101324-rc-1.27.0.19-1.27.0"
|
||||
gcommit="ac09d5046e499c417bb0b15ff2a6ca4c7d7ac30b"
|
||||
GAME_URL="https://us-or-rly101.zwift.com"
|
||||
manifest="ZwiftMac_1.0.101236_d8e25c6a_manifest.xml"
|
||||
manifest_checksum="424702358"
|
||||
ver_cur_checksum="473215569"/>
|
||||
manifest="ZwiftMac_1.0.101324_2e356630_manifest.xml"
|
||||
manifest_checksum="1631009061"
|
||||
ver_cur_checksum="-505260674"/>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<Zwift
|
||||
version="1.0.101236"
|
||||
sversion="1.26.2 (101236)"
|
||||
gbranch="build/101236-rc-1.26.2.4-1.26.2"
|
||||
gcommit="74861a2196d690ba03744cc16be3f825c0eb1485"
|
||||
version="1.0.101324"
|
||||
sversion="1.27.0 (101324)"
|
||||
gbranch="build/101324-rc-1.27.0.19-1.27.0"
|
||||
gcommit="ac09d5046e499c417bb0b15ff2a6ca4c7d7ac30b"
|
||||
GAME_URL="https://us-or-rly101.zwift.com"
|
||||
manifest="Zwift_1.0.101236_d8e25c6a_manifest.xml"
|
||||
manifest_checksum="515461509"
|
||||
ver_cur_checksum="-1322233209"/>
|
||||
manifest="Zwift_1.0.101324_2e356630_manifest.xml"
|
||||
manifest_checksum="409432842"
|
||||
ver_cur_checksum="-812331948"/>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+66
-2
@@ -155,6 +155,7 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_22_ble_device_name_hash_v2",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -198,7 +199,16 @@
|
||||
},
|
||||
{
|
||||
"name": "game_training_partners",
|
||||
"values": {}
|
||||
"values": {
|
||||
"fields": {
|
||||
"recording_enabled": {
|
||||
"boolValue": false
|
||||
},
|
||||
"spawn_enabled": {
|
||||
"boolValue": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_26_sq_null_pointer_guards",
|
||||
@@ -211,7 +221,16 @@
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_upload_route_results",
|
||||
"name": "game_1_27_enable_dynamic_workout_trigger_events",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_27_add_lineup_to_leave_current_event",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_upload_route_results_v2",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -220,6 +239,7 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_25_extended_pedal_asssit",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"initialDropInTime": {
|
||||
@@ -243,6 +263,50 @@
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_27_fix_training_plan_summary_no_stats",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_26_ble_middleware",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_26_memorable_screenshots",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_27_atv_remote_gestures",
|
||||
"values": {
|
||||
"fields": {
|
||||
"ATVMoveSensitivity": {},
|
||||
"ATVFriction": {
|
||||
"numberValue": 0.9
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_27_hardware_restriction",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_27_goal_notable_moment",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_28_hub_firmware_update",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_ftms_spindown_fix",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_27_dynamic_campaigns_filter",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "log_ble_packets",
|
||||
"values": {}
|
||||
|
||||
+6
-5
@@ -3138,11 +3138,12 @@ def auth_realms_zwift_tokens_access_codes():
|
||||
@login_required
|
||||
def experimentation_v1_variant():
|
||||
variants = variants_pb2.FeatureResponse()
|
||||
with open(os.path.join(SCRIPT_DIR, "variants.txt")) as f:
|
||||
Parse(f.read(), variants)
|
||||
v = variants.variants.add()
|
||||
v.name = "game_1_20_home_screen"
|
||||
v.value = current_user.new_home
|
||||
if not b'game_1_27_0_disable_encryption_bypass' in request.stream.read():
|
||||
with open(os.path.join(SCRIPT_DIR, "variants.txt")) as f:
|
||||
Parse(f.read(), variants)
|
||||
v = variants.variants.add()
|
||||
v.name = "game_1_20_home_screen"
|
||||
v.value = current_user.new_home
|
||||
return variants.SerializeToString(), 200
|
||||
|
||||
def get_profile_saved_game_achiev2_40_bytes():
|
||||
|
||||
Reference in New Issue
Block a user