BasWeg / dosenhuhn_s4z_mods

A MOD collection for sauce4zwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A MOD collection for Sauce for Zwift™

You need to place this Sauce for Zwift "Mod" into this directory ~/Documents/SauceMods/dosenhuhn_s4z_mods

Requirements:

Sauce for Zwift™

for Mac / Windows / Linux:

Included Mods:

wprime and cp update

This window will fetch the wprime and cp data for either

  • <teamid> of all registered riders from https://www.zwiftracing.app/clubs/<teamid>
  • <eventid> of all registered riders from https://www.zwiftracing.app/events/<eventid>
  • local json file with following structure:
[
  {
    "name": "<Name>", 
    "athleteId": <ZwiftId>, 
    "wPrime":<wprime_in_joule>, 
    "cp":<cp_in_watt>
  },
  {
    ...
  }
]

groups

The groups mod shows the team badge from the watched rider and teammates left of the bubbles. In zoomed view it will always show as first line or <power/kg> and draft. For the second line it is possible to choose wBal.

nearby

The nearby mod added in settings the option to show teammates only.

averages

This windows shows the some collected average values like power and hr.

states

Shows actual state values like gradient, pwr, hr, speed and wbal. The pwr field swaps to w/kg at a gradient > 3.5

powerdist

Only a horizontal stacked bar chart showing the power distribution within the coggan zones (or selected zones)

powercolor

A empty window just changing its backround color related to actual power zone

gradient

This window shows the actual gradient. (The gradient is calculated if rider moved at least 5m)

About

A MOD collection for sauce4zwift

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.3%Language:HTML 25.2%Language:CSS 8.3%Language:Batchfile 0.3%