devynspencer / zomboid-mod-tools

Development tools, configurations, templates, and build scripts for Project Zomboid mod development.
MIT License
4 stars 0 forks source link

Add function to export a workshop mod to a Lua zip archive #10

Open devynspencer opened 2 years ago

devynspencer commented 2 years ago

Intellij IDEA requires a Lua library to be archived before it can be added as a global library. Add a function that archives a Zomboid mod at the mod root (i.e. not the Steam Workshop root several directories before), compress to a zip archive, and save to the specified global libraries directory.