Search found 129 matches

by Rucikir
Thu Jul 24, 2014 8:29 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202168

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

RTFM ! (I always wanted to say that about something i've made) Keep in mind that everything you pass as argument (if it has spaces) should be encapsulated by double quotes. There are also a couple of packages you should install first: fakeroot and dpkg-deb. --description Set the description of your ...
by Rucikir
Mon Jul 21, 2014 4:19 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202168

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

Okay ! Thanks to josefnpat and Positive07, the script now supports Android ! -a Create an Android package. In order to create an Android package, you must have installed the Android SDK. See Building LÖVE for Android, but there is no need to install the LÖVE port to Android, as the script will handl...
by Rucikir
Sun Jul 20, 2014 2:24 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202168

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

I took a look at josefnpat's script. It's nice, but I don't think I will be of any use here for a few reasons: the package requests a specific version of Love (>=0.9.1 for the latest games) so any package manager will simply refuse to install your game if it can not find the specific version. No nee...
by Rucikir
Fri Jul 18, 2014 8:37 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202168

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

Hi everyone ! Just want to say that... Thanks to josefnpat, the script finally supports Debian packages ! https://github.com/MisterDA/love-release -d Create a deb package. Aimed at Debian and Ubuntu derivatives. In order to create a Debian package, you must provide more informations about it. --desc...
by Rucikir
Sat Jul 12, 2014 3:39 pm
Forum: Libraries and Tools
Topic: LoveComp [1.0] Auto-Package Your Games for Distribution
Replies: 9
Views: 5885

Re: LoveComp [1.0] Auto-Package Your Games for Distribution

I have written an usefull Bash script to do this. Perhaps you've already seen it. It is called love-release.sh. Github , Forum . It runs on every plateform with Bash support, and makes Windows 32 & 64 bits games, supports OS X and Linux too. It even has a support for icons, love version detectio...
by Rucikir
Mon Jun 16, 2014 1:43 pm
Forum: General
Topic: LOVE users map
Replies: 182
Views: 118282

Re: LOVE users map

Nice idea :D
Paris, France, please.
by Rucikir
Thu May 29, 2014 11:51 am
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202168

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

I've worked a little (again) on it, and made a few improvements. Firstly, a bunch of cleanup (hope it did not broke the whole thing) and bug fixes. Secondly, I have managed to properly detect the version the project uses by using Lua (if a conf.lua file is found). LOVE_VERSION=$(lua -e 'f = loadfile...
by Rucikir
Thu May 01, 2014 12:04 pm
Forum: Libraries and Tools
Topic: love-release - in Lua ! - makes LÖVE game release easier
Replies: 149
Views: 202168

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

First, thanks for the feedback. I realized that your script was including .DS_Store files. Well, on Ubuntu it never occured to me that the zip command was adding hidden files ( .* ). Maybe it is different with mac. It should now exclude every file beginning whith a dot. I'm not shure if it is a real...
by Rucikir
Thu May 01, 2014 11:19 am
Forum: General
Topic: LÖVE 0.9.1 released
Replies: 39
Views: 73274

Re: LÖVE 0.9.1 released

There is an odd __MACOSX directory at the root of love-9.0.1-macosx-x64.zip... It is filled with .* files, all ghosts... It serves no purposes. __MACOSX/ ├── ._love.app └── love.app ├── Contents │   ├── Frameworks │   │   ├── ._FreeType.framework │   │   ├── FreeType.framework │   │   │   ├── ._Free...