multiple changes

- load plugins when loading a game
- moved plugins scripts to resources/plugins (for pyinstaller)
- removed vanilla JTAC and JTAC_smoke options and settings GUI
- call JtacAutolasePlugin in armor.py
- made a dictionary of INSTALLED_PLUGINS
- removed NIOD from the VEAF plugin
This commit is contained in:
David Pierron
2020-10-12 19:49:39 +02:00
parent 3c4ccd7d57
commit ec6fc076de
21 changed files with 61 additions and 39 deletions

4
.gitignore vendored
View File

@@ -21,5 +21,5 @@ logs/
qt_ui/logs/liberation.log
*.psd
plugin/custom/__plugins.lst
plugin/custom/*.lua
resources/plugins/custom/__plugins.lst
resources/plugins/custom/*.lua