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

Temperature setting issues and change reduced frame alignment suggestion #3

Open
MrPerruche opened this issue Apr 21, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@MrPerruche
Copy link

Temperature setting issues
When it is set on Farenheight it display celcius. When it is set on Celcius, it will turn celcius (which the mod thinks it is farenheight) and turn it into whatever the mod thinks it is celcius.

Change reduced frame alignment suggestion
Reduced UI looks bad in bottom corners. Here is how it currently looks (and when "top" setting is enabled if added)
Img 1
With new option, set to "bottom" it will looks like this (Although even lower)
dsqdqsddqsdaaabbbbbb

@ThatTonybo
Copy link
Owner

Frame alignment is intentional - it's how it works in ETS2. It simply trims off the bottom area.

I'll take a look into the temp unit and see if something's happening.

@ThatTonybo ThatTonybo added the bug Something isn't working label Jun 7, 2022
@O1LER
Copy link

O1LER commented Jun 28, 2022

To fix temp calculation, change the fahrenheit to celcius calculation around:
image
To this:
image

@ThatTonybo
Copy link
Owner

Does BeamNG provide temperatures in Celcius always?

@O1LER
Copy link

O1LER commented Jun 29, 2022

You are right, it changes with what the user sets in the options. So as long as the game is set to °F your calculation is correct, when its set to °C mine is. So theres got to be another solution

@ThatTonybo
Copy link
Owner

Okay, that makes sense. Changing units in the settings does break it. I'll see if there's some kind of way to work out what units the player has selected, so I can try fix the temperature issue. I'm keeping that new code in mind though and will use it once I figure the units out. Thanks for putting it through.

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

3 participants