Search found 267 matches

by xNick1
Thu Apr 27, 2023 11:15 pm
Forum: Games and Creations
Topic: Aarstider [Released]
Replies: 30
Views: 43288

Re: Aarstider [Released]

The game is now free if you want to try it out!
by xNick1
Thu Jul 21, 2022 8:28 pm
Forum: Games and Creations
Topic: Aarstider [Released]
Replies: 30
Views: 43288

Re: Aarstider

The game is now available on the play store: https://play.google.com/store/apps/details?id=aarstider.love2d.android website: https://nicolabii.github.io/aarstider.htm A code to redeem it for free: REJWDAMYKDMRVXD4NXAVLBH It's meant to be a relaxing visual experience. Check out the website for more d...
by xNick1
Sun Apr 14, 2019 11:51 am
Forum: Support and Development
Topic: Android Scaling Issues
Replies: 5
Views: 11023

Re: Android Scaling Issues

Could your problem be related to the space reserved for the system buttons? I don't know how that's handled in LÖVE, if at all. That could be the reason. I have software buttons. Any ideas? Btw, it works the first time I launch the apk, but only the first time ever photo_2019-04-14_12-47-56.jpg pho...
by xNick1
Sat Apr 13, 2019 10:02 am
Forum: Support and Development
Topic: Android Scaling Issues
Replies: 5
Views: 11023

Re: Android Scaling Issues

Does this work? wWidth, wHeight = lg.fromPixels(lg.getPixelDimensions()) I was trying to solve a problem. I couldn't compile apks anymore after I lost my old laptop lol. No, this doesn't work either. It seems to work only the first time, as before. It's pretty random, sometimes the game is full scr...
by xNick1
Sat Apr 13, 2019 9:51 am
Forum: Support and Development
Topic: [Solved] Can't build Android apk
Replies: 3
Views: 8665

Re: [Solved] Can't build Android apk

I managed to solve the problem by downloading an older NDK (16b) and by clearing the old binaries it built.
I kept getting the same errors because of the old binaries it built with NDK 19
by xNick1
Fri Mar 29, 2019 10:54 am
Forum: Support and Development
Topic: [Solved] Can't build Android apk
Replies: 3
Views: 8665

Re: Can't build Android apk

My Love game used to build on my old laptop, but I lost it and now I can't build the game anymore. I have SDK API28, NDK, Java8, I setup the paths and everything I needed to do (at least I think so). I'm using the 0.11.x branch on Martin-Felis's repo, I put the game.love file in the assets folder e...
by xNick1
Sun Mar 24, 2019 9:43 am
Forum: Support and Development
Topic: [Solved] Can't build Android apk
Replies: 3
Views: 8665

[Solved] Can't build Android apk

My Love game used to build on my old laptop, but I lost it and now I can't build the game anymore. I have SDK API28, NDK, Java8, I setup the paths and everything I needed to do (at least I think so). I'm using the 0.11.x branch on Martin-Felis's repo, I put the game.love file in the assets folder et...
by xNick1
Sun Mar 17, 2019 7:35 pm
Forum: Support and Development
Topic: Android Scaling Issues
Replies: 5
Views: 11023

Android Scaling Issues

wWidth, wHeight = lg.getDimensions() sx = wWidth / imgwidth sy = wHeight / imgheight lg.draw(img[r], quad, x, y, 0, sx, sy) I'm not using scale(), I calculate sx and sy for every object by dividing screen dimension and the objects dimensions It works fine on my pc, but it doesn't fill the whole scr...
by xNick1
Sat Jan 19, 2019 8:48 pm
Forum: Support and Development
Topic: Create .apk File
Replies: 6
Views: 6839

Re: Create .apk File

Thanks Gabriel Bras! You were right! I had to change the color values [0-1] to [0-255]. It works now. God bless you :D Google only accepts apps compiled with API26 or higher. If you want to publish the game on the store you'll have to move to Love 11.2 and use the 0.11.x branch of the Android repo:...
by xNick1
Tue Jan 08, 2019 10:17 am
Forum: Games and Creations
Topic: Collisions on Google Play
Replies: 7
Views: 9208

Re: Collisions on Google Play

I liked it a lot too. I saw it on steam a couple years ago but I never played it before you made this post