TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Add custom ordered plugin loading #355

Closed Jimmacle closed 4 years ago

Jimmacle commented 4 years ago

Load plugins in the order listed in Torch.cfg so plugins that require custom load order like bitMuse's economy work without silly hacks.

rexxar-tc commented 4 years ago

Counterpoint: Make the dependency field actually useful and load dependencies top-down

rexxar-tc commented 4 years ago

Done in patron branch.