Hi, here is Chinese translate team.
According Patreon's vote, we also tell Chinese players the situation.
Here is Chinese players' thought, they also willing waiting for game completed.
Happy Chinese New Year~~
Has been past a year, In this year, If we get the update on game, we start the translate, Want to give players the way to enjoy the game.
In future, We still try our best to translate the game into Chinese for everyone. Hoping the game will be better and better, and thank you again for gving us this opportunity let us to translate the game.
Sorry for use response area to give you this message. I can't use twitter to dm you.
In begining, there are two sentances can't show, Because the code is wrong,
It seems split sentance "이곳은 나의 마법 상점, 선반에 올려진 형형색색의 물약들이 창문을 통해 들어온 햇살에 반짝인다. 그 햇살이 부드럽게 얼굴에 닿자 기분이 좋아져 미소를 지었다."
to "이곳은 나의 마법 상점, 선반에 올려진 형형색색의 물약들이 창문을 통해 들어온 햇살에 반짝인다." and " 그 햇살이 부드럽게 얼굴에 닿자 기분이 좋아져 미소를 지었다.", but chinese version didn't changed it.
It should be this:
translate chinese_traditional game_start_b8b01c8f:
# c a "이곳은 나의 마법 상점, 선반에 올려진 형형색색의 물약들이 창문을 통해 들어온 햇살에 반짝인다."
c a "這是我的魔法商店,架上玲朗滿目的藥劑,透過窗戶照射進來的陽光,閃爍著光芒"
translate chinese_traditional game_start_f65491cd:
# c a "그 햇살이 부드럽게 얼굴에 닿자 기분이 좋아져 미소를 지었다."
c a "並且當陽光灑落在我臉上時,不禁讓我感受到愉悅以及透露出微笑"
After I finished this game, found other places have similar problems.
Greetings Author,
We have some questions want to ask you, is about the story, hope you can tell us.
1. How many chapters you expect to write?
2. What is the current progress of the game?
3. Is Chris and Tonraq will be more close?
If you want to DM . I was send private message to you in twitter. You can use that. Waiting for you response.
Sorry for bother you, Author.
We noticed in apk version, seems like Chris's avator can't show in lower left corner. So we try to fix it, and why this happened.
We found that because new phone's screen is too long, making Ren'Py take it as a small device.
So it might be helpful to use an variable "renpy.variant("small")" to re-set up.
Here is the variable need to change in screen.rpy
Add the code below:
if renpy.variant("small"):
add SideImage() xalign 0.0 yalign 1.0
In "style window" (In row 1451) add :
left_padding 130
Here is the picture add above code result
Test Phone: Google Pixel 6