Skip to content

Commit

Permalink
version 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessanford committed Jan 8, 2015
1 parent 6930cac commit c0daf3f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## DeltaBar v1.10
## DeltaBar v1.20
####iRacing-style delta bar with variable color
####Uses the sim_info.py module from Rombik

Expand Down Expand Up @@ -59,6 +59,15 @@ Usage:

##CHANGELOG:

v1.20: January 7 2015

- Fix for many addon tracks, end-of-lap detection was not working.
- Fix for session resets and transitions between practice/quali/race.
- Fix for optimal lap mode when your early sectors were off track.
- Click to change modes uses more visible yellow color.
- Lightly smooth reported delta so it doesn't constantly flip between two values. You can disable this with `"bar_smooth": false` in `Documents/Assetto Corsa/plugins/deltabar/config.txt`
- Option to keep delta text in the center of the bar. You can set `"bar_moves": false` in `Documents/Assetto Corsa/plugins/deltabar/config.txt`

v1.10: January 3 2015

- Improved visuals
Expand All @@ -72,7 +81,7 @@ v1.01: December 31 2014

Download:

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

Source browser:

Expand Down
17 changes: 15 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

DeltaBar v1.10 - iRacing-style delta bar with variable color
DeltaBar v1.20 - iRacing-style delta bar with variable color

Uses the sim_info.py module from Rombik

Expand Down Expand Up @@ -58,6 +58,19 @@ Usage:


CHANGELOG:
v1.20: January 7 2015
Fix for many addon tracks, end-of-lap detection was not working.
Fix for session resets and transitions between practice/quali/race.
Fix for optimal lap mode when your early sectors were off track.
Click to change modes uses more visible yellow color.
Lightly smooth reported delta so it doesn't constantly flip
between two values.
You can disable this with "bar_smooth": false in
Documents/Assetto Corsa/plugins/deltabar/config.txt
Option to keep delta text in the center of the bar.
You can set "bar_moves": false in
Documents/Assetto Corsa/plugins/deltabar/config.txt

v1.10: January 3 2015
Improved visuals
Optimal lap support
Expand All @@ -68,7 +81,7 @@ CHANGELOG:


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

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

0 comments on commit c0daf3f

Please sign in to comment.