General Changelog:
-
The installer will now fail when attempting to install on a non-v2.6 game.
-
Added components to enable EEex modules via the installer.
-
Added timer module - (visual indicators for modal actions, contingency spells, and spell/item cooldowns).
-
Preview:
eji601isk5sl.mp4
-
For Modders:
-
Reimplemented EEex_LuaTrigger, EEex_LuaAction, and EEex_LuaObject.
-
Reimplemented EEex_GameObject_ApplyEffect().
-
Reimplemented 2DA functions:
- EEex_Resource_Find2DAColumnIndex
- EEex_Resource_Find2DAColumnLabel
- EEex_Resource_Find2DARowIndex
- EEex_Resource_Find2DARowLabel
- EEex_Resource_Free2DA
- EEex_Resource_GetAt2DALabels
- EEex_Resource_GetAt2DAPoint
- EEex_Resource_Get2DAColumnLabel
- EEex_Resource_Get2DADefault
- EEex_Resource_Get2DADimensions
- EEex_Resource_Get2DARowLabel
- EEex_Resource_Iterate2DAColumnIndex
- EEex_Resource_Iterate2DAColumnLabel
- EEex_Resource_Iterate2DARowIndex
- EEex_Resource_Iterate2DARowLabel
- EEex_Resource_Load2DA