Skip to content

Commit

Permalink
Update to Zwift 1.0.122317
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Nov 7, 2023
1 parent 462ebe8 commit 40c4481
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 128 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.122036, you're all set.
* If your Zwift version is 1.0.122317, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.122036 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.122036 and zoffline is not running from source: wait for zoffline to be updated.
* If your Zwift version is newer than 1.0.122317 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.122317 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.122036, you're all set.
* If your Zwift version is 1.0.122317, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.122036: 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.122317: 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.122036" sversion="1.51.0 (122036)" gbranch="rc/1.51.0" gcommit="c491bb032ce1b6dfc4ceae7eb2c65f541902c162" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.122036_b313748a_manifest.xml" manifest_checksum="-579027126" ver_cur_checksum="-1972276360"/>
<Zwift version="1.0.122317" sversion="1.52.0 (122317)" gbranch="rc/1.52.0" gcommit="932730d3b842c1bb8a167eca995f61702b608c15" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.122317_f46498c7_manifest.xml" manifest_checksum="1150197822" ver_cur_checksum="-1749083"/>
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.122036" sversion="1.51.0 (122036)" gbranch="rc/1.51.0" gcommit="c491bb032ce1b6dfc4ceae7eb2c65f541902c162" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.122036_b313748a_manifest.xml" manifest_checksum="-2128188770" ver_cur_checksum="1324881032"/>
<Zwift version="1.0.122317" sversion="1.52.0 (122317)" gbranch="rc/1.52.0" gcommit="932730d3b842c1bb8a167eca995f61702b608c15" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.122317_f46498c7_manifest.xml" manifest_checksum="-1414957682" ver_cur_checksum="1247133769"/>
1 change: 1 addition & 0 deletions cdn/static/web/launcher/user_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h4 class="text-shadow">Logged in as {{ username }}</h4>
<option value="10017">Rocacorba</option>
<option value="10018">Old La Honda</option>
<option value="10019">La Super Planche des Belles Filles</option>
<option value="10020">Old Willunga Hill</option>
</select>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion game_info.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/gen_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
f.write(dom.toprettyxml())


CLIMBS = [str(x) for x in range(10000, 10020)]
CLIMBS = [str(x) for x in range(10000, 10021)]

dom = minidom.parseString('<PortalRoads><PortalRoadSchedule><appointments></appointments><VERSION>1</VERSION></PortalRoadSchedule></PortalRoads>')
appts = dom.getElementsByTagName('appointments')[0]
Expand Down
Loading

0 comments on commit 40c4481

Please sign in to comment.