- If new manufacturer, add the logo to
public\img\manufacturers
in.png
format.
- Added the country code of the tracks country to
assets\deps\tracks.js
.
- Add the Class colour to
assets\deps\classColours.js
named after the Class ID.
- If new compound, add to list in controller.jsx - ["Soft", "Hard", "Primary", "Alternate", "Medium", "Prime", "Slicks"].
- If the tyres compound is new, add the images to
public\img\tyres
named after the tyre type.
- Update
r3e-data.min.js
with the new data from https://raw.githubusercontent.com/sector3studios/r3e-spectator-overlay/master/r3e-data.min.js
- Make you revert any changes in the settings menu in the broadcast controller to use the default settings. These can be checked by hovering over the option and reading the tooltip text.
- Bump the package.json version.
- Bump the version.json file in the public folder.
- Make a new folder.
- Remove .git folder and copy the rest of the contents to the new folder.
- Export to .zip and upload to forum.
- Push the version changes to github.
- Published node_modules are available here. (Place the modules in
\dev\node_modules
)