link users to address library if needed and missing
fix plugin lookup before PostLoad (fixes SKSEMessagingInterface::RegisterListener among others)
Version 2.1.4
support for 1.6.342
fix Game.GetCurrentConsoleRef
Version 2.1.3
support for 1.6.323
many plugin error messages are now reported from SKSE rather than by loading the plugin
fixed scaleform OpenJournalMenu
Version 2.1.2
reworked plugin version checking and enabled plugin manager
if you are a plugin developer, there are important breaking changes noted at the bottom of PluginAPI.h
fixed crash when using alchemy tables (alchemy category hook)
Version 2.1.1
support for 1.6.318
Version 2.1.0
support for 1.6.317 (anniversary edition)
Version 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
Version 2.0.19
- fixed trampoline to be actually hooked up
- fixed incorrect scaling mode for custom menus
NOTE: SKSE64 2.0.19 was initially uploaded with the version number set to 2.0.18 - this has since been correctly. If Vortex/LOOT are reporting the wrong version, please redownload SKSE.
Version 2.0.18
made PapyrusArgs.h not rely on MSVC extensions (thanks to matzibeater)
added trampoline interface for plugins to request a memory block for hooks within SKSE's 64kb * 2 block
- please use this space wisely, do not request more space than you need!
- skse.log will print how much space a plugin requested
added GetPluginInfo to SKSEInterface to query other plugin's info by name
co-saves with the same name will now be deleted before written
fixed serialization bug when resolving handles
added Location.GetParent
Version 2.0.17
- support for runtime 1.5.97
- fix Game.GetNthLightModDependency
- HeadPart.GetPartName
- dispatch SKSECrosshairRefEvent when defocusing an object
Version 2.0.16
- support for runtime 1.5.80
- fix potential crash in ReferenceAlias.ForceRefToWornItem