Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imperial Units not being correctly converted in Course Generator [BUG_SP] #409

Closed
PeanutthaKid opened this issue Jan 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@PeanutthaKid
Copy link

PeanutthaKid commented Jan 7, 2022

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
fsScreen_2022_01_07_10_30_22
fsScreen_2022_01_07_10_49_23
fsScreen_2022_01_07_10_38_56
fsScreen_2022_01_07_10_49_16
fsScreen_2022_01_07_10_43_33
fsScreen_2022_01_07_10_49_31

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.

@PeanutthaKid PeanutthaKid added the bug Something isn't working label Jan 7, 2022
@Tensuko
Copy link
Contributor

Tensuko commented Jan 7, 2022

#128 got another fix for this, mentioned in that Issue...

@Tensuko Tensuko closed this as completed Jan 7, 2022
@PeanutthaKid
Copy link
Author

Still no fix. I'm on .16 as instructed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants