You can compile code using luac (on official Lua page).
Or you can crypt your files and decrypt them the time you load them.
edit:
(still, the code that decrypts files need to be decrypted so it's pretty much pointless).
Distributing your games (making a .love file)
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Distributing your games (making a .love file)
I know how to make a .love file/project but how do I make a .exe, or .dmg, or random linux executable?
Re: Distributing your games (making a .love file)
http://love2d.org/wiki/Game_DistributionRukiri wrote:I know how to make a .love file/project but how do I make a .exe, or .dmg, or random linux executable?
Re: Distributing your games (making a .love file)
If you're using OS X or Linux, try love-release.sh, a Bash script that can do all of these, and much more.Rukiri wrote:I know how to make a .love file/project but how do I make a .exe, or .dmg, or random linux executable?
On Github | Forum thread.
Re: Distributing your games (making a .love file)
I appear to have a problem with my MacOSX distribution (Löve 0.9.1).
It runs fine on MacOSX 10.9.4, but there is a problem with 10.10.
See: http://blau.gr/up/file/5115/errormessage.jpg
Are there any known problems about this?
It runs fine on MacOSX 10.9.4, but there is a problem with 10.10.
See: http://blau.gr/up/file/5115/errormessage.jpg
Are there any known problems about this?
- slime
- Solid Snayke
- Posts: 3166
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Distributing your games (making a .love file)
I'm not able to test on Yosemite at the moment, but your issue might have to do with the symlinks in the Frameworks folder inside your .app all being resolved or broken, rather than staying preserved (i.e. what happened here.)
Re: Distributing your games (making a .love file)
When making a love file, does it automatically lowe case all image adresses and such? Such as love.graphics.newImage(image, "Assets/Player/Still.png") to "assets/player/still.png"?
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Distributing your games (making a .love file)
No? You need to take care that the cases in the filenames in the .love and the filenames in your code match.
Help us help you: attach a .love.
Re: Distributing your games (making a .love file)
So, I have made a love file. I want to make it .exe. I tried this sentence within CMD: copy /b love.exe+SuperGame.love SuperGame.exe
However, where should I put my .love file and the love.exe? Alternatively, how do I specify the adress within the command line?
However, where should I put my .love file and the love.exe? Alternatively, how do I specify the adress within the command line?
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot], kov_serg, Semrush [Bot] and 7 guests