Running LÖVE and creating .lua files
Posted: Tue Mar 05, 2013 8:18 pm
Hey everyone!
I just discovered some ways to run a folder with LÖVE and create .lua files on Windows, so I thought I'd share them here!
Here are the .reg files:
Be sure to edit the location of LÖVE if your love.exe is elsewhere. Also, I think works when right-clicking within a folder as well in Vista and later.
I just discovered some ways to run a folder with LÖVE and create .lua files on Windows, so I thought I'd share them here!
Here are the .reg files:
Be sure to edit the location of LÖVE if your love.exe is elsewhere. Also, I think works when right-clicking within a folder as well in Vista and later.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\love]
@="&LÖVE"
[HKEY_CLASSES_ROOT\Directory\shell\love\command]
@="\"C:\\Program Files\\LOVE\\love.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\love]
@="&LÖVE"
[HKEY_CLASSES_ROOT\Directory\Background\shell\love\command]
@="\"C:\\Program Files\\LOVE\\love.exe\" \"%V\""
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.lua\ShellNew]
"NullFile"=""