SimHub - TV Style Side & Scrolling Leaderboards + Timings SideScreen

Apps SimHub - TV Style Side & Scrolling Leaderboards + Timings SideScreen 6.6.7

Login or Register an account to download this content
So it looks like ACC is not working very well in this version.
I suggest going back to the previous version to get the basic support again until I fix it.
If any of you guys have a very recent Simhub replay for ACC can you share it with me please?

Something has changed since the replay that I have (less than a month old I believe) and because I do not own the game I cannot test the latest game patches.
Apologies for messing up the ACC support on this release...
 
1.5 got released with GT4 pack. I suppose lots have changed internally. I can make you one, but in around 12 hours. I just need to see how.
 
so when i drive in ac,hud just show speed and rpm,no gear,no drs,no leardboard.and all overlay doesn't work.My simhub is working well and plugin is on
 
1.5 got released with GT4 pack. I suppose lots have changed internally. I can make you one, but in around 12 hours. I just need to see how.
You just need to join a session (preferably with 30+ cars)..then top bar of Simhub is a record button..hit that and do a few laps (I only need a couple of minutes..or a short race if you have the time...longer=larger file)..hit LIVE to stop recording.
In the Simhub install folder is a replays folder.
In there..an ACC folder will have now been created.
In there..2 files..1 large (the data replay) and 1 small (an xml)...both with the same name (filename is a date/time).
Please share both via dropbox/google drive or whatever you can and send me the link in private.
I will grab it and you can delete it from your dropbox etc...
 
so when i drive in ac,hud just show speed and rpm,no gear,no drs,no leardboard.and all overlay doesn't work.My simhub is working well and plugin is on
Do any dashes work (even ones that come with Simhub)?
Are you getting any errors in the Simhub log?
Ok...I know what has happened now....
I really must go back and check all older games (that did work) as it looks like I made an error that broke AC even though I did not make any changes to that exact code....and assumed it was still working.
It is because I changed my data system to be about observed drivers...most games give a LOT more data than AC.. so if you are spectating the observed driver data is given...if you are racing then YOU are the observed driver...and it pulls your data out of the opponents data...but NOT for AC..it does not give ANY data for opponents telemetry (accel,brake etc)....
I have started to make the changes so will have an update released asap (I want to get ACC working as well before release)
 
GarySwallow updated SimHub - TV Style Side & Scrolling Leaderboards + Timings SideScreen + F1 Halo Overlay with a new update entry:

ACC and AC Hotfix

Found issues in a broken loop in my ACC code that was not triggering from my older replay files.

Thanks to @Havner for supplying a new replay file...
Let me know if there are STILL major issues...
I think we are good to go with this one so most of the data should now work correctly.
ACC also limits some of the opponent data so you cannot even see some simple stuff like..pit entry!!
Anyways...let me know if it works ;)

Read the rest of this update entry...
 
You may still get a few WARN logs (not errors..just warnings) that I am working on for next update..but they won't break the data..
Any ERRORs will cause issues with data/fps and need to be reported ;)
 
Still no names after the last ACC patch.
 

Attachments

  • no-beer.png
    no-beer.png
    1.1 MB · Views: 156
Hey Garry,
great job with an update to F1 2020! Thank you so much for all your hard work!

However, I encountered two issues:
- gap to the next car does not work in broadcast screen
- penalties for other drivers are not recorded - I was using
"[GarySwallowDataPlugin.Leaderboard.Position05.Penalties]" in F1 2019 but now it is not working any solutions to that?

And one more question, in which dash is the weather report?
 
Same when I click drive.

plugin updated, unblock done on DLL,
windows reboot,
still no names
 

Attachments

  • beer2.png
    beer2.png
    723.7 KB · Views: 105
Hey Garry,
great job with an update to F1 2020! Thank you so much for all your hard work!

However, I encountered two issues:
- gap to the next car does not work in broadcast screen
- penalties for other drivers are not recorded - I was using
"[GarySwallowDataPlugin.Leaderboard.Position05.Penalties]" in F1 2019 but now it is not working any solutions to that?

And one more question, in which dash is the weather report?
I will check the gap but I think on that screen it is standard Simhub gap data and not my plugin data..so maybe a Simhub issue.

For the penalties..it has changed name...
Each leaderboard position has 2 data points for penalties...
PenaltiesTotal and PenaltyLastReceived.
Total is accumulative total (ie data direct from the game).
Last is my calculation of what their last penalty time was...
I also have 4 new datapoints...
Generic.Penalties.LastPenalisedCar = car number
Generic.Penalties.LastPenalisedDriver = driver name
Generic.Penalties.LastPenaltyValue = obviously the calculated penalty time
Generic.Penalties.NewPenaltyAllocated = a TIMED trigger that lasts for approx 180 frames (3 seconds @ 60fps) giving a 1 value if anybody gets a penalty..returning to 0 after 180 frames...
so you can use NewPenaltyAllocated to see if someone has got a new penalty....(use isincreasing if you want to have a longer time)..then pull the car number/name and penalty value from the other generic points...
After the 180 frames...the NewPenaltyAllocated returns to 0 but the other 3 KEEP their values until a new penalty is seen
all are reset between sessions etc..

Weather report = I have not put it into a shared dash but the info is there...
Individual data points for each entry(there are 20 entries each having 5 data points)....and also a single string of all of that forecast entry in a single line..do with them what you want..
unknown-8.png
 
Same when I click drive.

plugin updated, unblock done on DLL,
windows reboot,
still no names
I have no idea.....
This is what I am seeing from my end:
ACCNames.png


Let me look at some stuff and get back to you....
Can you try a race session?
I will see if I have done something stupid

Do you get any errors in the log window?
 
@Flynth Just noticed you are running an older Simhub version (7.0.3).....current is 7.0.7..
Can you update and see if that fixes it please?
You will probably be getting a load of errors in the log about F12020 and stuff that does not exist in your version (even if you do not use F12020).....

My releases are always for the latest version of Simhub (at that date) so rely on the latest game readers etc that come with Simhub,,,,
 
Udpdated Simhub to 7.0.7


[2020-07-20 17:44:12,150] WARN - System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at GarySwallow.PluginSdk.GarySwallowDataPlugin.DataUpdate(PluginManager pluginManager, GameData& data)
at SimHub.Plugins.PluginManager.manager_DataUpdated(GameData data, IGameManager manager)
 
Udpdated Simhub to 7.0.7


[2020-07-20 17:44:12,150] WARN - System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at GarySwallow.PluginSdk.GarySwallowDataPlugin.DataUpdate(PluginManager pluginManager, GameData& data)
at SimHub.Plugins.PluginManager.manager_DataUpdated(GameData data, IGameManager manager)
Ok..that is a new one...
But only a warning so should not affect the other data (and it does not point towards where the error may lie).....
Do you get names now?
 

Latest News

Shifting method

  • I use whatever the car has in real life*

  • I always use paddleshift

  • I always use sequential

  • I always use H-shifter

  • Something else, please explain


Results are only viewable after voting.
Back
Top