1.19.24 multiline title possible issue?
Moderator: Forum Moderators
Forum rules
Before reporting issues in this section, you must read the following topic:
Before reporting issues in this section, you must read the following topic:
- Spannerbag
- Posts: 918
- Joined: December 18th, 2016, 6:14 pm
- Location: Yes
1.19.24 multiline title possible issue?
Hi,
Using Windows 11.
Not sure if this is an issue with my campaign or not hence this post.
On v18 a multiline title with
But on v1.19.24
Using
I can work around this by combining
Note that this might be specific to this campaign because I only just noticed during this testing session that both v18 and v19 when "skip" is selected during the story it shows the last
Nothing in logs.
If anyone could either replicate what I'm seeing (or not) that would be much appreciated!
Cheers!
-- Spannerbag
Using Windows 11.
Not sure if this is an issue with my campaign or not hence this post.
On v18 a multiline title with
title_alignment=center each line of the title was individually centered:But on v1.19.24
title_alignment=centerlooks like this (I've changed the text sizes but the layour code is the same):Using
title_position=center,top I see:title_position=centered has a similar issue:I can work around this by combining
title_position=center,top with padding spaces:Note that this might be specific to this campaign because I only just noticed during this testing session that both v18 and v19 when "skip" is selected during the story it shows the last
[story][part] rather than exiting entirely. Sadly am now out of time and have to do rl stuff hence this post.Nothing in logs.
If anyone could either replicate what I'm seeing (or not) that would be much appreciated!
Cheers!
-- Spannerbag
Re: 1.19.24 multiline title possible issue?
From the documentation, it sounds like this is probably an intentional change in version 1.19/1.20 (Spannerbag wrote: June 25th, 2026, 5:18 pm Not sure if this is an issue with my campaign or not hence this post.
title_position did not even exist until version 1.19.17).That sounds like a hideous hack...Spannerbag wrote: June 25th, 2026, 5:18 pm I can work around this by combiningtitle_position=center,topwith padding spaces:
Can't you just use both
title_position and title_alignment together?Code: Select all
[story]
[part]
title= _ "<span size='xx-large'>Leafsea Burning</span>
<span font-style='italic'>An unrecorded tale</span>"
title_position=center,top
title_alignment=center
...
- Spannerbag
- Posts: 918
- Joined: December 18th, 2016, 6:14 pm
- Location: Yes
Re: 1.19.24 multiline title possible issue?
Worked first time, thanks!gnombat wrote: June 26th, 2026, 5:02 am ...Can't you just use bothtitle_positionandtitle_alignmenttogether?
Code: Select all
[story] [part] title= _ "<span size='xx-large'>Leafsea Burning</span> <span font-style='italic'>An unrecorded tale</span>" title_position=center,top title_alignment=center ...
I read the doc'n to mean that
title_position centered each line of text not the title text block as a whole (if that makes sense).Or, to put it anogther way, for some reason I assumed
title_position included title_alignment's functionality? ¯\_(ツ)_/¯It would've been helpful (to me anyway) if the doc'n had used consistent terminology, e.g.
My wording's not great but something like that might IMHO make the function of the two keys a bit clearer?title_alignment: specifies the alignment of the title text in the text box....
...
title_position: (Version 1.19.17 and later only) specifies the position of the title text box...
Anyway, thanks again for your suggestion, much appreciated
Another non-problem solved.
Cheers!
-- Spannerbag