mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-07-30 23:50:20 -07:00
Update to Zwift 1.0.122317
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.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)
|
||||
@@ -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)
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
<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>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -31,7 +31,7 @@ with open('MapSchedule_v2.xml', 'w') as f:
|
||||
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]
|
||||
|
||||
+86
-119
@@ -50,6 +50,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_zc_pairing_transfer",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_end_game_session",
|
||||
"values": {}
|
||||
@@ -83,12 +87,12 @@
|
||||
"manifest_retry_count": {
|
||||
"varintValue": "3"
|
||||
},
|
||||
"validate_asset_hash_after_downloading": {
|
||||
"boolValue": false
|
||||
},
|
||||
"asset_retry_count": {
|
||||
"varintValue": "3"
|
||||
},
|
||||
"validate_asset_hash_after_downloading": {
|
||||
"boolValue": false
|
||||
},
|
||||
"validate_asset_hash_on_manifest_loading": {
|
||||
"boolValue": false
|
||||
},
|
||||
@@ -179,8 +183,8 @@
|
||||
"tow2023_cycling_route_3": {
|
||||
"varintValue": "1386460176"
|
||||
},
|
||||
"tow2023_running_route_9": {
|
||||
"varintValue": "2328501978"
|
||||
"tow2023_end_day": {
|
||||
"varintValue": "13"
|
||||
},
|
||||
"tow2023_cycling_route_7": {
|
||||
"varintValue": "3366225080"
|
||||
@@ -188,39 +192,39 @@
|
||||
"tow2023_cycling_route_5": {
|
||||
"varintValue": "2746475460"
|
||||
},
|
||||
"tow2023_end_day": {
|
||||
"varintValue": "13"
|
||||
"tow2023_running_route_9": {
|
||||
"varintValue": "2328501978"
|
||||
},
|
||||
"tow2023_cycling_route_18": {
|
||||
"varintValue": "1656629976"
|
||||
},
|
||||
"tow2023_running_route_8": {
|
||||
"varintValue": "263936293"
|
||||
"tow2023_cycling_route_4": {
|
||||
"varintValue": "2474227587"
|
||||
},
|
||||
"tow2023_running_route_4": {
|
||||
"varintValue": "3819095753"
|
||||
},
|
||||
"tow2023_cycling_route_4": {
|
||||
"varintValue": "2474227587"
|
||||
},
|
||||
"tow2023_running_route_5": {
|
||||
"varintValue": "2737483381"
|
||||
},
|
||||
"tow2023_running_route_11": {
|
||||
"varintValue": "0"
|
||||
},
|
||||
"tow2023_cycling_route_12": {
|
||||
"varintValue": "3312037616"
|
||||
"tow2023_running_route_8": {
|
||||
"varintValue": "263936293"
|
||||
},
|
||||
"tow2023_start_month": {
|
||||
"varintValue": "9"
|
||||
},
|
||||
"tow2023_running_route_2": {
|
||||
"varintValue": "3573087582"
|
||||
"tow2023_cycling_route_12": {
|
||||
"varintValue": "3312037616"
|
||||
},
|
||||
"tow2023_running_route_11": {
|
||||
"varintValue": "0"
|
||||
},
|
||||
"tow2023_cycling_route_9": {
|
||||
"varintValue": "1766405776"
|
||||
},
|
||||
"tow2023_running_route_2": {
|
||||
"varintValue": "3573087582"
|
||||
},
|
||||
"tow2023_cycling_route_11": {
|
||||
"varintValue": "849508252"
|
||||
},
|
||||
@@ -248,15 +252,15 @@
|
||||
"tow2023_cycling_route_2": {
|
||||
"varintValue": "3382019812"
|
||||
},
|
||||
"tow2023_cycling_route_14": {
|
||||
"varintValue": "3701568815"
|
||||
},
|
||||
"tow2023_start_day": {
|
||||
"varintValue": "20"
|
||||
},
|
||||
"tow2023_cycling_route_1": {
|
||||
"varintValue": "2627606248"
|
||||
},
|
||||
"tow2023_cycling_route_14": {
|
||||
"varintValue": "3701568815"
|
||||
},
|
||||
"tow2023_running_route_1": {
|
||||
"varintValue": "686828068"
|
||||
},
|
||||
@@ -520,12 +524,17 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_50_zc_rf1",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_50_zc_rf2",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_52_ble_adv_sd",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_39_delete_robopacer_entities",
|
||||
"value": true,
|
||||
@@ -565,6 +574,17 @@
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_3second_power_average_smoothing",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"timeGapMS": {
|
||||
"varintValue": "1000"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_40_steering_params",
|
||||
"value": true,
|
||||
@@ -589,25 +609,13 @@
|
||||
"name": "disable_yaw_adjustment",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "visual_lean_v2",
|
||||
"values": {
|
||||
"fields": {
|
||||
"bHoloReplayLean": {
|
||||
"boolValue": true
|
||||
},
|
||||
"leanScalar": {
|
||||
"numberValue": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "gradient_min_speed",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_44_steering_survey",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"surveyChance": {
|
||||
@@ -758,6 +766,10 @@
|
||||
"name": "gn_lights",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "gfx_drawinstanced",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_42_onboarding_quest",
|
||||
"value": true,
|
||||
@@ -794,8 +806,13 @@
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_52_steering_only_event_filter",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_49_0_disable_pairing_to_tutorial",
|
||||
"value": true,
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
@@ -808,6 +825,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_52_onboarding_tutorial_progress_bar",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_26_ninety_day_prs",
|
||||
"value": true,
|
||||
@@ -1211,8 +1232,8 @@
|
||||
"ShowXPUntilNextLevel": {
|
||||
"boolValue": false
|
||||
},
|
||||
"XPPerMileCycling": {
|
||||
"varintValue": "32"
|
||||
"DropsPerLevel": {
|
||||
"varintValue": "0"
|
||||
},
|
||||
"ShowRideStreaksScreen": {
|
||||
"boolValue": false
|
||||
@@ -1226,8 +1247,8 @@
|
||||
"XPPerKilometerRunning": {
|
||||
"varintValue": "10"
|
||||
},
|
||||
"DropsPerLevel": {
|
||||
"varintValue": "0"
|
||||
"XPPerMileCycling": {
|
||||
"varintValue": "32"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1274,10 +1295,6 @@
|
||||
"name": "gfx_framebuffer_srgb",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "gfx_drawinstanced",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_33_unstable_connection_alert",
|
||||
"values": {
|
||||
@@ -1301,42 +1318,8 @@
|
||||
},
|
||||
{
|
||||
"name": "game_1_18_holiday_mode",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_39_powerups_rebalancing",
|
||||
"value": true,
|
||||
"values": {
|
||||
"fields": {
|
||||
"truck_duration": {
|
||||
"numberValue": 40.0
|
||||
},
|
||||
"ghost_cuttoff_distance_meters": {
|
||||
"numberValue": 400.0
|
||||
},
|
||||
"anvil_weight_bias_const": {
|
||||
"numberValue": 20.0
|
||||
},
|
||||
"burrito_distance_cm": {
|
||||
"numberValue": 750.0
|
||||
},
|
||||
"draft_boost_max_draft": {
|
||||
"numberValue": 1.7
|
||||
},
|
||||
"feather_duration": {
|
||||
"numberValue": 30.0
|
||||
},
|
||||
"burrito_duration": {
|
||||
"numberValue": 20.0
|
||||
},
|
||||
"anvil_duration": {
|
||||
"numberValue": 15.0
|
||||
},
|
||||
"ghost_duration": {
|
||||
"numberValue": 15.0
|
||||
}
|
||||
}
|
||||
}
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_29_hand_cycle",
|
||||
@@ -1351,8 +1334,8 @@
|
||||
"enabledWatopia": {
|
||||
"boolValue": true
|
||||
},
|
||||
"enabledScotland": {
|
||||
"boolValue": true
|
||||
"draftDeltaAngle": {
|
||||
"numberValue": 0.96
|
||||
},
|
||||
"cdaPenaltyMultDrafting": {
|
||||
"numberValue": 1.1
|
||||
@@ -1360,10 +1343,7 @@
|
||||
"cdaPenaltyMultSteering": {
|
||||
"numberValue": 1.8
|
||||
},
|
||||
"draftDeltaAngle": {
|
||||
"numberValue": 0.96
|
||||
},
|
||||
"enabledGlobally": {
|
||||
"enabledScotland": {
|
||||
"boolValue": true
|
||||
},
|
||||
"enabledFrance": {
|
||||
@@ -1372,16 +1352,19 @@
|
||||
"maxDraft": {
|
||||
"numberValue": 1.5
|
||||
},
|
||||
"enabledGlobally": {
|
||||
"boolValue": true
|
||||
},
|
||||
"enabledMakuri": {
|
||||
"boolValue": true
|
||||
},
|
||||
"cdaMultAeroPosition": {
|
||||
"numberValue": 0.95
|
||||
},
|
||||
"cdaDynamicChanges": {
|
||||
"preventEasyOvertakeNearFront": {
|
||||
"boolValue": true
|
||||
},
|
||||
"preventEasyOvertakeNearFront": {
|
||||
"cdaDynamicChanges": {
|
||||
"boolValue": true
|
||||
},
|
||||
"draftFalloffCurve": {
|
||||
@@ -1407,7 +1390,7 @@
|
||||
"values": {
|
||||
"fields": {
|
||||
"UseStencilForDeferred": {
|
||||
"boolValue": false
|
||||
"boolValue": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1467,44 +1450,15 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_training_partners",
|
||||
"value": true,
|
||||
"name": "game_1_52_activity_break",
|
||||
"values": {
|
||||
"fields": {
|
||||
"SOLO_WORKOUT_recording_disabled": {
|
||||
"boolValue": false
|
||||
},
|
||||
"world_scotland_spawn_disabled": {
|
||||
"boolValue": false
|
||||
},
|
||||
"recording_enabled": {
|
||||
"boolValue": true
|
||||
},
|
||||
"route_spawning_enabled": {
|
||||
"boolValue": true
|
||||
},
|
||||
"leaderboard_replay_disabled": {
|
||||
"boolValue": false
|
||||
},
|
||||
"screenshots_enabled": {
|
||||
"boolValue": true
|
||||
},
|
||||
"spawn_enabled": {
|
||||
"boolValue": true
|
||||
},
|
||||
"route_recording_enabled": {
|
||||
"boolValue": true
|
||||
},
|
||||
"world_scotland_record_disabled": {
|
||||
"boolValue": false
|
||||
"activityBreakIntervalSeconds": {
|
||||
"varintValue": "30"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "game_1_29_training_partners_survey",
|
||||
"values": {}
|
||||
},
|
||||
{
|
||||
"name": "game_1_34_coffee_stop",
|
||||
"value": true,
|
||||
@@ -1536,6 +1490,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "visual_lean_v2",
|
||||
"values": {
|
||||
"fields": {
|
||||
"bHoloReplayLean": {
|
||||
"boolValue": true
|
||||
},
|
||||
"leanScalar": {
|
||||
"numberValue": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user