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
Actual behavior
The work width being displayed in the course generator is being converted the wrong way. It appears the conversion is happening as m * 0.3048 which is the imperial to metric conversion (feet to meters). In my testing I am using a seed cart which is 18.2m, a 24 meter cultivator, and a 42m fertilizer spreader.
Expected behavior
The Imperial measurement number should show as a higher number than the metric number. The 18.2 meter seed cart should show as 59.696 ft, but instead shows as 5.55 ft, the 24 meter cultivator should show as 78.72 feet, but instead shows as 7.32 feet, and the 42 meter fertilizer spreader should show as 137.76 feet, but shows as 12.80 feet. This indicates that the metric unit is either being divided by 3.28 when it should be multiplied by that, or that the metric number is being multiplied by 0.3048 when it should be divided by that.
Steps to reproduce
Use Miles setting in Game
Actual behavior
The work width being displayed in the course generator is being converted the wrong way. It appears the conversion is happening as m * 0.3048 which is the imperial to metric conversion (feet to meters). In my testing I am using a seed cart which is 18.2m, a 24 meter cultivator, and a 42m fertilizer spreader.
Expected behavior
The Imperial measurement number should show as a higher number than the metric number. The 18.2 meter seed cart should show as 59.696 ft, but instead shows as 5.55 ft, the 24 meter cultivator should show as 78.72 feet, but instead shows as 7.32 feet, and the 42 meter fertilizer spreader should show as 137.76 feet, but shows as 12.80 feet. This indicates that the metric unit is either being divided by 3.28 when it should be multiplied by that, or that the metric number is being multiplied by 0.3048 when it should be divided by that.
Screenshots
Courseplay version
Version used: 7.0.0.16
Log
log.txt
Map
All maps tested the same way.
Vehicles/ implements involved
Flexicoil ST820 cultivator - mod
CaseIH Precision Disk 500 seed cart - mod
Amazone ZG-TS 10001 Spreader - base game
Relevant script mods
Autodrive and VCA. Both active, but neither used.
The text was updated successfully, but these errors were encountered: