You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
With the fancy zip library introduced in 1.2.1, it has only been used to download the game on the first connection to a server. Now, I think it's time to put this library to more extensive use.
All mod files will have their own zip file with a file structure.
Example:
ExampleMod.zip
|
|-mods
| | modfile.zip
| /
|-config
| | mod_ModFile.cfg
| /
|-resources
| |-mod
| | |-sound
| | | | somesoundfile.ogg
| / / /
|/ /
|/
|
|
This will allow a greater level of accuracy, control, and simplicity for clients and server admins.