SmartlyDressedGames / Unturned-3.x-Community

Community portion of the Unturned-3.x repo. If you have access to the source code you can find it here:
https://github.com/SmartlyDressedGames/Unturned-3.x/
84 stars 18 forks source link

See about updating quest list to support automatic vertical layout #4313

Closed Spebby closed 1 month ago

Spebby commented 5 months ago

Yes, this is a legitimate problem I've run into, not just bounds checking. It's ugly but maybe a scroll bar can be added if the list gets too long for the conditions. And track/abandon/return buttons are always on screen.

image

SDGNelson commented 5 months ago

Yikes. What kind of quest is it? Why does it have so many conditions? Should some of them not be visible?

Spebby commented 5 months ago

Visiting all the named locations on a map, each condition being an individual location.

SDGNelson commented 5 months ago

Fair enough. Off the top of my head I'm not sure how well everything will support the newer auto layout like for chat, but I'll look into it for the quest menu.

Spebby commented 5 months ago

Fair enough. Off the top of my head I'm not sure how well everything will support the newer auto layout like for chat, but I'll look into it for the quest menu.

it should be noted that this may be an issue unique to my system as I run a 3:2 ratio. A friend could still access some buttons so be sure you account for unusual monitor ratios.

prank0079 commented 5 months ago

Oh... I usually break it down into a few quests.

Spebby commented 4 months ago

TO NOTE: i just checked and I had UI scale set to 1.5 due to my display size. This is 100% the cause on my end, but obviously the game should be able to support all UI scales fine.

SDGNelson commented 3 months ago

The quest screen actually already supported a scrollbar when the content was too tall, but your note highlighted the underlying issue: It wasn't taking the UI scale into consideration when deciding whether to use the scrollbar in that menu. This should be fixed for the next update.