good.... thank you... ;Dthank you, It allready has been changed for the next version
It not crashing, it's just intercepting the key before the game can receive it
good.... thank you... ;Dthank you, It allready has been changed for the next version
It not crashing, it's just intercepting the key before the game can receive it
###Changelog
1.0.0.0
yellow timer flag
name in tower is yellow when stopped on track
changed hotkey(mode change) to ctrl+d
last laptime is shown for full tower with gaps in race(5 sec purple for personal best,red for slower)
scrolling effect for tower in race(top 3 always shown, then driver remains displayed whatever the maximum number of driver shown in config)
added colors for nissan(purple),ktm/mclaren(orange),alpha romeo(forest green)
replay beta working on practice qualify sessions
Changelog:
1.1.0
code optimisation
fetching times from server when joining online session(practise,qualif)
Added delta widget
Tower: gained/lost position triangle
Tower: cars finishing laps down
Speedtrap: stays on a little longer
Great news Did you read my request about to increase the time that shows the gap of the cars in the tower app?I've allready patched the affected widgets for timed races and pushed them to github :
https://github.com/prunn/ACTV
I just need to test it some more before releasing the updates
Customizable Theme Color Base (RGB)
Config qualif new lap color(Red-Green)
Tower : detection if pitstop or respawned in pits
Timed races support
Thank you mateprunn updated ACTV with a new update entry:
RGB Theme, Timed races support
Read the rest of this update entry...
1.2.0
Fixed over 30 mins timed races
Color by class option
Improved tower display for 1st lap of race
Tower highlight on current car instead of driver only
Pit window open/close message
Tower qualif : Forcing to show full time instead of gaps when highlighted
Tower faded dnf drivers
Info widget resizing depending on driver name length
Info widget always on option
ThanksHi m8 , great work as usual, just a few notes from my experience looking at the code.
The acinfo app like many broadcast apps goes beserk towards the end of the race, unlike your Tower that deals quite well with it.
Few bugs i see and they are all related to the faulty getrealtime leaderbaord function is for example :
1) after race is finished if for example people pass another guy that also already finished the function keeps updating their position wich is imo wrong, at that point we can simply use getcarleaderboard function and it will be ok.
2) Harder to tackle but you seem to have done a nice job on the tower is the when people that finished or even not finished but with more laps done then you Discconect , the realtimeleaderboiard function also changes your position wrongfully with that...
in this case a simple fix for the when someone imediatelly logs off after finnishing the race is infact count how many people have finnished and are no longer on , but , thats just part of the issue... if im behind you 5 laps, and you have still one lap to go and log off my position shouldnt change due to that, unless i passed the point where you where on the race....
Would also be super cool to have one last BOARD that only pops up once the race is finnished with some cool info and final standings to have some closure on the races. kinda like Raceroom does it or even real races that show like a final board with the info and cars and brands laps and timings in the middle of screen .
Anyway keep up the good work
Thanks
I'm just gonna share the standings from the tower with the info for the next update
for the full board, I had something planned, it just need a lot more work on it