Hi everybody, I'm trying to dynamically alter the SC speed once it's on track. I'm running this line:
info.mSafetyCarSpeed=10;
I know the parameter is expressed in m/s (that's roughly 36 Km/h). I also noticed you have to change it in every call to AccessTrackRules(), otherwise it's reset to RFM value. I'm displaying the value in the variable for debugging purposes, and it shows it's properly set, but SC keeps running at whatever speed has been set on RFM file.
Has anybody tried this? Can you please help me?
info.mSafetyCarSpeed=10;
I know the parameter is expressed in m/s (that's roughly 36 Km/h). I also noticed you have to change it in every call to AccessTrackRules(), otherwise it's reset to RFM value. I'm displaying the value in the variable for debugging purposes, and it shows it's properly set, but SC keeps running at whatever speed has been set on RFM file.
Has anybody tried this? Can you please help me?
Last edited: