Hi everyone,
I am new to Love2d and the forums. I have been programming in C# and C++ for years but I just stumbled upon this website the other day and I really like it. It's very simple to make games with.
I am having a problem trying to "Distribute" my game, though. When I follow the steps on this tutorial page (for Windows), it creates an .exe file for my game, but When I launch my game (via its .exe) which is inside a folder with all the LOVE DLL's, it bring up a window with a cartoon person and says "No game!".
Did I do something wrong here?
My directory structure is:
game.love
---main.lua
---ball.png
Successfully created .exe for game but it says "No game!"
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 11
- Joined: Thu Feb 13, 2014 4:49 am
Re: Successfully created .exe for game but it says "No game!
This tutorial? http://www.love2d.org/wiki/Game_Distrib ... Executablesomebodyelse wrote:When I follow the steps on this tutorial page
Make sure you're using .zip / .7z and not using any encryption.
Re: Successfully created .exe for game but it says "No game!
Wait, can I use .7z to making .love file?Azhukar wrote:This tutorial? http://www.love2d.org/wiki/Game_Distrib ... Executablesomebodyelse wrote:When I follow the steps on this tutorial page
Make sure you're using .zip / .7z and not using any encryption.
If that's true, I can slightly reduce my game's size..
Re: Successfully created .exe for game but it says "No game!
No, that is not true. It might work in some cases, but most of the time only .zip will.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
-
- Prole
- Posts: 11
- Joined: Thu Feb 13, 2014 4:49 am
Re: Successfully created .exe for game but it says "No game!
Thank you! .zip is the **only** one that seems to be working so far. Not sure why, but it must have been changed in 0.9.0??? I finally got it working lastnight when I forgot to rename the .zip to .love lol.Nixola wrote:No, that is not true. It might work in some cases, but most of the time only .zip will.
- slime
- Solid Snayke
- Posts: 3162
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Successfully created .exe for game but it says "No game!
Zip is currently and has always been the only officially supported format for .love files.
Last edited by slime on Sat Feb 15, 2014 8:44 am, edited 1 time in total.
Re: Successfully created .exe for game but it says "No game!
I keep using .7z but with no compression, might explain why it's working.
Who is online
Users browsing this forum: Google [Bot], Semrush [Bot] and 3 guests