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
Trace.TraceInformation("Diesel Force Settings (ADVANCED Config): Max Starting Force {0} Calculated Max Continuous Force {1}, @ speed of {2}",FormatStrings.FormatForce(StartingForceN,IsMetric),FormatStrings.FormatForce(CalculatedMaxContinuousForceN,IsMetric),FormatStrings.FormatSpeedDisplay(SpeedOfMaxContinuousForceMpS,IsMetric));
330
+
Trace.TraceInformation("Diesel Force Settings (ADVANCED Config): Max Starting Force {0}, Calculated Max Continuous Force {1}, @ speed of {2}",FormatStrings.FormatForce(StartingForceN,IsMetric),FormatStrings.FormatForce(CalculatedMaxContinuousForceN,IsMetric),FormatStrings.FormatSpeedDisplay(SpeedOfMaxContinuousForceMpS,IsMetric));
331
331
Trace.TraceInformation("Diesel Power Settings (ADVANCED Config): Prime Mover {0}, Max Rail Output Power {1} @ {2} rpm",FormatStrings.FormatPower(DieselEngines.MaxPowerW,IsMetric,false,false),FormatStrings.FormatPower(DieselEngines.MaximumRailOutputPowerW,IsMetric,false,false),MaxRPM);
332
332
333
333
if(StartingForceN<MaxContinuousForceN)
@@ -344,14 +344,15 @@ public override void LoadFromWagFile(string wagFilePath)
0 commit comments