Page 1 of 1

Request a feature?

Posted: Sat Feb 12, 2011 4:38 pm
by piano_wizz
I couldn't find a way to request a feature so decided I would try on here, if there is another way of doing it please let me know.

I was wondering if it would be possible to add a feature were you can change the .love file extension if (say) a icon.png file existed in the root of the love file. ie that file would be used as the icon rather then the default love icon.

Re: Request a feature?

Posted: Sat Feb 12, 2011 5:37 pm
by vrld
piano_wizz wrote:I couldn't find a way to request a feature so decided I would try on here, if there is another way of doing it please let me know.
You can request features, report bugs and suggest enhancements via the Issue tracker
piano_wizz wrote:I was wondering if it would be possible to add a feature were you can change the .love file extension if (say) a icon.png file existed in the root of the love file. ie that file would be used as the icon rather then the default love icon.
This will be difficult if not impossible to do because (correct me if I'm wrong) the icon of a .love file is defined system wide. Changing the icon of one .love file would mean to change the icon for all .love files.

But: on windows, you can change the icon of an .exe file (and I'm sure you can do this with an Apple .app, too), so you just have to create an .exe out of you .love file (see Game_Distribution).

Re: Request a feature?

Posted: Sat Feb 12, 2011 6:29 pm
by BlackBulletIV
Yep you can do it with a .app as well, either by changing Love.incs (I think that's what it's called) in the Resources folder or adding your own .incs file and editing Info.plist to point it.

Re: Request a feature?

Posted: Sat Feb 12, 2011 9:35 pm
by Robin
Something to that effect can be done on any modern system, the only problem is that there is no single solution for every platform, so it'll be a lot of work to maintain.