From e15c9bd6dfa72ea279e25ad9f1a3397a01f40d3d Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:41:58 -0300 Subject: [PATCH] Update to Zwift 1.0.49751 --- README.md | 10 +++++----- cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml | 8 ++++---- cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml | 8 ++++---- zwift_offline.py | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7963d61..ca5c1f7 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,10 @@ dependencies listed below. The necessary Apache configuration is inside the
Windows 10 Instructions * Install Zwift - * If your Zwift version is 1.0.48969, you're all set. + * If your Zwift version is 1.0.49751, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.48969 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.48969 and zoffline is not running from source: wait for zoffline to be updated. + * If your Zwift version is newer than 1.0.49751 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.49751 and zoffline is not running from source: wait for zoffline to be updated. * On your Windows machine running Zwift, copy the following files in this repo to a known location: * ``ssl/cert-zwift-com.p12`` * ``ssl/cert-zwift-com.pem`` @@ -91,9 +91,9 @@ to generate your own certificates and do the same.
Mac OS X Instructions (Thanks @oldnapalm!) * Install Zwift - * If your Zwift version is 1.0.48969, you're all set. + * If your Zwift version is 1.0.49751, you're all set. * If Zwift is not installed, install it before installing zoffline. - * If your Zwift version is newer than 1.0.48969: 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.49751: 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`` * ``ssl/cert-zwift-com.pem`` diff --git a/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml b/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml index 57e791f..346d790 100644 --- a/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/ZwiftMac_ver_cur.xml @@ -1,7 +1,7 @@ +ver_cur_checksum="-1400870443"/> diff --git a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml index af53ba4..044fa64 100644 --- a/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml +++ b/cdn/gameassets/Zwift_Updates_Root/Zwift_ver_cur.xml @@ -1,7 +1,7 @@ +ver_cur_checksum="922412999"/> diff --git a/zwift_offline.py b/zwift_offline.py index 8c870d4..fed282f 100644 --- a/zwift_offline.py +++ b/zwift_offline.py @@ -157,9 +157,9 @@ def api_users_login(): response.info.apis.todaysplan_url = "https://whats.todaysplan.com.au" response.info.apis.trainingpeaks_url = "https://api.trainingpeaks.com" response.info.time = int(time.time()) -# udp_node = response.info.nodes.node.add() -# udp_node.ip = "34.218.60.145" # TCP telemetry server -# udp_node.port = 3023 + udp_node = response.info.nodes.node.add() + udp_node.ip = "127.0.0.1" # TCP telemetry server + udp_node.port = 3023 return response.SerializeToString(), 200