diff --git a/Enderal SE v2.1.1 Changelog.txt b/Enderal SE v2.1.2 Changelog.txt similarity index 98% rename from Enderal SE v2.1.1 Changelog.txt rename to Enderal SE v2.1.2 Changelog.txt index 0c1d11b8..1f27b6c8 100644 --- a/Enderal SE v2.1.1 Changelog.txt +++ b/Enderal SE v2.1.2 Changelog.txt @@ -6,6 +6,17 @@ See https://en.wiki.sureai.net/Enderal:Patch for the list of official patches up Beware, spoilers ahead! +2.1.2 (TBD) +- Entropic Blood fixes: +-- Controlled actor no longer remains hostile to player. +-- INI settings get properly restored after save reload occured during victim selection - fixes floating in the air and increased activation distance. +-- Fixed the damage bonus never applying to controlled NPCs. +-- The time slow effect is two times slower. +-- Marking NPCs no longer happens solely by pointing, press "Activate" to mark an actor. +- Added the light attach crash fix by powerofthree. +- Fixed hightlighting of permanent effects in the hero menu (regression since 2.1). + + 2.1.1 (2024-04-24) - Fixed hidden stashes not showing up. - Fixed incorrectly assigned racial bonus during quick start. diff --git a/scripts/_00E_EnderalVersion.pex b/scripts/_00E_EnderalVersion.pex index 4f710afb..bf657b7c 100644 Binary files a/scripts/_00E_EnderalVersion.pex and b/scripts/_00E_EnderalVersion.pex differ diff --git a/source/scripts/_00E_EnderalVersion.psc b/source/scripts/_00E_EnderalVersion.psc index ac47e034..5eb5ccd4 100644 --- a/source/scripts/_00E_EnderalVersion.psc +++ b/source/scripts/_00E_EnderalVersion.psc @@ -11,7 +11,7 @@ float function _GetVersionFull() global ; C - backward-compatible update ; D - hotfix ; E - build - return 2100.0 + return 2120.0 endfunction int function GetVersion() global