Page 1 of 1
Cant open .love when it has a conf file
Posted: Fri May 11, 2012 4:07 pm
by jg7183
Ok so basically im making a little jumper i am completely new to love and have just been following sockmunkee dev now so i can make borders i need to no my sizes so i created which i prevously did not have a conf file but now when i double like my .love nothing appears can someone help me with this
Re: Cant open .love when it has a conf file
Posted: Fri May 11, 2012 5:16 pm
by Boolsheet
You probably have a syntax error in conf.lua. We could point out what, if you post the actual code. Don't forget to use the
Code: Select all
tags of the forum around the code. Makes it easier to read.
You can also redirect the error message to a text file if you launch LÖVE like "love.exe yourgame.love > error.txt" from the command prompt or terminal. (IO redirection)
Re: Cant open .love when it has a conf file
Posted: Fri May 11, 2012 9:37 pm
by jradich
Yeah Code please?