Cannot Run LOVE Games via LÖVE 0.6.2
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- Jasoco
- Inner party member
- Posts: 3726
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
You forgot love.load() and love.update(dt)
Re: Cannot Run LOVE Games via LÖVE 0.6.2
Those shouldn't be necessary.
Maybe it would help people if they knew what operating system you were using?
Maybe it would help people if they knew what operating system you were using?
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
If you rename the .love to a .zip and open it, what does it say? "test" or "main.lua"?
Help us help you: attach a .love.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
Don't zip the folder, only the contents.
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
This pops up every two weeks or so.
Couldn't we consider making LÖVE able to detect the "there's no main.lua file, but there's only a top folder" and "go inside that folder" automatically?
I think it would help newcomers get the hang of things.
Couldn't we consider making LÖVE able to detect the "there's no main.lua file, but there's only a top folder" and "go inside that folder" automatically?
I think it would help newcomers get the hang of things.
When I write def I mean function.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
No, if not only because it's harder for love to do, but also because then people would never learn to make a good .love.
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
I confess I haven't looked at the love-loading C++ part. When you say "harder" you mean "200 lines of code harder" or you mean "2 lines of code harder"? If it's 200, then I'll just shut up. But if it sits on the range of 2-20 lines, then I'd say it's worth it.bartbes wrote:No, if not only because it's harder for love to do, but also because then people would never learn to make a good .love.
The "good .love" argument seems a bit ... fallacious; good files are good because they are good.
Files are just files. The fact that they have a "top folder" inside them or not doesn't make them "bad"; it's the fact that LÖVE can read/not read them. Once the change was made, all those files would be as "good" as the non-folderized ones.
When I write def I mean function.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
"People fail at making a good one" "Well, then we change the format so bad is good as well", imo that is bad practice.
The real solution is education.
The real solution is education.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
Depends on whether the line between “good” and “bad” has a good reason, or is arbitrary.bartbes wrote:"People fail at making a good one" "Well, then we change the format so bad is good as well", imo that is bad practice.
The real solution is education.
What I do think is that this is an education fail on our part: the documentation for LÖVE is good, on the whole, but right at the start, the very first tutorials are lacking: the explanation of how to make and run games can be confusing. (Although it is very easy once you find out how to do it.)
Help us help you: attach a .love.
- nevon
- Commander of the Circuloids
- Posts: 938
- Joined: Thu Feb 14, 2008 8:25 pm
- Location: Stockholm, Sweden
- Contact:
Re: Cannot Run LOVE Games via LÖVE 0.6.2
I agree with Kikito on this one, if only because it would make downloading love games from github super easy, since they can already be auto-packaged as zips.
Who is online
Users browsing this forum: No registered users and 3 guests