ken-noland / OpenXcom

Open-source clone of the original X-Com
http://openxcom.org
GNU General Public License v3.0
0 stars 0 forks source link

No way to load Lua if mod is contained within a zip file #1

Open ken-noland opened 1 month ago

ken-noland commented 1 month ago

As the title says, there's currently no mechanism to allow loading of Lua files from within a zip file. This is actually a little complicated because lua can, and will, load other files, so in order to get this to work I would need to set up a filesystem which complies with std::filesystem. The current implementation of a filesystem will likely serve as the basis.