Releases: ryobg/JContainers
Releases · ryobg/JContainers
JContainers (64-bit) v4.0.0 (Alpha release)
This is the first official pre-release of JContainers for Skyrim SE.
Summary
There is no change in the API, but this now is a 64-bit plugin and the target platform is different than the original Skyrim. Tests are passing and with the help of few users it was reported stable enough for expanding the circle of users desring to try out, but remember - this is version for trials!
A notable incompatibility is that any binary archives made previously with the 32-bit edition are not to be used with this one. This is due to the underlying system (Boost.Serialization) being incompatible between the two platforms.
Important!
For people porting script - read below:
- The API version has been uplifted, you may need to adjust the checks in your scripts for these calls:
JContainers.APIVersion()
JContainers.featureVersion()
- Previously there were functionalities marked as deprecated. Note that before the official release, some of them may go away - there will be explanation why and what alternatives you get for that.