Jump to content
  • entries
    66
  • comments
    72
  • views
    10441

So I finished a tl and shit


Zakamutt

1028 views

…And you probably know about it already if you know me, but anyway, my own #brand is Memeshii Translations apparently. Since you’re here, have some information on the experience of working with the paltry tools available:

*The linecount had to be the exact same or the insertion tool would crash with an unhandled exception.

*Some lines had a linebreak in the original; these were joined together engine wise so they had to be line broken no matter what. Usually this wasn’t a problem, but some lines ended up short in english but still needed a linebreak so they look wonky, and the second line in-game had two lines that wanted to be long and couldn’t be split so it was kind of hell to fit.

*Weeb quotes 「」 had to be used or the engine wouldn’t read it as a spoken line.

*One line was turned from speech to narration for flow reasons (it was like suu haa or some shit) by removing the speechtag annotation in front.

*There was no manual linebreak code I could use (mandated ones were just CRLF linebreak, and could only been used for that specific line). However, the engine does automatically line-break on a character level, and seems to be more or less monospace. So I ended up doing some of the line-breaking in this truly kami manner, checking it manually ingame over like 5 iterations:

notepad++_2019-02-14_19-42-46.png

す@ is Sumire; あ@ is Azami

*The extracted yscfg.ybn file had the window title at the end in plaintext. But the title seemed to be read in 2 char blocks or something which meant the title ended up as either “The world ends tomorrowA” or “The world ends tomorrowb” after insertion. I fixed this by adding a space after the name.

*The nametags were in a different script than the scenario but they were just text strings, so I could just edit them

*Same for the exit message when pressing the cross at the top right

*Since we used the “spoken line” format I had to convert this to the japanese quotation brackets. Kotlin code for you to meme at:

N9GlK5Y.png

oh, java strings are immutable, fuck… fiiine I’ll your it your goddamn way

This is probably half the reason why any in-line quotes ingame are single quotes; I actually edited a pair of doubles because I couldn’t be arsed to clean up the script after the fixer code worked on it… or something.

Okay since you read this far some stats; I used Mediafire for the release because it gives download counts. It seems to update daily or something. First update was 63 downloads. Second was 89. I had 66 pageviews the blog release post on feb 14 and have 178 so far for feb 15. 89/244 gives us a ~36% download rate per view, not too bad. The About page seems to have gotten like, 8 views. The dedicated asuowa tl page has 7.

So uhh I guess I have to tl more shinimasu now.

fuck

 


View the full article

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...