Search found 372 matches

by alberto_lara
Sun Mar 02, 2014 1:31 am
Forum: Support and Development
Topic: Hardon Collider Trouble
Replies: 1
Views: 1449

Re: Hardon Collider Trouble

Hi, BIgWig, the better way it's to put a .love file :)
by alberto_lara
Sun Mar 02, 2014 1:19 am
Forum: Support and Development
Topic: Incremental Jumping
Replies: 4
Views: 1920

Re: Incremental Jumping

Sure you can :) try changing the line 33 to this:

Code: Select all

player.y = player.y + player.y_velocity * dt*3 -- dt means we wont move at
and the gravity variable to 1500 and check what happen.

Luck.
by alberto_lara
Sat Mar 01, 2014 11:00 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414293

Re: love-android-sdl2 (native, 0.9.0)

I meant the first 3 links on the wiki section (not really hard to find) but they're fixed now, thanks :)
by alberto_lara
Fri Feb 28, 2014 7:24 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414293

Re: love-android-sdl2 (native, 0.9.0)

Just to notify, some wiki links don't work:
https://www.dropbox.com/s/sbcdt2v8swbrrbu/ss.png
by alberto_lara
Mon Feb 24, 2014 7:57 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414293

Re: love-android-sdl2 (native, 0.9.0)

Hell yeah :D
by alberto_lara
Fri Feb 21, 2014 10:15 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414293

Re: love-android-sdl2 (native, 0.9.0)

Correct. You want to run `ant debug` and you will find your APK at `~/bin/love_android_sdl2-debug.apk` Will that contain my standalone game? That's what I'm asking for :) EDIT: I get it now, the game inside must has the name "game.love" I had something like "fat_bird.love" many ...
by alberto_lara
Fri Feb 21, 2014 5:35 am
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414293

Re: love-android-sdl2 (native, 0.9.0)

I'm having some problems building my apk (for the .love) though. I followed the instructions here: https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Game_Packaging_-_Linux but it only says that I have to create a folder "assets", put my .love there and re-deploy. I have some doubts ...
by alberto_lara
Thu Feb 20, 2014 7:54 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414293

Re: love-android-sdl2 (native, 0.9.0)

Thanks for you answer fysx, I have sometimes the (bad) habit to ask for something I could google it (sorry about that), but I'm a programmer and after investigate like 1 hr I finally build my apk and it work fine on genymotion. Again many thanks :)
by alberto_lara
Wed Feb 19, 2014 8:48 pm
Forum: LÖVE-Android
Topic: love-android-sdl2 (native, 0.9.2)
Replies: 324
Views: 414293

Re: love-android-sdl2 (native, 0.9.0)

By the way, should this commands be enough to build the apk?:

Code: Select all

android update project -p ./MartinFelis-love-android-sdl2-cb2c852f5827
ant release