Skip to content

Commit

Permalink
Update to Zwift 1.0.135674
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Oct 4, 2024
1 parent 6e04e4d commit dffcb8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 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.135522, you're all set.
* If your Zwift version is 1.0.135674, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.135522 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.135522 and zoffline is not running from source: wait for zoffline to be updated.
* If your Zwift version is newer than 1.0.135674 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.135674 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/oldnapalm/zoffline-helper/releases/latest
* 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.135522, you're all set.
* If your Zwift version is 1.0.135674, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.135522: 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.135674: 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 file [ssl/cert-zwift-com.pem](https://github.com/zoffline/zwift-offline/raw/master/ssl/cert-zwift-com.pem) in this repo to a known location.
* Open Keychain Access, select "System" under "Keychains", select "Certificates" under "Category"
* Click "File - Import Items..." and import 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.135522" sversion="1.75.0 (135522)" gbranch="rc/1.75.0" gcommit="8ae443ecd463479b622a0dd567a12fc63e1364fe" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.135522_0b195230_manifest.xml" manifest_checksum="26082961" ver_cur_checksum="-1668066900"/>
<Zwift version="1.0.135674" sversion="1.75.2 (135674)" gbranch="rc/1.75.2" gcommit="eebe94feaed1fc81ca3f69fd03abd4625736c477" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.135674_9d4bbd19_manifest.xml" manifest_checksum="1187791874" ver_cur_checksum="-1009597357"/>
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.135522" sversion="1.75.0 (135522)" gbranch="rc/1.75.0" gcommit="8ae443ecd463479b622a0dd567a12fc63e1364fe" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.135522_0b195230_manifest.xml" manifest_checksum="-1024030966" ver_cur_checksum="392804262"/>
<Zwift version="1.0.135674" sversion="1.75.2 (135674)" gbranch="rc/1.75.2" gcommit="eebe94feaed1fc81ca3f69fd03abd4625736c477" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.135674_9d4bbd19_manifest.xml" manifest_checksum="-1345767762" ver_cur_checksum="1214442850"/>
3 changes: 1 addition & 2 deletions data/variants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
{
"name": "game_1_18_holiday_mode",
"value": true,
"values": {}
},
{
Expand Down Expand Up @@ -1612,7 +1611,7 @@
"game_minimap_graph_update": {
"boolValue": true
},
"minimap_use_only_good_routes": {
"minimap_use_only_approved_routes": {
"boolValue": true
},
"optimized_tss_calculation": {
Expand Down

0 comments on commit dffcb8e

Please sign in to comment.