QodotPlugin / qodot-plugin

(LEGACY) Quake .map support for Godot 3.x
MIT License
960 stars 70 forks source link

Exclude all top-level files and directories (except `addons/`) from ZIP #32

Closed Calinou closed 4 years ago

Calinou commented 4 years ago

This decreases the download size and makes it possible to install Qodot without unchecking anything in the editor.

A ZIP archive is now 32 KB instead of 2.7 MB.

Shfty commented 4 years ago

Good stuff, that'll make the asset library workflow nicer.

I'm um-ing and ah-ing a bit about excluding stuff like the TrenchBroom game preset, but I suppose that's an add-on technically speaking since not everyone will be using TB as their editor, or even be using an editor at all in some cases.

I'll merge and have a think on how to direct users to the example content and extras if they discover Qodot through the editor's asset library UI. A basic readme in addons/qodot/ should do the trick.