Page 2 of 2

Re: love.filesystem.exists problems

Posted: Fri Sep 27, 2013 1:40 pm
by Plu
Maybe I'm just missing something, but you're trying to check whether or not a computer is able to run LÖVE from within a LÖVE program?

You'd think that the fact that it's executing any code is all is a clear sign that LÖVE has been found...

edit Unless you mean checking to see if the .exe version exists from inside a fused program, that might make sense.

Re: love.filesystem.exists problems

Posted: Fri Sep 27, 2013 9:37 pm
by LÖVEYoungGunnaTeam
I was to make my version a fused version, then check if the computer that is running the app is able to also run .love files. Makes more sense now, no? :crazy: