Search found 77 matches

by g0blin
Mon Feb 11, 2019 10:36 am
Forum: APK Compiler
Topic: Gradle fails on set up
Replies: 13
Views: 14422

Re: Gradle fails on set up

thanks mate. I owe you!
by g0blin
Tue Jan 29, 2019 3:59 pm
Forum: APK Compiler
Topic: Gradle fails on set up
Replies: 13
Views: 14422

Re: Gradle fails on set up

Hello guys,

still no news about this topic?

Best regards
g0blin
by g0blin
Wed Nov 21, 2018 2:28 pm
Forum: APK Compiler
Topic: Gradle fails on set up
Replies: 13
Views: 14422

Re: Gradle fails on set up

Indeed, my friend, indeed ... :lol:
by g0blin
Mon Nov 19, 2018 12:21 pm
Forum: APK Compiler
Topic: Gradle fails on set up
Replies: 13
Views: 14422

Re: Gradle fails on set up

Good morning everyone,

I don't mean to be a pusher here, just waiting for some updates.... :D

Have a nice day
by g0blin
Fri Aug 10, 2018 6:54 pm
Forum: APK Compiler
Topic: Android apk and drawers
Replies: 15
Views: 17566

Re: Android apk and drawers

Thanks a lot!
Time for me to go back and code some more.
Best regards
by g0blin
Thu Aug 09, 2018 10:29 pm
Forum: APK Compiler
Topic: Android apk and drawers
Replies: 15
Views: 17566

Re: Android apk and drawers

Ok. I just skimmed through the docs you pointed out, but if I understand correctly the Downloadfile() command can download and inflate a compressed archive. This archive can hold all the graphics, from which they can be accessed after locating them with GetSystemInfo(). Is this correct?
by g0blin
Thu Aug 09, 2018 9:07 pm
Forum: APK Compiler
Topic: Android apk and drawers
Replies: 15
Views: 17566

Re: Android apk and drawers

Ok guys, here I am again. I finished the port, I thouroghly tested it on my devices an I was ready to upload it on Play Store. Sadly ... I found out the max package size is 100MB, and my game is above 200MB! Lowering graphics resolution and/or color depth is, unfortunately, not an option, so I need ...
by g0blin
Mon May 21, 2018 5:26 pm
Forum: APK Compiler
Topic: Android apk and drawers
Replies: 15
Views: 17566

Re: Android apk and drawers

I just finished to adapt the original TSMC code to make it work with the Android compiler (usage of "GetAsset()" etc). The code works just fine and the only "bugs" I had to correct were related to upper case/lower case syntax, due to the Unix nature of some part of the apk compil...
by g0blin
Tue Apr 17, 2018 10:10 am
Forum: APK Compiler
Topic: Android apk and drawers
Replies: 15
Views: 17566

Re: Android apk and drawers

Thanks a lot mate,

you're the man!

The more I study Hollywood the more I like it!

Keep it up
Gianluca
by g0blin
Sun Apr 15, 2018 3:34 pm
Forum: APK Compiler
Topic: Android apk and drawers
Replies: 15
Views: 17566

Re: Android apk and drawers

Hello guys, I am currently porting my game to create an apk package and, after some experimenting, I'm finally getting some decent results. However, since the project is rather complex, I have some issues to raise, hoping to find some work around. 1) I do appreciate the fact that the compiler can wr...