Search found 3 matches
- Sat Jul 01, 2017 1:06 am
- Forum: Support and Development
- Topic: Can't Make A Save File
- Replies: 2
- Views: 2205
Re: Can't Make A Save File
Nevermind, I already got it, because I was waiting for moderator's approval.
- Fri Jun 30, 2017 10:31 pm
- Forum: Support and Development
- Topic: Can't Make A Save File
- Replies: 2
- Views: 2205
Can't Make A Save File
Hey there, I need some help on making a save file on a Love2D game. Here is my code below: local data local quit = true function love.load() cmd = require('require.lovecmd') if not love.filesystem.exists('sav.klopman') then data = {} print('Oh! Hello there. I must have been expecting you.') else dat...
- Fri Jun 30, 2017 10:07 pm
- Forum: Support and Development
- Topic: Writing to files inside game folder
- Replies: 4
- Views: 4708
Re: Writing to files inside game folder
I think you should look towards this if you want to write files: https://love2d.org/wiki/love.filesystem