by robbit » Thu Oct 31, 2013 12:44 pm
Go into the scenario folder and find the ScenarioProperties.xml folder and look for the line that looks something like this:
<ScenarioClass d:type="cDeltaString">eStandardScenarioClass</ScenarioClass>
<StartTime d:type="sFloat32" d:alt_encoding="000000008042E040" d:precision="string">33300</StartTime>
<DurationMins d:type="sInt32">0</DurationMins>
and change it from Standard to Career like this:
<ScenarioClass d:type="cDeltaString">eCareerScenarioClass</ScenarioClass>
<StartTime d:type="sFloat32" d:alt_encoding="000000008042E040" d:precision="string">33300</StartTime>
<DurationMins d:type="sInt32">0</DurationMins>