mike wrote:And does it work only on folders or on everything?
The one that was set up is just for folders/directories.
But it should be easy enough to add an application/x-love thing (although I don't know if you really need a MIME-type for .love files),
and have .love files open i LÖVE.
Add this to the .reg maybe?
Code: Select all
[HKEY_CLASSES_ROOT\.love]
@="LoveArchive"
"Content Type"="application/x-love"
"PerceivedType"="compressed"
[HKEY_CLASSES_ROOT\LoveArchive\]
@="LÖVE Archive"
[HKEY_CLASSES_ROOT\LoveArchive\DefaultIcon]
@="%PATH_OF_LOVE%\lovearchive.ico"
[HKEY_CLASSES_ROOT\LoveArchive\shell\]
@="Open"
[HKEY_CLASSES_ROOT\LoveArchive\shell\Open]
@="&Open"
[HKEY_CLASSES_ROOT\LoveArchive\shell\Open\Command]
@="%PATH_OF_LOVE%\love.exe \"%1\""
I thought you already added .love file types with the installer, but again, I'm too lazy to check, Mike's question just triggered my crazy-arsed mind to set this up.
Also, you could possibly make Directory.Love, similar to Directory.Audio and such, but I don't really know how to set those things up.
Another, easier way to set up the love files, would be to just set it up in the SystemFileAssociations, but that's for pussies.
Maybe it's less evil to set things up in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ than in HKEY_CLASSES_ROOT\
But you have Folder, Directory and different file types in both, meaning you can add shell extensions to either.
I think you can also just replace all occurrences of Open, with LOVE or something.
So let's all go down the path of love.
Take off every Zigg for great rapist.
Now, outgay that!