-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unloadingside indicator #270
Comments
Do you mean a visual one? What do you have in mind? You can do Shift-F12 to show the unloading position without the full debugging display. |
I didn’t know this option existed. Something like this: The picture is from Farming Simulator 22 using the Tip Side Hud Mod. This example is just for a normal trailer, and I have no idea how complicated it would be to implement something like that. |
I don't like to draw anything extra on the screen/HUD, as there is a reasonable probability that some other mod will try to use the same part of the screen. There are also potential issues with display resolution and exact coordinates for drawing which makes it hard to fully test and could look ugly for some users. I can certainly consider this further after this development phase is completed, but currently I'm more focused on fixing existing bugs and adding all features from FS22 before I start adding totally new features. |
Alright, and thanks for your work 👍🏼 |
I could certainly make that more configurable - so maybe options to hide each aspect (detected objects, load area, unload location, etc). But I do need to get everything else actually working first! |
Would it be possible to add a small icon or text indicator to show which side the unloading will occur? I constantly have to open the F1 menu and struggle to find the information, especially since other mods make the list longer.
("Aktive Entladeseite: Links")
![Image](https://private-user-images.githubusercontent.com/37582657/406865913-7c0898e7-6656-45f6-b2ff-c2dd400458ef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzg0NzQsIm5iZiI6MTczOTMzODE3NCwicGF0aCI6Ii8zNzU4MjY1Ny80MDY4NjU5MTMtN2MwODk4ZTctNjY1Ni00NWY2LWIyZmYtYzJkZDQwMDQ1OGVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA1MjkzNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU3ZjkxOWU5MzNiMjQ1YTMzNzViM2UwYzNmYjZlMTY0MmYwM2UxOWM1Y2Y3ODE2NDYyMWVhZGVmYjUwZWU3NjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XnL8mEn5uFpy-YHzUoffPmky-4sTj6J5XcoFkyQh350)
The text was updated successfully, but these errors were encountered: