Page 1 of 1

0.7.65: No string limits on library shelves

Posted: Thu Mar 21, 2019 3:47 pm
by BansheeXYZ
Bookshelves in libraries and mage's guilds can have rather long book names that exceed the graphical window width. Classic cut these strings off at a certain point, similar to how long spell names get cut off in the spellbook.
SAVE30.zip
(142.67 KiB) Downloaded 184 times

Re: 0.7.65: No string limits on library shelves

Posted: Tue Mar 26, 2019 2:30 pm
by Hazelnut
Thanks for the report.

Re: 0.7.65: No string limits on library shelves

Posted: Sat May 11, 2019 4:52 pm
by Hazelnut
I've taken a look at this and I think I left these strings untruncated so that books with similar titles with a 'Part n' suffix could be distinguished, even if it looks awful.. I preferred functionality over aesthetics.

I'll happily add string truncation if that's the community consensus, otherwise I'll leave it as is I think..

Re: 0.7.65: No string limits on library shelves

Posted: Sun May 12, 2019 7:06 am
by BansheeXYZ
Makes sense, thanks. Maybe someday we will see more support for an alternative UI beyond just the save/load screen. The laundry list of problems is just neverending.

PS: There is some kind of formatting bug going on with the series of books "Fools' Ebony". They all end in "Part the Threeth" "Part the Fiveth" and the contents are messed up too with line breaks and overflows all over the place.

Re: 0.7.65: No string limits on library shelves

Posted: Sun May 12, 2019 9:18 am
by Al-Khwarizmi
Those book titles could use a custom truncation, "Vampires of the Il(...), Chapter II" or something like that.

Edit: In fact, from a quick look to all book titles in Daggerfall (https://en.uesp.net/wiki/Daggerfall:Books) I think a simple algorithm splitting the strings by appearances of comma, and truncating them separately, should do the trick. All the books with chapters or parts in the title have them separated with a comma. There are also commas in titles for different purposes but I think such an approach would still give quite natural results.

Re: 0.7.65: No string limits on library shelves

Posted: Sat Mar 21, 2020 10:17 pm
by pango
Or left-right slider, like in dialog interface...
No scroll-looking list has such feature though

Re: 0.7.65: No string limits on library shelves

Posted: Sun May 10, 2020 12:02 am
by MaxRebo
Is there any book title that still exceeds the window width? I could not reproduce any such issue with the given savegame under 0.10.23. Also from the UESP wiki it doesn't look like any of the books would exceed the window with.

Witht that being said - can books be added by mods? If custom length book titles should be supported I could have a look at adding a horizontal scroll bar to the book picker window.

Re: 0.7.65: No string limits on library shelves

Posted: Sun May 10, 2020 12:29 am
by pango
I think a narrower font is being used now, so this bug is less problematic than it used to be...

Re: 0.7.65: No string limits on library shelves

Posted: Mon Jul 06, 2020 8:33 pm
by Hazelnut
I think this one should be closed now.