ianpatt / sfse

Starfield Script Extender
Other
338 stars 32 forks source link

Modder/Developer docs? #16

Closed jwvanderbeck closed 1 year ago

jwvanderbeck commented 1 year ago

Hello,

Maybe this is more obvious to those who come from older Bethesda games, but is there any documentation for those of us who want to write plugins using SFSE, any API docs on what we can twiddle with etc?

ianpatt commented 1 year ago

The raw plugin API is documented in sfse/PluginAPI.h. SFSE has its own game API, but there's a more friendly-to-use library in development here: https://github.com/Starfield-Reverse-Engineering/CommonLibSF that will probably be more useful to you.