Search found 3 matches

by JaredFuntime
Sat Jul 01, 2017 1:06 am
Forum: Support and Development
Topic: Can't Make A Save File
Replies: 2
Views: 2179

Re: Can't Make A Save File

Nevermind, I already got it, because I was waiting for moderator's approval.
by JaredFuntime
Fri Jun 30, 2017 10:31 pm
Forum: Support and Development
Topic: Can't Make A Save File
Replies: 2
Views: 2179

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...
by JaredFuntime
Fri Jun 30, 2017 10:07 pm
Forum: Support and Development
Topic: Writing to files inside game folder
Replies: 4
Views: 4588

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