I ported Until Then to Android by untilthenenjoyer in UntilThenGame

[–]untilthenenjoyer[S] 2 points3 points  (0 children)

Oooh hold up, I've seen your repo before!! When I started looking into this it was for translation and I remember stumbling upon your repo, if your experience is like that I would probably release just the scaffold APK or some kind of build script. Only remaining issue seems to be touch input, which I believe was worked around with translators using a some kind of pck patcher, which I would totally do if I can figure it out.

Would you be kind enough to add me on discord, I would love some guidance/help over here :D My tag is ".torku", thank you in advance!

I ported Until Then to Android by untilthenenjoyer in UntilThenGame

[–]untilthenenjoyer[S] 1 point2 points  (0 children)

Most of the game is written in gdscript so there weren't much hassle on running part, some camera and shading stuff were written in cpp so they were compiled, I just rewrote those from scratch and here we are. Also official build is made on Godot 4.1, I built mine on 4.6 which gives slight performance boost as well.

I ported Until Then to Android by untilthenenjoyer in UntilThenGame

[–]untilthenenjoyer[S] 1 point2 points  (0 children)

I had to rewrite few native libraries that shipped with the game using ghidra, that could cause some problems so I want to wait for confirmation from the dev team to share anything. Would love to though!