

If dependencies are 'soft' (txt manifest tag # OptionalDependsOn:) the addon/library will be loaded ingame if any dependeny is missing, but the content depending on the missing dependencies cannot be used then!

Nevertheless the simplest way to update a library, or to find errors due to libraries, would be a standalone installation of the library, just like a normal addon.Īddon managers like Minion are able to download and install & update the libraries.ĭependenciesDependencies are needed addons/libraries for an addon/library to run properly.If dependencies are 'hard' (txt manifest tag # DependsOn:) the addon/library won't be loaded ingame if any dependeny is missing! if the library is only build for that one addon. Libraries are meant to be excluded from addons as they are re-usable code for other addons.īut there might be reasons why libraries could be included in subfolders of addons, e.g.
