Search found 105 matches

by PGUp
Sun May 19, 2019 3:36 pm
Forum: Support and Development
Topic: Networking over wifi
Replies: 2
Views: 2163

Re: Networking over wifi

Might work if you setup your wifi as a local network where each device has a unique IP. It won't work if you try to connect over the internet through wifi. I know, but how? can you give me a simple example using enet? like from my mobile device to computer? i've tried using this method https://love...
by PGUp
Sun May 19, 2019 1:09 pm
Forum: Support and Development
Topic: Networking over wifi
Replies: 2
Views: 2163

Networking over wifi

my computer is the server and my phone is the client, both love installed, how? I'm using enet, device dont seem to connect
by PGUp
Fri May 17, 2019 6:00 am
Forum: Support and Development
Topic: Networking, where to start?
Replies: 1
Views: 1640

Networking, where to start?

I have absolutely zero knowledge about networking. Where should I start?
by PGUp
Fri May 10, 2019 10:09 am
Forum: Support and Development
Topic: How to send email via smtp?
Replies: 2
Views: 2069

How to send email via smtp?

I've tried the following code function love.load() local smtp = require("socket.smtp") mesgt = { headers = { to = "from@gmail.com", subject = "LUA" }, body = "Mail text ..." } r, e = smtp.send{ from = "from@gmail.com", rcpt = "to@gmail.com"...
by PGUp
Mon Apr 22, 2019 1:10 pm
Forum: General
Topic: LÖVE 11.2 released - including Android APK!
Replies: 46
Views: 332874

Re: LÖVE 11.2 released!

dj--alex@ya.ru wrote: Sat Apr 20, 2019 6:41 pm unfortunately i cannot use Love 11.2
until StartDEV or another who can create Fast and simple compiler Love2d -> Apk with signing apk. (optional)
use this, much more simple. But wont work on Playstore from what I know.

https://love2d.org/wiki/Game_Distribution/APKTool
by PGUp
Mon Apr 22, 2019 12:50 pm
Forum: Support and Development
Topic: Combo Key Input
Replies: 2
Views: 8041

Re: Combo Key Input

For the walk animation. function love.update() if love.keyboard.isDown("d") and love.keyboard.isDown("lshift") then sprintAnimation:play() end if love.keyboard.isDown("d") and not love.keyboard.isDown("lshift") then walkAnimation:play() end end For the attack ...
by PGUp
Mon Mar 25, 2019 9:28 am
Forum: Support and Development
Topic: apk keep saying app not install
Replies: 1
Views: 2688

Re: apk keep saying app not install

You gotta sign the apk, there are multiple tools available out there
by PGUp
Mon Feb 04, 2019 7:26 am
Forum: Support and Development
Topic: What's the best approach for fonts?
Replies: 6
Views: 5909

Re: What's the best approach for fonts?

https://love2d.org/wiki/love.graphics.newFont

Code: Select all

font = love.graphics.newFont( filename, size, hinting )
But you can always change the font size?? you only need 1 font.
by PGUp
Thu Jan 17, 2019 10:54 am
Forum: Support and Development
Topic: Create .apk File
Replies: 6
Views: 6908

Re: Create .apk File

by PGUp
Sat Jan 12, 2019 12:05 am
Forum: Support and Development
Topic: Win 10 won't download LOVE insists it's a virus - any tricks?
Replies: 8
Views: 6516

Re: Win 10 won't download LOVE insists it's a virus - any tricks?

-turn off antivirus
-download love
-turn on antivirus
-???
-profit

unless you're opening shady websites or spam websites, its most of the time fine to turn off antivirus, they takes up ram and are annoying