andwn / cave-story-md

A fan port of Cave Story for the Sega Mega Drive
571 stars 34 forks source link

Word Wrap #328

Closed andwn closed 2 years ago

andwn commented 4 years ago

There's going to be issues where text goes off the right side of the window occasionally, these have to be fixed manually by editing the TSCs. There isn't a reliable way to implement word wrap in the code I can think of (previous attempts ended up with either too many or not enough <NODs).

All the TSC files are converted to plaintext and are located in res/tsc/(lang)/. You can edit them and make a pull request if you want, just make sure you load and save them as the proper encoding:

Or you can just post a screenshot here, say where it happened and I'll take care of it.

andwn commented 2 years ago

Closing because it's ignored anyway