EXTRA: Addon Template - Sairion350/OStim GitHub Wiki

Written by Sairion

A lot of addons share the same bit of code that I just copy paste from one to another, like getting ostim, version checking, etc. I've moved this code into an optional script called OStimAddon, that addons can simply Extend and skip out on a bit of work.

No need to retroactively use this in current addons (or at all if you'd rather have more customization) though, this is just to make creating new ones slightly faster. If you have suggestions for what to put in this parent script to make addon creation easier let me know.

Addon Template: https://github.com/Sairion350/OStim/blob/main/Scripts/Source/OStimAddon.psc