Skip to content

Releases: ianpatt/skse64

v2.1.2

14 Nov 00:39
Compare
Choose a tag to compare
v2.1.2 Pre-release
Pre-release

This is a preliminary build of SKSE64 with support for Skyrim SE 1.6.318, aka the Anniversary Edition. The plugin manager has been updated with a new versioning system to handle post-AE plugins. If you are a plugin developer, please read PluginAPI.h for the breaking change regarding how plugins report their versions and compatibility with different runtimes.

  • fixed crashes with the alchemy desk
  • enabled plugin manager with new version check implementation

v2.1.1

11 Nov 17:16
Compare
Choose a tag to compare
v2.1.1 Pre-release
Pre-release

This is a preliminary build of SKSE64 with support for Skyrim SE 1.6.318, aka the Anniversary Edition. All of the hooks tested as working, the Papyrus extensions seem to be OKish but I don't have complete test coverage. At the very least you can keep using Todd's favorite mod (SkyUI) without problems. The primary feature that is missing is the plugin manager, which is currently disabled until I can rewrite the system that handles plugin compatibility checks. Plugin developers can build local versions with it enabled, but keep in mind that the version check code is going to change.

v2.1.0

11 Nov 06:21
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

This is a preliminary build of SKSE64 with support for Skyrim SE 1.6.317, aka the Anniversary Edition. All of the hooks tested as working, the Papyrus extensions seem to be OKish but I don't have complete test coverage. At the very least you can keep using Todd's favorite mod (SkyUI) without problems. The primary feature that is missing is the plugin manager, which is currently disabled until I can rewrite the system that handles plugin compatibility checks. Plugin developers can build local versions with it enabled, but keep in mind that the version check code is going to change.

v2.0.20

02 Oct 21:59
Compare
Choose a tag to compare

2.0.20

  • mark changed flags for SetHarvested
  • process priority loader command line argument now actually works
  • loader change: dll main functions are called outside LoadLibrary
  • fix minimum valid trampoline address for things that are not emulators