Ryan-rsm-McKenzie / CommonLibSSE

A reverse engineered library for hacking Skyrim Special Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backwardscomparibility with Older SkyrimSE Versions

lanastara opened this issue · comments

Hello,

I was looking into Commonlib for use in an skse plugin I wanted to make and began with you example plugin but when I want to load it into my skyrim I get an error because the file data/skse/plugins/versionlib-1-5-97.bin cannot be found after a bit of diggin I reallized that has to do with the change to the new versionlib format and a change to the new name. the "Address Library for SKSE Plugins" mod for SE still provides the old files but it seems current ComonLib won't load those.

Are there plans to provide backwards compartibility?
Should I ask the creator of "Address Library for SKSE Plugins" to update the se file?
Or should I use an older version of commonlib? (In this case wich one? is the last one before the breaking change usable? (A tag for the recommended SE version would really be appreciated))

Thanks for your Work.

I have no plans for backwards compatibility. The change to address lib was made because AE IDs are incompatible with SSE IDs. I recommend you use an older commit if you want to author plugins for SSE.