Skip to content

Retranslate event sections longer than 3 lines + choice dialogs bugs #1

@eadmaster

Description

@eadmaster

current game logic will cut them.

example from the opening:

<CC03EA><color=0001>"Once upon a time,<lineend>there was a kingdom<lineend>called Valendia."<pause><lineend><CC03EA>"The people of the<lineend>kingdom lived in<lineend>peace, watched over<lineend>by their wise and<lineend>powerful Queen."<pause><lineend><CC03EA>"But, one night, a<lineend>horde of Demons<lineend>suddenly appeared<lineend>and attacked the<lineend>castle..."<pause><lineend>|

the first part is ok: <CC03EA><color=0001>"Once upon a time,<lineend>there was a kingdom<lineend>called Valendia."<pause><lineend> -> 3x <lineend> tags = 3 lines

the second part has too many lines and will be cut:

  • <CC03EA>"The people of the<lineend>kingdom lived in<lineend>peace, watched over<lineend>by their wise and<lineend>powerful Queen."<pause><lineend> -> 5 lines
  • <CC03EA>"But, one night, a<lineend>horde of Demons<lineend>suddenly appeared<lineend>and attacked the<lineend>castle..."<pause><lineend> -> 5 lines

20 chars seems to be optimal line lenght.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions