Hello guys,
I have an automatic restart each morning and I've noticed that there are some plugins which are not loading all the time. Seeking for a solution as I am not on front of the PC 24/7, so would be nice to set a load order if its that even possible? I know oxide would load plugins in ABC order, but if I change the name of few plugins, they would stop working straight away, so that would not work with me.
I am trying to find a solution for an issue, when few plugins would not load as they need another plugin to be activated. I've heard about dependencies/plugin load orders, but thats all I know about so far.
Is there anyone who would help point me a direction which way to take this pls? What is the best solution for this? This should be done by the plugin creator, but what we can do in case if there is no one dealing with this issue? Can it be done by ourselves?
Thanks a lot in advance.
Phoenix
Plugins won't load (dependencies/load order)Not An Issue
There is not load order customization specifically. If you have a plugin that depends on another, you can add a // Require magic comment to it to make sure the other is loaded first. Aside from that, A-Z.
Hello Wulf! Thank you for your hel! Would you be able to give me some more specified information about the //Require magic comment? As I dont really know how/where to do this please.
Thanks again! :)
If a plugin requires another, you can use this at the top inside the dependent plugin:
// Requires: PluginName
Thanks a lot. Use this at the plugin's file, or config file?
Cheers
It would go inside the plugin itself.
Thanks so much!
Locked automatically