Search found 3 matches

by Atolm
Mon Jan 23, 2012 7:00 pm
Forum: Support and Development
Topic: Loading files outside the .love file
Replies: 3
Views: 2141

Re: Loading files outside the .love file

Security reasons? Well, anyway, is it possible to set up the write directory so that it contains the project folder? That is, the write directory would be the folder that is distributed, and it would contain the .exe and also the .ini to read data from? I can't really work out where the write direct...
by Atolm
Mon Jan 23, 2012 6:14 pm
Forum: Support and Development
Topic: Loading files outside the .love file
Replies: 3
Views: 2141

Loading files outside the .love file

Hey, looking for some help. I need to load a file outside the .love folder (basically an .ini file that allows the user to configure some stuff outside the game). I'll be compiling to an .exe, but the user needs to be able to edit this file, so it's got to go outside the project directory. The file ...
by Atolm
Fri Nov 25, 2011 4:38 pm
Forum: Support and Development
Topic: Love2D and LuaXML
Replies: 14
Views: 8878

Re: Love2D and LuaXML

Hey, found this thread through google after having the same problem as the OP. I have a project folder containing my main.lua, LuaXML.lua and LuaXML_lib.dll (My main requires LuaXML, which itself requires the dll). However, when I attempt to run the project in LOVE I get the following error: LuaXml....