mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-07-30 23:50:20 -07:00
Update to Zwift 1.0.121793
This commit is contained in:
@@ -96,10 +96,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.121395, you're all set.
|
||||
* If your Zwift version is 1.0.121793, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.121395 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.121395 and zoffline is not running from source: wait for zoffline to be updated.
|
||||
* If your Zwift version is newer than 1.0.121793 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.121793 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](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.
|
||||
<details><summary>macOS Instructions</summary>
|
||||
|
||||
* Install Zwift
|
||||
* If your Zwift version is 1.0.121395, you're all set.
|
||||
* If your Zwift version is 1.0.121793, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.121395: 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.121793: 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](https://github.com/zoffline/zwift-offline/raw/master/ssl/cert-zwift-com.p12)
|
||||
* [ssl/cert-zwift-com.pem](https://github.com/zoffline/zwift-offline/raw/master/ssl/cert-zwift-com.pem)
|
||||
|
||||
@@ -1 +1 @@
|
||||
<Zwift version="1.0.121395" sversion="1.49.0 (121395)" gbranch="rc/1.49.0" gcommit="7f4951737e68cbbe6f1db4c29e33678785dbe4ea" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.121395_c006dc0d_manifest.xml" manifest_checksum="-346537582" ver_cur_checksum="-1156376534"/>
|
||||
<Zwift version="1.0.121793" sversion="1.50.0 (121793)" gbranch="rc/1.50.0" gcommit="5116100a44d1cfcd78de6abd8c2e040907f8dee7" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.121793_2e6cd1e4_manifest.xml" manifest_checksum="1992446326" ver_cur_checksum="973086663"/>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<Zwift version="1.0.121395" sversion="1.49.0 (121395)" gbranch="rc/1.49.0" gcommit="7f4951737e68cbbe6f1db4c29e33678785dbe4ea" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.121395_c006dc0d_manifest.xml" manifest_checksum="100887089" ver_cur_checksum="1162499093"/>
|
||||
<Zwift version="1.0.121793" sversion="1.50.0 (121793)" gbranch="rc/1.50.0" gcommit="5116100a44d1cfcd78de6abd8c2e040907f8dee7" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.121793_2e6cd1e4_manifest.xml" manifest_checksum="1354811597" ver_cur_checksum="352371725"/>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+130
-71
@@ -39,8 +39,23 @@
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_zc_pairing_wizard",
|
||||
"values": {
|
||||
"fields": {
|
||||
"transfer_connections": {
|
||||
"boolValue": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_end_game_session",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_41_0_bc1_release",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"game_1_41_0_bc1_release": {
|
||||
@@ -61,15 +76,18 @@
|
||||
"name": "game_1_43_asset_patching",
|
||||
"values": {
|
||||
"fields": {
|
||||
"manifest_retry_count": {
|
||||
"varintValue": "3"
|
||||
"use_bundled_assets_dictionary": {
|
||||
"boolValue": false
|
||||
},
|
||||
"asset_retry_count": {
|
||||
"manifest_retry_count": {
|
||||
"varintValue": "3"
|
||||
},
|
||||
"validate_asset_hash_after_downloading": {
|
||||
"boolValue": false
|
||||
},
|
||||
"asset_retry_count": {
|
||||
"varintValue": "3"
|
||||
},
|
||||
"validate_asset_hash_on_manifest_loading": {
|
||||
"boolValue": false
|
||||
},
|
||||
@@ -85,6 +103,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_50_vs_latency",
|
||||
"values": {
|
||||
"fields": {
|
||||
"LOG": {
|
||||
"boolValue": false
|
||||
},
|
||||
"HVC": {
|
||||
"boolValue": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_34_use_a_memory_pool_for_network_bikes",
|
||||
"value": true,
|
||||
@@ -126,6 +157,7 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_48_tow_double_xp_routes_enabled",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"tow2023_cycling_route_8": {
|
||||
@@ -161,8 +193,8 @@
|
||||
"tow2023_cycling_route_18": {
|
||||
"varintValue": "1656629976"
|
||||
},
|
||||
"tow2023_cycling_route_4": {
|
||||
"varintValue": "2474227587"
|
||||
"tow2023_running_route_8": {
|
||||
"varintValue": "263936293"
|
||||
},
|
||||
"tow2023_running_route_4": {
|
||||
"varintValue": "3819095753"
|
||||
@@ -170,17 +202,17 @@
|
||||
"tow2023_running_route_5": {
|
||||
"varintValue": "2737483381"
|
||||
},
|
||||
"tow2023_running_route_8": {
|
||||
"varintValue": "263936293"
|
||||
"tow2023_cycling_route_4": {
|
||||
"varintValue": "2474227587"
|
||||
},
|
||||
"tow2023_running_route_11": {
|
||||
"varintValue": "0"
|
||||
"tow2023_start_month": {
|
||||
"varintValue": "9"
|
||||
},
|
||||
"tow2023_cycling_route_12": {
|
||||
"varintValue": "3312037616"
|
||||
},
|
||||
"tow2023_start_month": {
|
||||
"varintValue": "9"
|
||||
"tow2023_running_route_11": {
|
||||
"varintValue": "0"
|
||||
},
|
||||
"tow2023_running_route_2": {
|
||||
"varintValue": "3573087582"
|
||||
@@ -209,20 +241,20 @@
|
||||
"tow2023_start_year": {
|
||||
"varintValue": "2023"
|
||||
},
|
||||
"tow2023_cycling_route_1": {
|
||||
"varintValue": "2627606248"
|
||||
"tow2023_cycling_route_15": {
|
||||
"varintValue": "743730361"
|
||||
},
|
||||
"tow2023_cycling_route_2": {
|
||||
"varintValue": "3382019812"
|
||||
},
|
||||
"tow2023_cycling_route_14": {
|
||||
"varintValue": "3701568815"
|
||||
},
|
||||
"tow2023_start_day": {
|
||||
"varintValue": "20"
|
||||
},
|
||||
"tow2023_cycling_route_15": {
|
||||
"varintValue": "743730361"
|
||||
"tow2023_cycling_route_1": {
|
||||
"varintValue": "2627606248"
|
||||
},
|
||||
"tow2023_cycling_route_14": {
|
||||
"varintValue": "3701568815"
|
||||
},
|
||||
"tow2023_running_route_1": {
|
||||
"varintValue": "686828068"
|
||||
@@ -266,12 +298,12 @@
|
||||
"ZED_idleSeconds": {
|
||||
"varintValue": "30"
|
||||
},
|
||||
"ZED_filename": {
|
||||
"stringValue": "ZED_Attract_Video_Cycling_16x9_2023_REMAKE_FINAL.bik"
|
||||
},
|
||||
"NUIT_filename": {
|
||||
"stringValue": "ZED_Attract_Cycling_16x9_v1.bik"
|
||||
},
|
||||
"ZED_filename": {
|
||||
"stringValue": "ZED_Attract_Video_Cycling_16x9_2023_REMAKE_FINAL.bik"
|
||||
},
|
||||
"serverURL": {
|
||||
"stringValue": "https://cdn.zwift.com/gameassets/Videos/"
|
||||
}
|
||||
@@ -360,10 +392,6 @@
|
||||
"name": "game_1_34_ct_auto_pair_check",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_34_ble_unpair_on_disconnect",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_39_0_blewin10lib_connection_fix",
|
||||
"value": true,
|
||||
@@ -380,6 +408,7 @@
|
||||
},
|
||||
{
|
||||
"name": "game_st3_swap",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -484,6 +513,15 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_49_pvs",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_50_zc_rf1",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_50_zc_rf2",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -574,6 +612,7 @@
|
||||
},
|
||||
{
|
||||
"name": "gamified_event_survey",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"surveyChance": {
|
||||
@@ -590,6 +629,9 @@
|
||||
"EnableHeroicDifficulty": {
|
||||
"boolValue": false
|
||||
},
|
||||
"allowPortalRoadDifficultySelection": {
|
||||
"boolValue": false
|
||||
},
|
||||
"MustHaveDefaultRoad": {
|
||||
"boolValue": false
|
||||
},
|
||||
@@ -601,9 +643,6 @@
|
||||
},
|
||||
"AllowMultiRoadsScheduling": {
|
||||
"boolValue": false
|
||||
},
|
||||
"AllowPortalRoadDifficultySeletion": {
|
||||
"boolValue": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -641,6 +680,7 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_44_workouts_2_library",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -706,18 +746,23 @@
|
||||
"name": "game_1_42_onboarding_quest",
|
||||
"values": {
|
||||
"fields": {
|
||||
"show_to_zwift_staff": {
|
||||
"boolValue": true
|
||||
"pin_get_started_quest": {
|
||||
"boolValue": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_50_next_up_zui",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_43_android_road_height_fixup",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_44_virtual_shifting",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -726,12 +771,23 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_45_0_shifting_hvc_analytic",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_49_0_disable_pairing_to_tutorial",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_50_onboarding_quest_auto_registration",
|
||||
"values": {
|
||||
"fields": {
|
||||
"activity_count": {
|
||||
"varintValue": "3"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_26_ninety_day_prs",
|
||||
"value": true,
|
||||
@@ -872,12 +928,12 @@
|
||||
"name": "game_1_23_workout_auto_pause",
|
||||
"values": {
|
||||
"fields": {
|
||||
"rampUpTime": {
|
||||
"numberValue": 10.0
|
||||
},
|
||||
"workoutAutoPauseTime": {
|
||||
"numberValue": 3.0
|
||||
},
|
||||
"rampUpTime": {
|
||||
"numberValue": 10.0
|
||||
},
|
||||
"minERGModeDisableTime": {
|
||||
"numberValue": 5.0
|
||||
},
|
||||
@@ -941,8 +997,8 @@
|
||||
"ATVPopInitDelay": {
|
||||
"numberValue": 0.22
|
||||
},
|
||||
"ATVPopDist": {
|
||||
"numberValue": 175.0
|
||||
"ATVPopDelay": {
|
||||
"numberValue": 0.15
|
||||
},
|
||||
"ATVPopInitDist": {
|
||||
"numberValue": 250.0
|
||||
@@ -953,8 +1009,8 @@
|
||||
"ATVFriction": {
|
||||
"numberValue": 0.9
|
||||
},
|
||||
"ATVPopDelay": {
|
||||
"numberValue": 0.15
|
||||
"ATVPopDist": {
|
||||
"numberValue": 175.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1132,14 +1188,14 @@
|
||||
"XPPerKilometerCycling": {
|
||||
"varintValue": "20"
|
||||
},
|
||||
"DropsPerLevel": {
|
||||
"varintValue": "0"
|
||||
"XPPerMileCycling": {
|
||||
"varintValue": "32"
|
||||
},
|
||||
"ShowRideStreaksScreen": {
|
||||
"boolValue": false
|
||||
},
|
||||
"XPPerMileCycling": {
|
||||
"varintValue": "32"
|
||||
"ReEarnMaxLevel": {
|
||||
"boolValue": false
|
||||
},
|
||||
"XPPerMileRowing": {
|
||||
"varintValue": "15"
|
||||
@@ -1147,8 +1203,8 @@
|
||||
"XPPerKilometerRunning": {
|
||||
"varintValue": "10"
|
||||
},
|
||||
"ReEarnMaxLevel": {
|
||||
"boolValue": false
|
||||
"DropsPerLevel": {
|
||||
"varintValue": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1167,13 +1223,13 @@
|
||||
"loadingTimeoutInterval": {
|
||||
"numberValue": 60.0
|
||||
},
|
||||
"reportTimeoutsOnLoad": {
|
||||
"abortEnabled": {
|
||||
"boolValue": false
|
||||
},
|
||||
"renderTimeoutInterval": {
|
||||
"numberValue": 30.0
|
||||
},
|
||||
"abortEnabled": {
|
||||
"reportTimeoutsOnLoad": {
|
||||
"boolValue": false
|
||||
}
|
||||
}
|
||||
@@ -1203,14 +1259,14 @@
|
||||
"name": "game_1_33_unstable_connection_alert",
|
||||
"values": {
|
||||
"fields": {
|
||||
"udp_history_length": {
|
||||
"varintValue": "6"
|
||||
},
|
||||
"udp_loss_threshold": {
|
||||
"numberValue": 0.25
|
||||
},
|
||||
"query_interval": {
|
||||
"numberValue": 10.0
|
||||
},
|
||||
"udp_history_length": {
|
||||
"varintValue": "6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1242,7 +1298,7 @@
|
||||
"numberValue": 20.0
|
||||
},
|
||||
"draft_boost_max_draft": {
|
||||
"numberValue": 1.8
|
||||
"numberValue": 1.7
|
||||
},
|
||||
"feather_duration": {
|
||||
"numberValue": 30.0
|
||||
@@ -1272,17 +1328,17 @@
|
||||
"enabledWatopia": {
|
||||
"boolValue": true
|
||||
},
|
||||
"enabledScotland": {
|
||||
"boolValue": true
|
||||
"draftDeltaAngle": {
|
||||
"numberValue": 0.96
|
||||
},
|
||||
"cdaPenaltyMultDrafting": {
|
||||
"numberValue": 1.01
|
||||
"numberValue": 1.1
|
||||
},
|
||||
"cdaPenaltyMultSteering": {
|
||||
"numberValue": 1.8
|
||||
},
|
||||
"draftDeltaAngle": {
|
||||
"numberValue": 0.96
|
||||
"enabledScotland": {
|
||||
"boolValue": true
|
||||
},
|
||||
"enabledFrance": {
|
||||
"boolValue": true
|
||||
@@ -1290,35 +1346,35 @@
|
||||
"enabledGlobally": {
|
||||
"boolValue": true
|
||||
},
|
||||
"cdaMultAeroPositionPercOfPower": {
|
||||
"numberValue": 1.2
|
||||
"maxDraft": {
|
||||
"numberValue": 1.5
|
||||
},
|
||||
"enabledMakuri": {
|
||||
"boolValue": true
|
||||
},
|
||||
"cdaMultAeroPosition": {
|
||||
"numberValue": 0.97
|
||||
},
|
||||
"cdaDynamicChanges": {
|
||||
"boolValue": true
|
||||
"numberValue": 0.95
|
||||
},
|
||||
"preventEasyOvertakeNearFront": {
|
||||
"boolValue": true
|
||||
},
|
||||
"cdaPenaltyMultGeneral": {
|
||||
"numberValue": 1.0
|
||||
},
|
||||
"overtakePenaltyDraftLimit": {
|
||||
"numberValue": 5000.0
|
||||
"cdaDynamicChanges": {
|
||||
"boolValue": true
|
||||
},
|
||||
"draftFalloffCurve": {
|
||||
"numberValue": 0.15
|
||||
},
|
||||
"draftScale": {
|
||||
"numberValue": 1.5
|
||||
"overtakePenaltyDraftLimit": {
|
||||
"numberValue": 85.0
|
||||
},
|
||||
"maxDraft": {
|
||||
"numberValue": 1.7
|
||||
"cdaPenaltyMultGeneral": {
|
||||
"numberValue": 1.0
|
||||
},
|
||||
"draftScale": {
|
||||
"numberValue": 1.3
|
||||
},
|
||||
"cdaMultAeroPositionPercOfPower": {
|
||||
"numberValue": 1.2
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1392,10 +1448,10 @@
|
||||
"world_scotland_spawn_disabled": {
|
||||
"boolValue": false
|
||||
},
|
||||
"recording_enabled": {
|
||||
"route_spawning_enabled": {
|
||||
"boolValue": true
|
||||
},
|
||||
"route_spawning_enabled": {
|
||||
"recording_enabled": {
|
||||
"boolValue": true
|
||||
},
|
||||
"leaderboard_replay_disabled": {
|
||||
@@ -1428,6 +1484,9 @@
|
||||
"end_event_distance_meters": {
|
||||
"numberValue": 5000.0
|
||||
},
|
||||
"max_speed_adjustment_kph": {
|
||||
"numberValue": 60.0
|
||||
},
|
||||
"end_event_duration_milliseconds": {
|
||||
"varintValue": "900000"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user