Open RobLoach opened 8 years ago
Created the physfs branch, which brings physfs in, and attempts to use it somewhere. Needs some work.
Would this allow the lutro core to load the files from the game.lutro zips directly without the need to unzip everything on disk first? that would be cool.
The lutro files can't be loaded from some devices, such as Android, where the write access to disk might be limited.
Would this allow the lutro core to load the files from the game.lutro zips directly without the need to unzip everything on disk first?
Yup!
Parts of Love use PhysFS to handle loading files from different places. We could likely bring this in to make loading files across a few places a lot easier.