Page 1 of 1

.love file not working

Posted: Sun Oct 13, 2019 10:12 am
by r3tr0-64
I cannot get my .love file to work.
I followed everything exactly but I cannot get it to work. My 'main.lua' file is in the main directory and I've zipped it and renamed it to 'file'.love, but it still doesn't work and I don't have a single clue why.
I can give more information if needed.
Help is appreciated. :/

Re: .love file not working

Posted: Sun Oct 13, 2019 2:43 pm
by raidho36
Make sure your package structure looks like this:

Code: Select all

game.love /
  +-main.lua
  +-conf.lua
  |

Re: .love file not working

Posted: Sun Oct 13, 2019 2:52 pm
by zorg
(conf.lua is not required)
In any case, more importantly, make sure you zipped the project folder *contents*, not the folder itself, as raidho was hinting at.