The problem is, after I figured out how to make it work, and fixing an error with FSAA, it won't load anything... It doesn't even go to a print statement I have at the beginning of conf.lua. It still works fine just dragging and dropping into the shortcut I have.
Any ideas? Thanks in advance
conf.lua:
Code: Select all
function conf(t)
print("Hi!")
t.window.fsaa = 2 --So it runs on my weird craptop
end
Code: Select all
# compatible with LuaBinaries for Lua 5.1; will work on both platforms.
##command.compile.*.lua=luac5.1 -o "$(FileName).luc" "$(FileNameExt)"
# Lua 5.1
##command.go.*.lua=lua5.1 "$(FileNameExt)"
# Lua 4.0
#command.go.*.lua=Lua-4.0.exe -c -f "$(FileNameExt)"
command.go.main.lua="C:\Program Files\LOVE\love.exe" "$(FileDir)"