Skip to content

Commit

Permalink
Update to Zwift 1.0.135195
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Sep 17, 2024
1 parent 23722e0 commit 6f29b72
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 18 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.135093, you're all set.
* If your Zwift version is 1.0.135195, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.135093 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.135093 and zoffline is not running from source: wait for zoffline to be updated.
* If your Zwift version is newer than 1.0.135195 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.135195 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.135093, you're all set.
* If your Zwift version is 1.0.135195, you're all set.
* If Zwift is not installed, install it before installing zoffline.
* If your Zwift version is newer than 1.0.135093: 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.135195: 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.135093" sversion="1.73.2 (135093)" gbranch="rc/1.73.2" gcommit="283b33867cec38fd33e5528841fc9777fd2ba74b" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.135093_99217986_manifest.xml" manifest_checksum="940942822" ver_cur_checksum="-1495877667"/>
<Zwift version="1.0.135195" sversion="1.74.0 (135195)" gbranch="rc/1.74.0" gcommit="42b97202573de98661f07d37a414d8ed7e05cb8d" GAME_URL="https://us-or-rly101.zwift.com" manifest="ZwiftMac_1.0.135195_7180b684_manifest.xml" manifest_checksum="815712584" ver_cur_checksum="501495411"/>
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.135093" sversion="1.73.2 (135093)" gbranch="rc/1.73.2" gcommit="283b33867cec38fd33e5528841fc9777fd2ba74b" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.135093_99217986_manifest.xml" manifest_checksum="232213262" ver_cur_checksum="-1874785425"/>
<Zwift version="1.0.135195" sversion="1.74.0 (135195)" gbranch="rc/1.74.0" gcommit="42b97202573de98661f07d37a414d8ed7e05cb8d" GAME_URL="https://us-or-rly101.zwift.com" manifest="Zwift_1.0.135195_7180b684_manifest.xml" manifest_checksum="-1413227661" ver_cur_checksum="-670128982"/>
4 changes: 4 additions & 0 deletions data/climbs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"name": "Mt Fuji (25.4 km / 1208 m)",
"road": "10026"
},
{
"name": "Mt. Hamilton (31.3 km / 1259 m)",
"road": "10036"
},
{
"name": "Old La Honda (5.6 km / 395 m)",
"road": "10018"
Expand Down
16 changes: 16 additions & 0 deletions data/entitlements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -554,5 +554,21 @@
{
"id": 1825,
"name": "ENTITLEMENT_PAINTJOB_PINARELLODOGMAFZWIFT2024"
},
{
"id": 1826,
"name": "ENTITLEMENT_CYCLING_JERSEY_PRO_TEAMS_LECOLCC2024"
},
{
"id": 1827,
"name": "ENTITLEMENT_CYCLING_JERSEY_PRO_TEAMS_IRELANDNATCHAMPS2024"
},
{
"id": 1828,
"name": "ENTITLEMENT_CYCLING_HEADGEAR_ZWIFTWORLDSERIES2024"
},
{
"id": 1829,
"name": "ENTITLEMENT_CYCLING_JERSEY_EVENTS_ZWIFT10YANNIVERSARY2024"
}
]
11 changes: 10 additions & 1 deletion data/game_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
3438211262,
3500373581,
3525135378,
3556872596,
3599973897,
3630601017,
3633294398,
Expand Down Expand Up @@ -2208,11 +2209,15 @@
"238": 1631692097,
"239": 4280627426,
"240": 270817258,
"241": 4102513789,
"242": 3558689342,
"243": 3324272424,
"244": 2064290391,
"245": 806114032,
"246": 226950646,
"247": 2333249368,
"248": 4131664304,
"249": 4084028627,
"250": 183635628,
"251": 3099224394,
"252": 1695691428,
Expand All @@ -2224,7 +2229,11 @@
"258": 3878295865,
"259": 3351665212,
"260": 1384155764,
"261": 54700404
"261": 54700404,
"262": 3912793970,
"263": 1788218813,
"264": 3330165223,
"265": 2927651296
},
"body_types_male": [
2130,
Expand Down
2 changes: 1 addition & 1 deletion data/game_info.txt

Large diffs are not rendered by default.

59 changes: 50 additions & 9 deletions data/variants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"values": {
"fields": {
"shortNames": {
"stringValue": "tomi2022,tdz2023ride,tdz2023run,tow2023ride,tow2023run,portaltest2,climbportal2023,missyuci,towfall2023ride,climbportaltest3,za2023,towfall2023run,tdz2024ride,tdz2024run,tbs2024ride,springtraining2024,climbportal2024,zwiftacademy2024"
"stringValue": "tomi2022,tdz2023ride,tdz2023run,tow2023ride,tow2023run,portaltest2,climbportal2023,missyuci,towfall2023ride,climbportaltest3,za2023,towfall2023run,tdz2024ride,tdz2024run,tbs2024ride,springtraining2024,climbportal2024,zwiftacademy2024,zwiftcampbaseline2024"
}
}
}
Expand Down Expand Up @@ -292,11 +292,6 @@
"value": true,
"values": {}
},
{
"name": "game_1_39_robopacer_colorized_models",
"value": true,
"values": {}
},
{
"name": "game_1_39_show_for_you_try_rc1_cards",
"values": {}
Expand Down Expand Up @@ -1057,6 +1052,7 @@
},
{
"name": "game_1_64_tgc",
"value": true,
"values": {
"fields": {
"allowList": {
Expand Down Expand Up @@ -1265,6 +1261,7 @@
},
{
"name": "game_1_69_smooth_road_transition",
"value": true,
"values": {}
},
{
Expand All @@ -1274,16 +1271,18 @@
},
{
"name": "game_1_71_challenge_carousel",
"value": true,
"values": {
"fields": {
"challenge_carousel_id": {
"stringValue": ""
"stringValue": "prod_home_challenge_carousel"
}
}
}
},
{
"name": "game_1_71_csos",
"value": true,
"values": {}
},
{
Expand Down Expand Up @@ -1311,13 +1310,50 @@
},
{
"name": "game_1_73_sweeper_check",
"value": true,
"values": {}
},
{
"name": "game_1_73_ui_scheduler",
"value": true,
"values": {}
},
{
"name": "game_1_74_0_robopacer_10_year_anniversary",
"values": {}
},
{
"name": "game_1_74_intersection_level_lock_override_by_route",
"value": true,
"values": {}
},
{
"name": "game_1_74_sku_enhance",
"values": {}
},
{
"name": "game_1_74_zp_manual_calibration",
"values": {}
},
{
"name": "game_1_76_bike_leveling",
"values": {
"fields": {
"ConfigVariant": {
"stringValue": ""
},
"EnableBikeModifiers": {
"boolValue": true
},
"EnableBikeUnlocks": {
"boolValue": true
},
"EnableLeakPrevention": {
"boolValue": false
}
}
}
},
{
"name": "game_3second_power_average_smoothing",
"value": true,
Expand Down Expand Up @@ -1464,6 +1500,11 @@
"name": "game_concept",
"values": {}
},
{
"name": "game_debug_screenshots",
"value": true,
"values": {}
},
{
"name": "game_dlc",
"value": true,
Expand Down Expand Up @@ -1535,7 +1576,7 @@
"boolValue": true
},
"game_minimap_graph_update": {
"boolValue": false
"boolValue": true
},
"optimized_tss_calculation": {
"boolValue": true
Expand All @@ -1544,7 +1585,7 @@
"boolValue": true
},
"standard_minimap_direction": {
"boolValue": false
"boolValue": true
}
}
}
Expand Down

0 comments on commit 6f29b72

Please sign in to comment.