Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Love the tool! Is there a way to stretch out the texts horizontally in width without affecting the text size or to prevent the text from forming a second line within a certain word limit? 

(+1)

Yes, just increase gui.subtitle_maxwidth to the length you want

What's the max number one can place? I tried 500000 but a full sentence still occasionally results in a second line... 

(1 edit) (+1)

The max number that would make sense is the width of your game window (so 1920 for a 1080p game).


The layout is in "subtitle" mode which tries to even out the length of each line. If you want the default back just delete the part that says layout "subtitle". But note that this can be annoying to read because it will make the top line closer to the max width meaning you have to move your eyes more.

Thank you for the tip! I tried both with and without  layout: subtitle. I can see now what you mean. I ended up treating the dialogue like proper subtitle  to make them visually less clunky...