[Issue 284] Books text misalignment in books

Everything about development and the OpenMW source code.
Post Reply
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

[Issue 284] Books text misalignment in books

Post by lgromanowski »

Hi,
code related to books handling is in bug284_text_misalignment_in_books branch.
It was tested on Polish language version of MW and with German version of "The Firmament" book,
please check if it's working for your language version of Morrowind.

Books layout is still far from optimal, but they are readable now.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: [Issue 284] Books text misalignment in books

Post by scrawl »

Apparently, paragraphs are never split between pages and if they are too long they are simply cut off.

Test with: player->additem, bk_changedones, 1
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

Re: [Issue 284] Books text misalignment in books

Post by lgromanowski »

scrawl wrote:Apparently, paragraphs are never split between pages and if they are too long they are simply cut off.

Test with: player->additem, bk_changedones, 1
In what language version of MW does it happen? Could you insert here screenshoot from original MW and from OpenMW? I have such behaviour:
bk_changedones book from Polish MW
bk_changedones book from Polish MW
// EDIT: Could someone else with different language version of MW check this book too (especially French and Russian), and post screenshots?
User avatar
greye
Posts: 47
Joined: 21 Jul 2012, 16:00

Re: [Issue 284] Books text misalignment in books

Post by greye »

Bad news: russian version just hangs on bk_changedones. Also, every paragraph is on different page (bk_anticipations takes 5 pages while it can take 3). And book layout do not depend on resolution (800x600 book takes the whole window).
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: [Issue 284] Books text misalignment in books

Post by scrawl »

changedones_de.png
changedones_en.png
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: [Issue 284] Books text misalignment in books

Post by Greendogo »

Problems or no, those books look a lot better than the tiny scrunched things they used to be. [image]
Post Reply