Page 1 of 1

Issues with .love files

Posted: Sun Nov 24, 2013 4:20 am
by Wheatlies
Whenever I zip my code and resources into one folder, and make it a .love, upon running it I just see the same thing I see when I run the love application (the imfamous piggy with circling piggies about him). My code and resources consists of exactly two files, main.lua and font.ttf, which I then zip (via sending to a compressed(zipped) folder) into a .zip. After this, I rename it to anything.love, and run it, and I just get the piggy with other piggies orbiting him. Any way to make it so it runs my code rather than the love.exe?

Re: Issues with .love files

Posted: Sun Nov 24, 2013 6:39 am
by Roland_Yonaba
Hi, welcome around.
Can you please post your love file ?

Re: Issues with .love files

Posted: Sun Nov 24, 2013 3:28 pm
by Ref
Wheatlies wrote: ' .. which I then zip (via sending to a compressed(zipped) folder) into a .zip.. '
That's your problem!
Don't zip the folder - select the files and then zip them together.