Search found 4 matches

by Natmaz
Mon Apr 23, 2018 6:01 pm
Forum: Support and Development
Topic: [Solved] Problem with love.filesystem.write and read
Replies: 6
Views: 4122

Re: Problem with love.filesystem.write and read

Holy heck, bitser is super easy to use and it worked for me perfectly!
Thank you very much! :awesome:
by Natmaz
Mon Apr 23, 2018 4:06 pm
Forum: Support and Development
Topic: [Solved] Problem with love.filesystem.write and read
Replies: 6
Views: 4122

Re: Problem with love.filesystem.write and read

Hmm, do I have to change anything in the function you provided? Since inserting it doesn't seem to do anything, but maybe I just don't know how to check if it works. I'm new to programming and Lua, so even with your explanation (which I appreciate a whole lot) I don't seem to know what I'm supposed ...
by Natmaz
Mon Apr 23, 2018 11:44 am
Forum: Support and Development
Topic: [Solved] Problem with love.filesystem.write and read
Replies: 6
Views: 4122

Re: Problem with love.filesystem.write and read

I apologize if it's a bit messy and lenghty :death: function love.load() love.filesystem.setIdentity('Plumgotchi') --[[ function loadGame() toload = love.filesystem.load("save.txt") toload() end --]] love.window.setMode(500, 500, {}) -- Window size. love.window.setTitle('Plumgotchi') -- Wi...
by Natmaz
Sun Apr 22, 2018 1:32 pm
Forum: Support and Development
Topic: [Solved] Problem with love.filesystem.write and read
Replies: 6
Views: 4122

[Solved] Problem with love.filesystem.write and read

Hello! First time posting here. I just can't seem to figure this out myself. I already checked previous forum topics where people had a similar issue, although they're from 2014 so copying code from those topics didn't work. Looking up the documentation left me even more confused. All I'm trying to ...