Search found 13 matches
- Sun Jul 10, 2016 12:43 am
- Forum: Support and Development
- Topic: what return .filesystem.read()?
- Replies: 1
- Views: 1944
what return .filesystem.read()?
Hello, Can anyone tell me what really return the function love.filesystem.read()? like... filename = "the/directory/to/the/file" word=love.filesystem.read(filename) I have a file contain just words that beginning with 'A' and I write the directory for the file, but when I print [love.graph...
- Mon Jun 27, 2016 5:10 pm
- Forum: General
- Topic: Concise game implementations
- Replies: 6
- Views: 4442
Re: Concise game implementations
thanks for the pong code!
- Mon Jun 20, 2016 11:45 pm
- Forum: General
- Topic: LÖVE documentation is now available on DevDocs!
- Replies: 3
- Views: 2900
Re: LÖVE documentation is now available on DevDocs!
Thanks, that's convenient!
- Tue Mar 08, 2016 1:33 am
- Forum: Support and Development
- Topic: ubuntu - can't install 0.10.1
- Replies: 5
- Views: 3453
Re: ubuntu - can't install 0.10.1
Ok, problem solved. Probably "dependency hell"...
- Fri Mar 04, 2016 11:52 pm
- Forum: Support and Development
- Topic: ubuntu - can't install 0.10.1
- Replies: 5
- Views: 3453
Re: ubuntu - can't install 0.10.1
nah, even in ppa there is error messages, and in ubuntu store there's a 0.10.1 version to download(not work too).
- Fri Mar 04, 2016 11:19 pm
- Forum: Support and Development
- Topic: ubuntu - can't install 0.10.1
- Replies: 5
- Views: 3453
ubuntu - can't install 0.10.1
Hello,
I think I'm in those so called dependency hell, anyway
I can't install the new version, Ubuntu say: can't intall the new because the currently installed have a problem... and never repair...
(even zerobrain doesn't recognize this anymore...)
Help?
I think I'm in those so called dependency hell, anyway
I can't install the new version, Ubuntu say: can't intall the new because the currently installed have a problem... and never repair...
(even zerobrain doesn't recognize this anymore...)
Help?
- Tue Dec 29, 2015 1:29 am
- Forum: Support and Development
- Topic: [SOLVED]noob here - Can't load image
- Replies: 11
- Views: 7650
Re: noob here - Can't load image
I now see this, is put love before the folder where the archive exist and type the name of the folder, and now it work!
Really, thank you for your patience.
Really, thank you for your patience.
- Tue Dec 29, 2015 12:26 am
- Forum: Support and Development
- Topic: [SOLVED]noob here - Can't load image
- Replies: 11
- Views: 7650
Re: noob here - Can't load image
Yes and I did this(in terminal, go to the directory of the folder and type: love maq.love), but don’t run, there's something that I don’t see... but what? (and note: maq.love is not compressed, but ham.love was compressed and work in the terminal).
- Mon Dec 28, 2015 11:17 pm
- Forum: Support and Development
- Topic: [SOLVED]noob here - Can't load image
- Replies: 11
- Views: 7650
Re: noob here - Can't load image
Pgimeno: Yes, I tested using terminal with ram.love -- "{directory}/ love ham.love" and worked, but... When I try with another file like "maq.love" the results is other, this time I not compressed the archive and type 'love maq.love" or "love main.lua" and the resu...
- Tue Dec 22, 2015 9:40 pm
- Forum: Support and Development
- Topic: [SOLVED]noob here - Can't load image
- Replies: 11
- Views: 7650
Re: noob here - Can't load image
You can also zip them, but if you do, the directory or file that you specify must contain a main.lua in the top level (not in any subdirectory). You did this part right with main.love, but you didn't include the image into main.love. It also works for me if I do: zip main.love Hamster.png main.lua ...