You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the acceleration is very spammy when driving over a cruise block. Solving this would probably require smoothing out the acceleration value.
Supposedly the block is also going to change this week, so I'm going to wait and see what happens then.
The text was updated successfully, but these errors were encountered:
The behavior is still the same. Smoothing out the value all the time would make stuff inaccurate. There also is no way to see from the vis state if the cruise block is activated.
What's causing this flashing behaviour of the acceleration control while in the CC mode? We're having a small "debate" on how the CC block actually works and are still not sure if what the dashboard plugin reports is the actual game state (e.g. the acc button is being internally pressed and released rapidly) or it's something else?
Dashboard is showing the state of CSceneVehicleVisState, which is a class used by the game to render the car. When the car is in the cruice control state, InputGasPedal is oscillating a lot, which is what Dashboard is displaying.
It seems like the acceleration is very spammy when driving over a cruise block. Solving this would probably require smoothing out the acceleration value.
Supposedly the block is also going to change this week, so I'm going to wait and see what happens then.
The text was updated successfully, but these errors were encountered: