Sizable New rFactor 2 Update Available Now

Paul Jeffrey

Premium
rF2 Build Update Released.jpg

Studio 397 have released a major new update for rFactor 2 - addressing many of the issues recently encountered with the simulation.


Having been in a bit of strife with the title following the recent 24h of Le Mans virtual event red flag, Studio 397 have redoubled their efforts to hunt down and eliminate some of the long standing bugs present within the simulation. With plenty of enhancements and changes having taken place within rFactor 2, many of the more long running issues appear to have been brought further into the limelight in recent months, and it is exciting to see these acknowledged and actioned by the development team - hopefully adding up to a much more robust playing experience now and in the future.

Check out the release article from Studio 397 below:

Releasing a new rFactor 2 build is typically something we do with a classic bulleted changelog, but this time we felt it deserved a bit more than that.

During our recent rF24 event, technical issues cropped up that left us no alternative but to red flag the race. We decided to immediately regroup and redirect our priorities towards dissecting and fixing what turned out to be long standing issues. It was not a simple task, but we rolled up our collective sleeves and dug in. With a lot of help of the participating teams, we analyzed all the problems and for the first time were able to reproduce most of them. Their cause turned out to be very specific edge cases in ‘rejoins’ and ‘driver swaps’ so we proceeded by focusing on trying to break these features in as many different ways as possible.

So of course, much of the findings relied on intense and focused testing over the past weeks. Having to go back and test multiple scenarios repeatedly and working to find fixes and workarounds required a well-thought-out approach with a solid understanding of the issues from all involved, both on the testing side and the development side. This intense focus has given us an insight into the many ways things can go wrong in the heat of racing. Thankfully, we also had the massive support of the rFactor 2 community through post-race feedback and stories, as well as logging – this was invaluable and an enormous push to help find the root cause of many of these issues people have in online events. As a team, we meticulously went over each of these reports and looked for any specific details that could point us in the right direction.

Car Selection and Upgrades
One of the main areas we focused on was issues related to rejoining after getting disconnected during a session, for example when the network connection goes down for a moment. rFactor 2 has always allowed for a driver to rejoin a race after a computer crash or network issue, but in some cases on rejoining the server, the driver would end up with a DNF (Did not finish), a DQ (disqualification) or their name would show at the bottom of the list as simply ‘pending an open session’. Of course, these outcomes are incorrect and the question for us was: what triggers these scenarios? Our research and testing quickly showed that, in most cases, these issues were related to rejoining and either a) picking a totally different car from the car selection, b) picking the right car with the wrong livery from the car selection, or c) picking the right car and livery but with a different upgrade package.

You might ask, “Why is this a problem, I always pick the correct options”? Whilst that might be true in 99% of the cases, it’s the 1% that hurts us here in the end. It’s hard to be sure a team of multiple drivers always chooses the correct options. Making a mistake, it turns out, causes problems for more people than the driver rejoining, so we needed to make sure this could no longer happen.

To tackle this problem, we first looked at the core code of the rejoin process to make sure all options regarding car and upgrades are inherited and stay with each driver, regardless of disconnections or previous driver swaps. This means when you join with car A and upgrade X, it will be logged in a more robust way that prevents the driver history getting lost. Next, we worked on making this process more user friendly, so that it’s actually impossible to make a mistake on rejoin. We enhanced the network protocol to communicate to your client what car, livery and upgrades were used before, so we can choose the right car for you. For example, if you join with a ‘BMW M8 GTE’ with the ‘Le Mans package’ and ‘my-team-livery’, and you have a network issue during the race and are booted, instead of seeing the whole list of cars, team liveries, and upgrades on rejoin, you only see your BMW M8 GTE, and the option to change upgrade package is no longer available. You simply get your car back!

rF2 Build Update Released 2.jpg


This brings us to another important point and side effect of rejoin errors. Rejoining with the wrong car or upgrade would often cause lags and freezes for all other drivers already on the server as everyone was forced to load a different car in real-time while on track (instead of the car that got parked in the garage when you disconnected).

“AI Take Over” and Driver Names Stuck in the Pit Menu
A recurring issue we’ve seen is when a driver swap takes place, the AI would suddenly take over the car without warning.

This was caused by trying to hand over the car to a team mate that was no longer a passenger or even on the server at the moment of the pit stop. By default rFactor 2 was then configured to let the AI take over. This turned out to be a bad idea and we altered the code to no longer do this. This means that from now on, if the driver taking over is no longer present, you will retain the car at the end of the pit stop. This will allow you to keep racing and retry a driver swap with your team mate without AI taking over and ruining your race.

When selecting a driver in the pit menu, names of any passengers would stay stuck in the list and would be select-able regardless of whether they had left the server or stopped riding with you. This meant you select your team mate in the pit menu, they leave the server or stop riding with you, but their name stays in the pit menu and can be selected. This caused multiple issues: On disconnection/rejoin you would often end up with a DNF, and if a name of a driver was selected that was no longer riding or had left the server, the AI would take over. We’ve fixed this issue by simply removing any drivers from the pit menu list that are no longer riding with you (as should have been the case all along).

Disconnection/Rejoin with Passenger(s)
Disconnections while another driver is riding along, either waiting on a driver swap or having just completed one, would end in a DNF on rejoin. For example, you’re driving on track, your team mate is riding with you and you get a disconnection. On rejoin, you’re not able to race again and your team mate’s name is now showing in the list as a driver with a DNF. We fixed this by making sure that on disconnect/rejoin only the current driver retains the car, all other teammates simply stay registered as ‘passengers’ and are not considered a driver until an actual driver swap takes place.

Pit Menu Parameters Locked After Rejoin
Yet another issue we looked at and were able to fix was the sudden inability to toggle pit menu options after rejoining. This was particularly a problem if you experienced a disconnect with very little fuel and could not request more fuel in the subsequent pit stop, ultimately you would run out of fuel and end the race with a DNF. All allowed in-car pit menu options should now be open to selection on rejoin.

Steam Integration Improvements
As part of our ongoing profiling process based on logs sent to us by users, we have also discovered that the “real-time” API functions that Steam provides could cause small hiccups. We technically solved that by internalizing the original plugin and making sure we execute such functions on a background thread so they can never interfere with our physics loop. This change is done both client and server-side and it means you will no longer see a SteamPlugin.DLL in your plugins folder (and we’ve made sure that if it is still there by accident, it gets ignored from this build onwards).

Faster Loading Times
Last but not least, we also spent some time profiling and optimizing the track and car loading process. Internal tests have shown improvements in the range of 30-50%, which should help people in general. Faster loading obviously also means you can rejoin quicker, losing less time overall.

What’s next?
Build 1114 is the first of two scheduled releases to address the issues we found. We decided to split the process in two, concentrating on the major bugs first and then addressing the smaller ones. We thought it was important to get an update into everybody’s hands as quickly as possible, but only after making sure we could not break this build anymore. As always we encourage people to update both their dedicated servers and clients and report any issues. We are heavily committed to getting this right and continue to improve the online experience in rFactor 2. We expect to have an update on those issues next month, but again, we’ll take as much time as we need to ensure these minor issues are also completely gone.


rFactor 2 is a racing simulation exclusively available for PC.

For more news from the world of rFactor 2, check out the RaceDepartment rFactor 2 sub forum and join in with the community discussion. If you like racing in a clean and fun environment online, why not check out the RaceDepartment rFactor 2 Racing Club? Get yourself in on the action!


Like what we do at RaceDepartment? Follow us on Social Media!



 
 
Last edited:
FFB strenghts is per car adjustable already for a long time. Every new car it loads starts on FFB strength of 1. Mostly lower it to around 0.60 (on my big mige)
And you can't change them, without loading a session...and after every update, they are resetted.
I don't think, you got my point there...i'm absolutely aware, how this "feature" works...but it is a convuluted uncomfortable thing.

Global FFB strenght you set in your driverpanel of the steeringwheel.
I just have mine set on as strong as i want it to be in general.
Than lower the force per car.
So for EVERY other sim, i can set a global FFB level in the main menu, but for rF2 i HAVE to use my driver control panel? Seems legit and within the standards of industry...i'm not just using rF2.
 
And you can't change them, without loading a session...and after every update, they are resetted.
I don't think, you got my point there...i'm absolutely aware, how this "feature" works...but it is a convuluted uncomfortable thing.
So for EVERY other sim, i can set a global FFB level in the main menu, but for rF2 i HAVE to use my driver control panel? Seems legit and within the standards of industry...i'm not just using rF2.
rF2's option is much better for me, so i only set it once per car. Never have to think about 2 sliders for the same effect. Have different profiles for every sim anyway.
 
rF2's option is much better for me, so i only set it once per car. Never have to think about 2 sliders for the same effect. Have different profiles for every sim anyway.
This is perfectly fine, if it fits your kind of profiling settings for your game, i do this for my HOTAS and several Sims&Games for it, for example, because of several key mappings.

But with driving sims and ingame force, basically every sim has a global slider for a general FFB setting, just rF2 isn't coming with this feature, working correctly.
 
I haven't played rF2 for about 3 months (iRacing sub running for that time) and after a couple of hours on it last night - WOW!

Loading seems faster - but that was never much of an issue.
Performance - I always suffered stuttering in the rain, that seems to be a thing of the past (or until another update, I guess.)
The handling of the car I chose to race was such a pleasant change from iRacing - so much more feeling to it. (After halving the FFB strength, which was making the car horrible to drive!)

Time to buy some DLC to help support and encourage the team.
 
Performance - I always suffered stuttering in the rain, that seems to be a thing of the past (or until another update, I guess.)
Agreed...
I have to say, the whole performance thing is way better now, than one and a half year ago or so...
I'm able now to race multiclass with LMP2/3 GTE and GT3 on Sebring with completely acceptable FPS&frametimes, if not going for "too" many cars. When Sebring was released, my performance was horrible witth such a configuration and mid-high settings, it is still not perfect, but much happened in a quite short amount of time for a small dev team, to finally enjoy a fleshed out endurance event, even with a mid-class PC.
 
And you can't change them, without loading a session...and after every update, they are resetted.
You only need to load the game then first choose your car then go to Options/Controls and set your chosen FFB for that car then if you desire choose another car make and do the same without ever needing to load a track or race session to set your FFB for all desired cars. :thumbsup:
 
Last edited:
My god, dammed if you do, dammed if you don't, I can just imagine now the ruckus that will come once the ui is released.
Seems like many think this new ui will be some amazing game changer on release, even though S397 has stated multiple times it will have the same functionality regarding features as the current ui.
I swear some folks just look for stuff to moan about

If after all this time the new UI does not add functionality that users have been asking about for years and that already exists in titles from the same family tree, then yes, there will be endless (and justified) moaning.
 
You only need to load the game then first choose your car then go to Options/Controls and set your chosen FFB for that car then if you desire choose another car make and do the same without ever needing to load a track or race session to set your FFB for all desired cars. :thumbsup:
Would be great if you knew what FFB you needed for each car on your specific wheel set up too though right? Or is it the same for all cars?
Dumb question I know but I've not really delved that deep into this aspect of the sim.
 
Would be great if you knew what FFB you needed for each car on your specific wheel set up too though right? Or is it the same for all cars?
Dumb question I know but I've not really delved that deep into this aspect of the sim.
FFB will vary for different cars/classes/setups and tracks which can be expected plus different wheel types adds still yet another variable to this sim science!
 
Last edited:
You only need to load the game then first choose your car then go to Options/Controls and set your chosen FFB for that car then if you desire choose another car make and do the same without ever needing to load a track or race session to set your FFB for all desired cars. :thumbsup:

Ah...you firstly have to go into car selection, THEN open the controls options, to change the value instead of making it possible of changing it in the car selection tab itself directly? (Like every other car customization option)
THIS is bad UI design, ladies and gentleman.
 
You can do it in game from the garage, and it is almost as easy as it can get, only easier way would be changing ffb without even leaving forthe garage. But do you need to change FFB mulpiplier each five minutes ?
 
You can do it in game from the garage, and it is almost as easy as it can get
Clicking on some options menues is of course not hard to do...
But do you need to change FFB mulpiplier each five minutes ?
I'm referring to this:
Less actions for a setting = Optimization

If you have/try much content in your rF2 library, that you also drive, the whole menu design, also without proper documentation about some "tricks" it offers, is as labourious, as reading this sentence right here! :D

EDIT: But i really don't want to start just another discussion about the UI again...i'm fine with how it works, but i see MUCH room for improvement. If this is not the case for you, that's fine. But i think, you have to be very lenient, if you really don't see some really irritating usabillity sometimes.
We all want rF2 to succeed and this is not done by just praise in the sky, for what it is. Let's also sometimes think about, what it still could be.
 
Last edited:
Man, I've nothing against you but you have to admit, "when the time is right" was a very poor choice of words. The game is 6 years old ffs :sleep:

And you're clearly out of reality of rFactor2 history...

Probably "when the time is right" is sooner than you think but they can't tell you because it implies some other leak info they don't want to give you right now...
 
And you're clearly out of reality of rFactor2 history...

Probably "when the time is right" is sooner than you think but they can't tell you because it implies some other leak info they don't want to give you right now...

I don't care about its history, only about its future.....and not even because I don't play it too regularly anymore because the time hasn't been right to fix single player.
I've been following the official forum for 3 years and I don't know where you get that fixes to the AI will come soon.

Sooner than I think as in "three years to develop the UI" kinda soon? :whistling:
 

Latest News

What's needed for simracing in 2024?

  • More games, period

  • Better graphics/visuals

  • Advanced physics and handling

  • More cars and tracks

  • AI improvements

  • AI engineering

  • Cross-platform play

  • New game Modes

  • Other, post your idea


Results are only viewable after voting.
Back
Top