Skip to content

Line formatting issues #242

Description

@Blaziken257

There are occasionally issues where lines of text are too short: They don't contain as much text as they can, and as a result, the text is awkward to read, and it takes up more lines than necessary.

An example (of many) can be found here, in TextSection24, line 8:

bgb07704bgb07705bgb07706

In the spreadsheet, it is formatted like this, with a forced linebreak between "unite" and "mankind", and another between "Mother's" and "guidance":

<D1>And I was given a role to unite
mankind under the Mother's

<D1>guidance...

Whoever wrote this seemed to overestimate the length of the first line.

But this raises a few questions (not just this line, I've seen it elsewhere too):

  1. Does it hurt anything to just include everything in one line? For this example, I assume this wouldn't hurt anything:

<D1>And I was given a role to unite mankind under the Mother's guidance...

As a side note, another example of a formatting issue that is now fixed can be found in this commit -- See the removed <D3> line break at TextSection21, line 66 -- removing it fixed the text and didn't seem to cause any issues there.

  1. Was the text manually formatted in the past? It seems like the game auto-formats line breaks if there are none explicitly specified in the spreadsheet. (As a side question, does the formatting happen at build time or run time?)

  2. If there is text that requires forced linebreaks, would it be possible to automate something that checks for formatting issues like these? I know there is a text previewer somewhere, but I'm guessing that is manually done one line at a time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions