Update shipped guys, enjoy.
Last edited:
Update exposed field headers and C# marhsaling code to include fields found in Rules/Knockout Qualifying plugins. See this commit to see what has changed.
01/28/2019 - v3.3.0.6
Plugin/Monitor:
- Expose Message Center messages, global status message and pit lane speed values via rF2Extended buffer. This functionality if off by default and is enabled via "EnableDirectMemoryAccess" plugin variable.
rF2 currently does not allow plugins to render on screen, but there are unofficial ways to achieve that - DX11 injection. My plugin, however, has nothing to do with that. See the source code.Are there no restrictions on plugins [to your plugin ] displaying screens, user interfaces or anything?
I'm referring to how services by design should only display control panels (etc.) on another thread and should not interact with the user on the service thread.
02/08/2019 - v3.4.0.6
Plugin/Monitor:
- Expose Stock Car Rules plugin FCY instruction message in DMA mode.
- Deprecate SCR plugin hosting (breaking change).
03/29/2019 - v3.5.0.9
Plugin:
Monitor:
- Expose LSI messages in DMA mode.
- Clear out accumulated damage on return to Monitor.
- Harden DMA mode against crashes.
- Implement Frozen Order detection based on LSI messages. That's the only way to handle FO in the online sessions.
I will see if this information is exposed by the rF2 (IIRC graphics stuff is no longer updated after migration to DX11). However, I will be busy with real life in several next months, so it won't happen soon.Awesome work.
I am a Simhub user/plugin creator (mainly RF2 spectator mode) and after talking with Wotever he pointed me here.
I would like to know if you can expose this single data point from your InternalsPlugin.hpp:
GraphicsInfoV02.mID
This (I believe) is the ID of the driver currently being watched on screen.
I would love to have this available in Simhub..
Is this possible?
**05/01/2019 - v3.6.0.0**
Plugin:
* Fix version string not behaving as expected (breaking rF2Extended change, Sorry!)
* Reduce amount of string copies in DMA mode.
that is because the layout has changed, and tools need to be updated to match that.From version 3.6.0.0 it seems that traction control is reported as 1 instead of 0 (actual setting did not work in previous versions as well). ABS is still at 0.
If I go back to previous version, TC is back to 0.
Yes, simhub and everyone else needs to update. I try hard to not break the layout, but sometimes it is difficult or impractical to do.thank you, I had this "issue" with SimHub, I'll post that on discord.
Awesome work.
I am a Simhub user/plugin creator (mainly RF2 spectator mode) and after talking with Wotever he pointed me here.
I would like to know if you can expose this single data point from your InternalsPlugin.hpp:
GraphicsInfoV02.mID
This (I believe) is the ID of the driver currently being watched on screen.
I would love to have this available in Simhub..
Is this possible?
Hi. Just checking in to see if you had any luck with this or if it is a 'dead' data point now..I will see if this information is exposed by the rF2 (IIRC graphics stuff is no longer updated after migration to DX11). However, I will be busy with real life in several next months, so it won't happen soon.
Unfortunately, I have not looked into it yet. This year was one of the busiest I had recently, and there are always higher priority things in a way. I am working on something right now, but will check this next, hopefully I'll get back to you before end of this year.Hi. Just checking in to see if you had any luck with this or if it is a 'dead' data point now..