Skip to content

Commit

Permalink
Update to Zwift 1.0.127957
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Mar 19, 2024
1 parent 6291368 commit aad1eb3
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 27 deletions.
12 changes: 6 additions & 6 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.127000, you're all set.
* If your Zwift version is 1.0.127957, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.127000 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.127000 and zoffline is not running from source: wait for zoffline to be updated.
* If your Zwift version is newer than 1.0.127957 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.127957 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.127000, you're all set.
* If your Zwift version is 1.0.127957, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.127000: 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.127957: 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 Expand Up @@ -336,7 +336,7 @@ To enable support for multiple users perform the steps below:
* Create a file ``enable_bots.txt`` inside the ``storage`` folder to load ghosts as bots, they will keep riding around regardless of the route you are riding.
* Optionally, ``enable_bots.txt`` can contain a multiplier value (be careful, if the resulting number of bots is too high, it may cause performance issues or not work at all).
* Names, nationalities and equipment can be customized by creating a file ``bot.txt`` inside the ``storage`` folder. The scripts ``get_pro_names.py`` and ``get_strava_names.py`` can be used to populate this file.
* If you want some random bots, download [zoffline-bots-main.zip](https://codeload.github.com/oldnapalm/zoffline-bots/zip/refs/heads/main) and extract the ``bots`` folder to your ``storage`` folder.
* If you want some random bots, check [this repository](https://github.com/oldnapalm/zoffline-bots).
</details>

## Community Discord server and Strava club
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.127000" sversion="1.60.0 (127000)" gbranch="rc/1.60.0" gcommit="696d70d42771794a6cc99692032b384fe5730214" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.127000_4683724e_manifest.xml" manifest_checksum="-690028571" ver_cur_checksum="1383329378"/>
<Zwift version="1.0.127957" sversion="1.61.0 (127957)" gbranch="rc/1.61.0" gcommit="3cb43e313c8a57379920f7c0a734c873f0c8ba02" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.127957_aa412827_manifest.xml" manifest_checksum="293420005" ver_cur_checksum="-822464448"/>
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.127000" sversion="1.60.0 (127000)" gbranch="rc/1.60.0" gcommit="696d70d42771794a6cc99692032b384fe5730214" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.127000_4683724e_manifest.xml" manifest_checksum="899944591" ver_cur_checksum="-1586392394"/>
<Zwift version="1.0.127957" sversion="1.61.0 (127957)" gbranch="rc/1.61.0" gcommit="3cb43e313c8a57379920f7c0a734c873f0c8ba02" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.127957_aa412827_manifest.xml" manifest_checksum="2127642211" ver_cur_checksum="-1619789071"/>
1 change: 1 addition & 0 deletions data/game_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
1142442551,
1214718478,
1225125243,
1381501486,
1422305746,
1427912484,
1483856737,
Expand Down
2 changes: 1 addition & 1 deletion data/game_info.txt

Large diffs are not rendered by default.

33 changes: 15 additions & 18 deletions data/variants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"values": {
"fields": {
"shortNames": {
"stringValue": "tomi2022,tdz2023ride,tdz2023run,tow2023ride,tow2023run,portaltest2,climbportal2023,missyuci,towfall2023ride,climbportaltest3,za2023,towfall2023run,tdz2024ride,tdz2024run"
"stringValue": "tomi2022,tdz2023ride,tdz2023run,tow2023ride,tow2023run,portaltest2,climbportal2023,missyuci,towfall2023ride,climbportaltest3,za2023,towfall2023run,tdz2024ride,tdz2024run,tbs2024ride"
}
}
}
Expand All @@ -200,21 +200,6 @@
"value": true,
"values": {}
},
{
"name": "game_1_31_pp_data",
"value": true,
"values": {}
},
{
"name": "game_1_32_meetups_rubberbanding_v2",
"value": true,
"values": {}
},
{
"name": "game_1_33_5_events_rubberbanding_v2",
"value": true,
"values": {}
},
{
"name": "game_1_33_6_powerup_priority_for_archpowerup_tag",
"value": true,
Expand Down Expand Up @@ -603,10 +588,10 @@
"values": {
"fields": {
"ENABLED_LEVELS": {
"stringValue": "ERROR"
"stringValue": "*"
},
"ENABLED_TYPES": {
"stringValue": "LOADER"
"stringValue": "EVENT_AUDIO"
}
}
}
Expand Down Expand Up @@ -1051,6 +1036,11 @@
"value": true,
"values": {}
},
{
"name": "game_1_61_persist_session_entitlements",
"value": true,
"values": {}
},
{
"name": "game_3second_power_average_smoothing",
"value": true,
Expand Down Expand Up @@ -1085,6 +1075,9 @@
"EnableStreaksSounds": {
"boolValue": true
},
"QualifyingRideCountBonusCap": {
"varintValue": "2"
},
"ReEarnMaxLevel": {
"boolValue": true
},
Expand All @@ -1094,6 +1087,9 @@
"ShowRideStreaksScreen": {
"boolValue": true
},
"ShowWhenAwardingBonusXP": {
"boolValue": false
},
"ShowXPFastForward": {
"boolValue": true
},
Expand Down Expand Up @@ -1230,6 +1226,7 @@
},
{
"name": "gfx_drawinstanced",
"value": true,
"values": {}
},
{
Expand Down

0 comments on commit aad1eb3

Please sign in to comment.