Page 2 of 4
Re: Love2d Compiler(Distributor) v1.0 [Windows]
Posted: Wed Dec 14, 2011 1:39 am
by Ellohir
I wished I had a megacompiler so I didn't have to get switching OS to make executables :/
Re: Love2d Compiler(Distributor) v1.0 [Windows]
Posted: Wed Dec 14, 2011 1:11 pm
by Robin
Ellohir wrote:I wished I had a megacompiler so I didn't have to get switching OS to make executables :/
Wait, what? Why?
Re: Love2d Compiler(Distributor) v1.0 [Windows]
Posted: Wed Dec 14, 2011 1:39 pm
by Ellohir
Because none of my friends want to install love so for every version I want them to test I have to copy the file to love.exe to the love file for the windows users and go to linux and copy the linux binary there... Wait, does copy do the same thing on both OS?
Re: Love2d Compiler(Distributor) v1.0 [Windows]
Posted: Wed Dec 14, 2011 2:39 pm
by clickrush
i thought you could just put your .love into the unzipped LÖVE folder you downloaded from here and then send the whole thing?
Re: Love2d Compiler(Distributor) v1.0 [Windows]
Posted: Wed Dec 14, 2011 3:34 pm
by Robin
You don't need to switch OS just to paste your .love file after a LÖVE executable. I usually distribute a version for Linux, Windows and Mac without leaving Linux. I don't even have a Mac.
Re: Love2d Compiler(Distributor) v1.0 [Windows]
Posted: Fri Dec 16, 2011 11:38 pm
by josefnpat
Robin wrote:You don't need to switch OS just to paste your .love file after a LÖVE executable. I usually distribute a version for Linux, Windows and Mac without leaving Linux. I don't even have a Mac.
Any chance you could share your script with us? I wouldn't mind seeing what you do.
Re: Love2d Compiler(Distributor) v1.0 [Windows]
Posted: Sat Dec 17, 2011 12:28 am
by Robin
Well, I don't use a script, I just do whatever it says
on the wiki.
I do something like
Code: Select all
cat /usr/bin/love game.love > game && chmod +x game
cat love.exe game.love > game.exe
cp -r love.app game.app && cp game.love game.app/Contents/Resources/
[windows]Love2d Compiler v3.0
Posted: Tue Jan 03, 2012 4:09 pm
by dizante
Brand new version of love2d compiler! Generate your executable game file with the click of a button!
Updates:
Fixed the load file bug
More lightweight interface
Faster loading
User friendly
One button interface!
Download:
http://www.damnbunny.net
Re: [windows]Love2d Compiler v3.0
Posted: Tue Jan 03, 2012 4:15 pm
by clickrush
cute! thx
Re: [windows]Love2d Compiler v3.0
Posted: Tue Jan 03, 2012 4:20 pm
by dizante
clickrush wrote:cute! thx
you're welcome
i just have plenty of time and i spend it making freebies