Skip to content

Commit

Permalink
Update to Zwift 1.0.120544
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Sep 13, 2023
1 parent 3cad80a commit 21b3b5a
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 42 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.118524, you're all set.
* If your Zwift version is 1.0.120544, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.118524 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.118524 and zoffline is not running from source: wait for zoffline to be updated.
* If your Zwift version is newer than 1.0.120544 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.120544 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)
Expand All @@ -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.118524, you're all set.
* If your Zwift version is 1.0.120544, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.118524: 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.120544: 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)
Expand Down
2 changes: 1 addition & 1 deletion cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<Zwift version="1.0.118524" sversion="1.47.0 (118524)" gbranch="rc/1.47.0" gcommit="6fa4cdcce94ceabe3a85a981f9455a2a37a2c9fd" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.118524_6ad07cb8_manifest.xml" manifest_checksum="-1783397950" ver_cur_checksum="1130335922"/>
<Zwift version="1.0.120544" sversion="1.48.0 (120544)" gbranch="rc/1.48.0" gcommit="99e4fafde5a17c68819a76b7112c5035ffd7ae37" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.120544_be9e8901_manifest.xml" manifest_checksum="1324233045" ver_cur_checksum="21152789"/>
2 changes: 1 addition & 1 deletion cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<Zwift version="1.0.118524" sversion="1.47.0 (118524)" gbranch="rc/1.47.0" gcommit="6fa4cdcce94ceabe3a85a981f9455a2a37a2c9fd" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.118524_6ad07cb8_manifest.xml" manifest_checksum="-327942377" ver_cur_checksum="-2040896527"/>
<Zwift version="1.0.120544" sversion="1.48.0 (120544)" gbranch="rc/1.48.0" gcommit="99e4fafde5a17c68819a76b7112c5035ffd7ae37" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.120544_be9e8901_manifest.xml" manifest_checksum="-1886377630" ver_cur_checksum="-86654225"/>
2 changes: 1 addition & 1 deletion game_info.txt

Large diffs are not rendered by default.

102 changes: 68 additions & 34 deletions variants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"manifest_retry_count": {
"varintValue": "3"
},
"validate_asset_hash_after_downloading": {
"boolValue": false
},
"asset_retry_count": {
"varintValue": "3"
},
"validate_asset_hash_after_downloading": {
"boolValue": false
},
"validate_asset_hash_on_manifest_loading": {
"boolValue": false
},
Expand Down Expand Up @@ -344,6 +344,18 @@
}
}
},
{
"name": "game_1_47_0_track_rssi",
"values": {}
},
{
"name": "game_log_rssi",
"values": {}
},
{
"name": "game_1_48_show_rssi",
"values": {}
},
{
"name": "game_1_39_delete_robopacer_entities",
"value": true,
Expand Down Expand Up @@ -430,6 +442,10 @@
}
}
},
{
"name": "game_1_47_new_powerup",
"values": {}
},
{
"name": "game_1_43_segment_portal",
"value": true,
Expand Down Expand Up @@ -514,6 +530,11 @@
"name": "game_1_46_virtual_shifting_leak_prevention",
"values": {}
},
{
"name": "game_1_48_fitfile_update_v2",
"value": true,
"values": {}
},
{
"name": "game_1_39_robopacer_colorized_models",
"value": true,
Expand All @@ -529,6 +550,10 @@
"value": true,
"values": {}
},
{
"name": "game_1_47_onboarding_quest_rpc",
"values": {}
},
{
"name": "gn_deferred_lighting",
"values": {}
Expand Down Expand Up @@ -769,23 +794,23 @@
"value": true,
"values": {
"fields": {
"ATVPopDelay": {
"numberValue": 0.15
},
"ATVFriction": {
"numberValue": 0.9
"ATVPopInitDelay": {
"numberValue": 0.22
},
"ATVMoveSensitivity": {
"varintValue": "5"
"ATVPopDist": {
"numberValue": 175.0
},
"ATVPopInitDist": {
"numberValue": 250.0
},
"ATVPopInitDelay": {
"numberValue": 0.22
"ATVMoveSensitivity": {
"varintValue": "5"
},
"ATVPopDist": {
"numberValue": 175.0
"ATVFriction": {
"numberValue": 0.9
},
"ATVPopDelay": {
"numberValue": 0.15
}
}
}
Expand Down Expand Up @@ -882,7 +907,7 @@
"values": {
"fields": {
"shortNames": {
"stringValue": "tomi2022,tdz2023ride,tdz2023run,tow2023ride,tow2023run,portaltest2,climbportal2023,missyuci,towfall2023ride,climbportaltest3"
"stringValue": "tomi2022,tdz2023ride,tdz2023run,tow2023ride,tow2023run,portaltest2,climbportal2023,missyuci,towfall2023ride,climbportaltest3,za2023,towfall2023run"
}
}
}
Expand Down Expand Up @@ -912,13 +937,14 @@
},
{
"name": "game_1_45_rlog",
"value": true,
"values": {
"fields": {
"ENABLED_TYPES": {
"stringValue": ""
"stringValue": "FILEIO,ASSET_PATCHING"
},
"ENABLED_LEVELS": {
"stringValue": ""
"stringValue": "ERROR"
}
}
}
Expand Down Expand Up @@ -961,12 +987,12 @@
"XPPerKilometerCycling": {
"varintValue": "20"
},
"DropsPerLevel": {
"varintValue": "0"
},
"ReEarnMaxLevel": {
"boolValue": false
},
"DropsPerLevel": {
"varintValue": "0"
},
"XPPerMileCycling": {
"varintValue": "30"
},
Expand Down Expand Up @@ -1021,6 +1047,10 @@
"name": "gfx_framebuffer_srgb",
"values": {}
},
{
"name": "gfx_drawinstanced",
"values": {}
},
{
"name": "game_1_33_unstable_connection_alert",
"values": {
Expand Down Expand Up @@ -1057,12 +1087,12 @@
"ghost_cuttoff_distance_meters": {
"numberValue": 400.0
},
"burrito_distance_cm": {
"numberValue": 750.0
},
"anvil_weight_bias_const": {
"numberValue": 20.0
},
"burrito_distance_cm": {
"numberValue": 750.0
},
"draft_boost_max_draft": {
"numberValue": 1.8
},
Expand Down Expand Up @@ -1094,24 +1124,24 @@
"enabledWatopia": {
"boolValue": true
},
"enabledScotland": {
"boolValue": true
"draftDeltaAngle": {
"numberValue": 0.96
},
"cdaPenaltyMultDrafting": {
"numberValue": 1.03
},
"cdaPenaltyMultSteering": {
"numberValue": 1.8
},
"draftDeltaAngle": {
"numberValue": 0.96
},
"enabledGlobally": {
"enabledScotland": {
"boolValue": true
},
"enabledFrance": {
"boolValue": true
},
"enabledGlobally": {
"boolValue": true
},
"maxDraft": {
"numberValue": 1.7
},
Expand All @@ -1127,12 +1157,12 @@
"preventEasyOvertakeNearFront": {
"boolValue": true
},
"cdaPenaltyMultGeneral": {
"numberValue": 1.0
},
"draftFalloffCurve": {
"numberValue": 0.15
},
"cdaPenaltyMultGeneral": {
"numberValue": 1.0
},
"draftScale": {
"numberValue": 1.4
},
Expand All @@ -1146,6 +1176,10 @@
"name": "game_1_29_player_highlight",
"values": {}
},
{
"name": "game_1_48_conditional_entities",
"values": {}
},
{
"name": "game_1_17_noesis_enabled",
"value": true,
Expand Down Expand Up @@ -1207,10 +1241,10 @@
"world_scotland_spawn_disabled": {
"boolValue": false
},
"recording_enabled": {
"route_spawning_enabled": {
"boolValue": true
},
"route_spawning_enabled": {
"recording_enabled": {
"boolValue": true
},
"leaderboard_replay_disabled": {
Expand Down

0 comments on commit 21b3b5a

Please sign in to comment.