Page 2 of 2

Re: My Game Is Broken??

Posted: Mon Jan 30, 2012 1:04 am
by tentus
Well, for example, in my more polished games I always let players control some options, like fullscreen and whatnot. I save these to the local computer and automatically load them the next time the game is played.

Re: My Game Is Broken??

Posted: Mon Jan 30, 2012 1:07 am
by baconhawka7x
No I didn't do anything like that(yet).

Re: My Game Is Broken?[Please help!]

Posted: Mon Jan 30, 2012 3:15 am
by baconhawka7x
I stopped the problem from happening, but it's still there..it still exists -.-. I just deleted my config file and instead did "love.graphics.setMode" to set the width

Re: My Game Is Broken?

Posted: Tue Jan 31, 2012 1:32 pm
by bartbes
I'm pretty sure another game did something wrong, try going to %APPDATA%\love (yes, that is a valid path.. on windows), and removing a conf.lua that may have put itself there.

Re: My Game Is Broken?

Posted: Tue Jan 31, 2012 2:35 pm
by baconhawka7x
bartbes wrote:I'm pretty sure another game did something wrong, try going to %APPDATA%\love (yes, that is a valid path.. on windows), and removing a conf.lua that may have put itself there.
That's what I was thinking, but I'm on a mac. And even after deleting half of the things on my computer(and every .love I've ever downloaded) It's still there:p
I tried going to application support(Pretty much the %APPDATA% of a mac) And checking if there were any .loves in there, but there weren't.

Re: My Game Is Broken?

Posted: Tue Jan 31, 2012 6:01 pm
by Robin
baconhawka7x wrote:That's what I was thinking, but I'm on a mac. And even after deleting half of the things on my computer(and every .love I've ever downloaded) It's still there:p
I tried going to application support(Pretty much the %APPDATA% of a mac) And checking if there were any .loves in there, but there weren't.
You tried looking in /Users/whateverusernameyouhave/Library/Application Support/LOVE/? And it wouldn't be a .love. It would be a conf.lua, like bartbes said.

Re: My Game Is Broken?

Posted: Wed Feb 01, 2012 2:03 am
by baconhawka7x
Image