yanmoe Posted June 29, 2017 Posted June 29, 2017 Hello, I've been working on a translation project by myself, and things have been going well, however, when I tested the game out, the text was formatted strange. Rather than keeping words whole, the text is cut off where it fits (example below). Is there a simple way to stop the words from cutting off? The game's files are in xp3 (Kirikiri) format and the script files use the extension .ks. Thanks.
Huang Ling Yin Posted June 29, 2017 Posted June 29, 2017 you need to add word wrapping support, but you need to hack the game, and modify a bunch of tjs files, or... simply insert new line code "\n " in the front of cuted text.
yanmoe Posted June 29, 2017 Author Posted June 29, 2017 Just now, Huang Ling Yin said: you need to add word wrapping support, but you need to hack the game, and modify a bunch of tjs files, or... simply insert new line code "\n " in the front of cuted text. Thank you so much!
Recommended Posts