larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
161 stars 62 forks source link

Implement a ZIPFileSystem to load archived mods #61

Open EliteMasterEric opened 2 years ago

EliteMasterEric commented 2 years ago

Add a new file system or extend the existing files system, to allow loading mods from ZIP files rather than folders. This is convenient in terms of easier installs for end users.

For development purposes, mods should still be accessible from a folder structure.

A ZIP should be able to contain a single mod or multiple mods. The latter is useful for modpacks.