If a mod requires it, you'll see this in the 'Requirements' section of the description. Right now, it's primarily for 'AbandonedShipExplorer', but more will follow. This library has been created to save significant amounts of coding. For example, if I write a script that navigates the ship to a specific sector, I would have to replicate that code for every mod that uses similar functionality. And if I ever need to add, fix or adjust something in the code, I would have to revisit each mod and repeat the process. With this ScriptLibrary, I code it once in one place, and any changes only need to be made once.
7 comments
If you encounter any problems please feel free to ask.
As this is the base, posting here. Any plans to adapt to 7.5+ ?
EDIT:
Nevermind, did fresh install, deleted all mods, readded them thoroughly one-by-one and all is working fine.
but more will follow. This library has been created to save significant
amounts of coding. For example, if I write a script that navigates the
ship to a specific sector, I would have to replicate that code for every
mod that uses similar functionality. And if I ever need to add, fix or
adjust something in the code, I would have to revisit each mod and
repeat the process. With this ScriptLibrary, I code it once in one
place, and any changes only need to be made once.