delta touch on microG ?

If you need help with something, this is the place to be.
User avatar
sadlyascii
Posts: 35
Joined: Wed Jan 21, 2026 10:04 pm
Location: 🇪🇺

delta touch on microG ?

Post by sadlyascii »

hai again so
i found a more modern port of idtech games - delta touch (by the same dev as d-touch h-touch etc)
but it gets stuck at the "loading" dialog, after asking to fetch licence (even if i select freedoom)
are its servers also dead ? or is that because i have microG instead of propiertary gms ?
has someone else tried it ? how did you fix that ?
User avatar
flatrute
Posts: 420
Joined: Sat Dec 17, 2022 11:32 am
Location: Thành phố Hồ Chí Minh, Việt Nam

Re: delta touch on microG ?

Post by flatrute »

I doubt that such ports would be so reliant on GMS. It is more likely that the servers are forever gone COPIUM
My username is read as "flatorte".
[deleted] posts index
New avatar source
Old avatar source
User avatar
sadlyascii
Posts: 35
Joined: Wed Jan 21, 2026 10:04 pm
Location: 🇪🇺

Re: delta touch on microG ?

Post by sadlyascii »

i dont tjink so, it was updated this year (also its written "fetch license from google")
User avatar
sadlyascii
Posts: 35
Joined: Wed Jan 21, 2026 10:04 pm
Location: 🇪🇺

Re: delta touch on microG ?

Post by sadlyascii »

okay i decided to try a decompiler !
https://f-droid.org/packages/com.apk.editor
i imported the apk and found the bytecode of checkLicence and added lines "const/4 v1, 0x1" and "return v1"
i recompiled, and it successfully started the game ! this is my 1st time ^^

its still failing to download the sound fonts, and in the bytecode i found it checks for /storage/emulated/0/Android/data/com.opentouchgaming.deltatouch/files/audiopack/snd_timidity/xylophon.pat, so i copied the soundfonts there and yeah so it plays sound

gaming achieved successfully !... except not.
i tried playing, and somehow when i was actually playing, it stopped working ! turns out when i hold the finger on the screen for a second or so, it completely stops responding to touch input

idk why