Page 1 of 1

Opening files in zip files

Posted: Sat Nov 01, 2008 6:44 pm
by bartbes
Is there a way I can open files that are in zip files? I already tried

Code: Select all

love.filesystem.include("some.zip/some.lua")
I guess this isn't implemented or documented? I don't know anything about PhysicsFS, except that it is used to read the love(/zip) files.

Re: Opening files in zip files

Posted: Sun Nov 02, 2008 1:33 am
by aes
I don't get it. Why would you want that? When packaged, löve files are already zips...? I don't see any advantage to having zips inside the main zip, or in an unpacked löve dir. :?

Re: Opening files in zip files

Posted: Sun Nov 02, 2008 11:49 am
by bartbes
It's meant for a zip in the save dir

Re: Opening files in zip files

Posted: Mon Nov 03, 2008 3:16 pm
by rude
In that case, I don't think it's possible at all (with PhysFS).

Re: Opening files in zip files

Posted: Mon Nov 03, 2008 3:48 pm
by bartbes
Ok... I'll just have to unzip then...