EEex's core component does not make any gameplay changes itself – it merely enables other mods to do so. The installer provides additional components that make gameplay changes.
Operating systems:
- Windows — Yes (native)
- Linux — Proton / Wine with the appropriate option toggled in InfinityLoader.ini
- MacOS — Wine? (untested)
Game versions:
- BG:EE v2.6.6.0, BG2:EE v2.6.6.0, and IWD:EE v2.6.6.0 — EEex versions ≥ v0.9.0-alpha
- BG:EE v2.5.17.0, BG2:EE v2.5.16.6, and IWD:EE v2.5.17.0 — EEex versions < v0.9.0-alpha
Dependencies:
The latest EEex version can be downloaded from the Releases page. The installer is located under the collapsible "Assets" menu.
A WeiDU installer has been intentionally omitted from the master branch to prevent it from being accidentally installed, as it contains work-in-progress features and is not guaranteed to be stable.
EEex is distributed as a Gibberlings3 installer. After running the setup file, simply point it to your game directory and click "Install".
- Older versions of EEex are distributed without the Gibberlings3 installer. Extract the archive's contents into your game directory and run the setup file to install.
Please note: The game must be started using InfinityLoader.exe / EEex.exe after installation; any attempt to start the game using the vanilla executable will result in a crash. If InfinityLoader.exe fails to start, please ensure you have installed the latest Microsoft Visual C++ Redistributable.
When reporting, please:
- Upload:
- WeiDU.log — This is in your game directory.
- A save that exhibits the issue — Saves are found in
C:\Users\<user name>\Documents\<game folder>\save
. Zip the entire save folder. - (If applicable) The generated crash .dmp — This is usually found in
C:\Users\<user name>\Documents\Infinity Engine - Enhanced Edition\crash
.
- And:
- Provide a series of steps that reproduce the issue.
EEex uses a loader program to modify the game's executable after it has been placed into memory. The exact modifications depend on the version of EEex, and any installed mods that make use of EEex's capabilities.
Due to EEex's use of in-memory patching, antivirus solutions might flag InfinityLoader.exe / EEex.exe as a virus. This is a false positive.
Please note: The following links are NOT intended to be used for installing EEex. The loader programs are bundled with EEex and are automatically installed alongside it.
- InfinityLoader — EEex versions ≥ v0.9.0-alpha
- EEexLoader (thanks mrfearless!) — EEex versions < v0.9.0-alpha
EEex makes extensive use of the EE Lua environment, with most of its functionality implemented as Lua code. Features include new Lua functions, opcodes, scripting actions, triggers, and objects. Please see the EEex Documentation for an overview of EEex's features.
The above documentation is a work in progress. If you wish to contribute, visit the contributing page for details.