Skip to content

Commit

Permalink
v110
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessanford committed Jan 3, 2015
1 parent 8929976 commit bd1b34f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
####Uses the sim_info.py module from Rombik


> Supported modes, click on the plugin to toggle:
>
> Supported modes, click on the plugin repeatedly to toggle:
>
> - vs all-time best lap
> - vs all-time best sectors
> - vs all-time optimal lap
> - vs session best lap
> - vs session best sectors
> - vs session optimal lap
Works in multiplayer and offline modes.

The number itself is the improvement/loss for the current lap(or sector), the bar length is a visual representation of that number.

The color of the bar is the fun bit: It shows if you are gaining or losing time.
The color of the bar is the fun bit: It shows if you are gaining or losing time.
(exit a corner slightly better and it will glow green, even if the delta itself is still in the red; exit a corner significantly faster and it will be bright green)

- Best lap telemetry is stored locally in a JSON format.
Expand All @@ -26,7 +28,7 @@ The color of the bar is the fun bit: It shows if you are gaining or losing time.

##SCREENSHOT

![screenshot 1](https://i.imgur.com/UtZBIqul.jpg)
![screenshot 1](https://i.imgur.com/eKzydcg.png)

##INSTALLATION

Expand All @@ -46,15 +48,28 @@ C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\apps\python

Usage:
> You should see a large rectangle appear.
>
>
> Drive a lap and then it will show data.
>
> Click on the rectangle to toggle between display modes.

##CHANGELOG:

v1.10: January 3 2015

- Improved visuals
- Optimal lap support
- Fixed left/right sides of bar to match plus/minus of iRacing.

v1.01: December 31 2014

- Initial release


Download:

- https://github.com/jamessanford/assetto-corsa-deltabar/archive/deltabar_v101.zip
- https://github.com/jamessanford/assetto-corsa-deltabar/archive/deltabar_v110.zip

Source browser:

Expand Down
16 changes: 14 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ DeltaBar v1.01 - iRacing-style delta bar with variable color
Uses the sim_info.py module from Rombik


Supported modes, click on the plugin to toggle:
Supported modes, click on the plugin repeatedly to toggle:
- vs all-time best lap
- vs all-time best sectors
- vs all-time optimal lap
- vs session best lap
- vs session best sectors
- vs session optimal lap

Works in multiplayer and offline modes.

Expand Down Expand Up @@ -55,8 +57,18 @@ Usage:
Click on the rectangle to toggle between display modes.


CHANGELOG:
v1.10: January 3 2015
Improved visuals
Optimal lap support
Fixed left/right sides of bar to match plus/minus of iRacing.

v1.01: December 31 2014
Initial release


Download:
https://github.com/jamessanford/assetto-corsa-deltabar/archive/deltabar_v101.zip
https://github.com/jamessanford/assetto-corsa-deltabar/archive/deltabar_v110.zip

Source browser:
https://github.com/jamessanford/assetto-corsa-deltabar/

0 comments on commit bd1b34f

Please sign in to comment.