mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-06-12 19:11:33 -07:00
Update to Zwift 1.0.134990
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.134871, you're all set.
|
||||
* If your Zwift version is 1.0.134990, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.134871 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.134871 and zoffline is not running from source: wait for zoffline to be updated.
|
||||
* If your Zwift version is newer than 1.0.134990 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.134990 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)
|
||||
@@ -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.134871, you're all set.
|
||||
* If your Zwift version is 1.0.134990, you're all set.
|
||||
* If Zwift is not installed, install it before installing zoffline.
|
||||
* If your Zwift version is newer than 1.0.134871: 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.134990: 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
|
||||
|
||||
@@ -1 +1 @@
|
||||
<Zwift version="1.0.134871" sversion="1.73.0 (134871)" gbranch="rc/1.73.0" gcommit="b3dc433ed3deac8fc0fbd392ed7024a100d25665" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.134871_5f0303f9_manifest.xml" manifest_checksum="373345836" ver_cur_checksum="2077541851"/>
|
||||
<Zwift version="1.0.134990" sversion="1.73.0 (134990)" gbranch="rc/1.73.0" gcommit="1ac48732c3ec8a63983a2fbdad68a1d00701ed5b" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.134990_b74574d6_manifest.xml" manifest_checksum="883637182" ver_cur_checksum="-661828331"/>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<Zwift version="1.0.134871" sversion="1.73.0 (134871)" gbranch="rc/1.73.0" gcommit="b3dc433ed3deac8fc0fbd392ed7024a100d25665" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.134871_5f0303f9_manifest.xml" manifest_checksum="-1883941091" ver_cur_checksum="889064577"/>
|
||||
<Zwift version="1.0.134990" sversion="1.73.0 (134990)" gbranch="rc/1.73.0" gcommit="1ac48732c3ec8a63983a2fbdad68a1d00701ed5b" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.134990_b74574d6_manifest.xml" manifest_checksum="-1175175416" ver_cur_checksum="1466249619"/>
|
||||
|
||||
+3
-1
@@ -1234,7 +1234,7 @@
|
||||
"values": {
|
||||
"fields": {
|
||||
"current_equipped_first": {
|
||||
"boolValue": true
|
||||
"boolValue": false
|
||||
},
|
||||
"sort_accessories": {
|
||||
"boolValue": false
|
||||
@@ -1559,6 +1559,7 @@
|
||||
},
|
||||
{
|
||||
"name": "game_settings_service",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -1637,6 +1638,7 @@
|
||||
},
|
||||
{
|
||||
"name": "game_user_storage_service",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1313,6 +1313,7 @@ def api_clubs_club_my_clubs_summary():
|
||||
@app.route('/api/game-asset-patching-service/manifest', methods=['GET'])
|
||||
@app.route('/api/race-results', methods=['POST'])
|
||||
@app.route('/api/workout/progress', methods=['POST'])
|
||||
@app.route('/api/player-profile/user-game-storage/attributes', methods=['GET', 'POST']) # will load from prefs.xml
|
||||
def api_proto_empty():
|
||||
return '', 200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user