I’ve done some googling and not really found a definitive answer, plus it seemed to be dead in water as you cannot save career mode scenarios.
However, whilst I was fixing a cloned career scenario I thought I would experiment and try it on a proper career scenario , and lo and behold it worked!
I have also completed a career scenario and everything was fine, including scoring etc.
Fix:
Find the scenario folder through RWtools or in the build menu in TS2016
Open ScenarioProperties.xml in your chosen editor
Find
Code: Select all
<ComfortCheckIntervalSec d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">1</ComfortCheckIntervalSec>Code: Select all
<ComfortCheckIntervalSec d:type="sFloat32" d:alt_encoding="000000000000F03F" d:precision="string">999999</ComfortCheckIntervalSec>I suppose you could change the force limits but this way it's simpler.
I've also noticed on other routes, scenarios don't even have this code.