Search found 129 matches

by Rucikir
Mon Nov 11, 2013 10:51 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

Re: Love-Release. Bash script to make it easier.

Hi everybody ! New version, few improvements. Debian packages will come soon, but I need your help for a few things. There is now a config file in ~/.config/love-release.cfg , which is basically a Bash script that is sourced by the main script. If you want to use it, you have to declare your project...
by Rucikir
Fri Nov 08, 2013 8:14 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

Re: Love-Release. Bash script to make it easier.

First, thanks for your replies. Secondly, i'll just list the new changes. The script creates a cache in ~/.cache/love-release (think it's a standard directory), where all the downloaded zips are saved. There is one subdirectory for every Love version you ask for. You can replace those files by your ...
by Rucikir
Fri Nov 08, 2013 5:48 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

Re: Love-Release. Bash script to make it easier.

It kind of seems like people missed this part: Though I suppose just a .deb would probably be fair enough, since most people do use Ubuntu or some other Ubuntu/Debian-based distribution, that and LÖVE is outdated in Debian's repositories IIRC. There is bartbes/love-unstable PPA for Ubuntu... and it...
by Rucikir
Fri Nov 08, 2013 5:31 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

Re: Love-Release. Bash script to make it easier.

This is a good idee, I'll take a look
by Rucikir
Wed Nov 06, 2013 10:58 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

Re: Love-Release. Bash script to make it easier.

Very nice! May I suggest that the script uses a local version of files provided by the user? It's possible that the LÖVE website could be down and the files could be inaccessible, or if you're not connected to the internet. It's a very good idea... Just thinking, what options should be used ? Comin...
by Rucikir
Wed Nov 06, 2013 7:49 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

Re: Love-Release. Bash script to make it easier.

Seems like a nice script. Of course, it would have been even nicer if it built .deb-files :neko: How ? I've always thougt that the only way to use Löve on Linux was to run 'love YourGame.love' in CLI... The purpose is not to install Löve here, but only to run games based on it. If I'm wrong in any ...
by Rucikir
Wed Nov 06, 2013 6:54 pm
Forum: Support and Development
Topic: Distributing your games (making a .love file)
Replies: 278
Views: 942166

Re: Distributing your games (making a .love file)

Hi everyone, I guess it does already exists, or you probably already have your own, but I just finished a Bash script that automates game releases. You launch it at your project's root, and it does all the long stuff that is downloading Löve, zip your sources and packages everything. So, please tell...
by Rucikir
Wed Nov 06, 2013 5:08 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

Re: Love-Release. Bash script to make it easier.

The filenames of the LÖVE downloads might not stay exactly consistent between releases. For example the script has this for OS X: wget https://bitbucket.org/rude/love/downloads/love-$LOVE_VERSION-macosx-ub.zip But the official Mac download for 0.9.0 isn't being built as a universal binary, so the f...
by Rucikir
Tue Nov 05, 2013 6:42 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202114

love-release - in Lua ! - makes LÖVE game release easier

love-release http://img.shields.io/badge/License-MIT-brightgreen.svg Lua 5.1 script that makes LÖVE game release easier (previously Bash script). Automates LÖVE Game Distribution . LÖVE forum_topic . Available as a LuaRocks package . Features love-release makes your LÖVE game release easier. It can...