Search found 267 matches

by xNick1
Sun Jan 06, 2019 3:44 pm
Forum: Games and Creations
Topic: Collisions on Google Play
Replies: 7
Views: 9261

Re: Collisions on Google Play

It looks beautiful. I just installed it!
by xNick1
Tue Jan 01, 2019 10:54 am
Forum: General
Topic: LÖVE 11.2 released - including Android APK!
Replies: 46
Views: 332454

Re: LÖVE 11.2 released!

Great job, I migrated my game to Love 11.2! I like the new stuff!
by xNick1
Mon Dec 31, 2018 8:56 am
Forum: Games and Creations
Topic: simple .obj file renderer
Replies: 6
Views: 8128

Re: simple .obj file renderer

Nice job! I'll try it!
by xNick1
Sun Dec 30, 2018 2:52 pm
Forum: Games and Creations
Topic: Aarstider [Released]
Replies: 30
Views: 43552

Re: Aarstider

Thanks for taking the time to post about it, however some of the art was a just placeholder. I remade most of the things, and I'm looking forward to publish some playable demo on the playstore asap. It's still a huge work in progress and a lot of stuff is going to change again. I'm trying to make it...
by xNick1
Thu Dec 27, 2018 8:31 pm
Forum: Games and Creations
Topic: Aarstider [Released]
Replies: 30
Views: 43552

Re: Aarstider

[...]
by xNick1
Tue Oct 30, 2018 2:19 pm
Forum: Support and Development
Topic: Love.exe will stop responding after one update
Replies: 15
Views: 8834

Re: Love.exe will stop responding after one update

As I said love will stop responding after it refreshes once It displays not responding in the corner and everything I tried this with just drawing a rectangle and it still stops this is all it needs to stop Function love.load end function love.update end function love.draw love.graphics.rectangle(“...
by xNick1
Sun Oct 28, 2018 7:42 am
Forum: Support and Development
Topic: bad argument #1 to '?' in function 'require' ERROR
Replies: 3
Views: 3636

Re: bad argument #1 to '?' in function 'require' ERROR

Try with require("whatever"), that's how I do it and it works hehe
by xNick1
Tue Oct 16, 2018 7:06 am
Forum: Support and Development
Topic: Mousepressed not working?
Replies: 27
Views: 17418

Re: Mousepressed not working?

Are you calling the menu_mousepressed function from main.lua? Like: function love.mousepressed( x, y, button, istouch, presses ) menu_mousepressed(x, y, button, istouch, presses) end Othewise how would it know it has to call it? If so, are you sure it isn't calling it? Maybe the coordinates are wron...
by xNick1
Wed Oct 10, 2018 9:15 am
Forum: Support and Development
Topic: Building Love 11.1 on Android
Replies: 0
Views: 3026

Building Love 11.1 on Android

Hi, I followed the instructions on the repo. I made a folder containing: "love-android-sdl2" cloned from the repo: (git clone https://bitbucket.org/MartinFelis/love-android-sdl2), "android-ndk-r14b" (x86_64 version), "tools" (sdk-tools-windows-4333796), "local.prop...
by xNick1
Sat Sep 08, 2018 11:22 am
Forum: Support and Development
Topic: Love game no longer works on iPhone
Replies: 2
Views: 2579

Re: Love game no longer works on iPhone

Afaik if you don't have a dev account you can only use self-made apps for a few days and then you will have to reinstall them