Skip to content

Version 1.0 Release Candidate 5

Compare
Choose a tag to compare
@K4thos K4thos released this 12 Aug 03:50
· 324 commits to master since this release
  • Fixed MAJOR regression regarding NPC SoA continuity system caused by engine changes in patch 2.x
  • Fixed problem with not working NPC Override scripts after SoD->SoA transition (damn DisableAI command, wasted too much time before finding the obvious cause)
  • Fixed random tables item quirks (mod now uses old 2da files and the same names as BGT)
  • Added new function that can be used by modders to easily patch BG1 random tables dummy item names. Supported platforms: BG1, BG:EE, Tutu, BGT, EET
  • Fixed water layers via argent77's code (this time for sure)
  • Day/Night movies no longer shows up in interiors
  • Kicked NPCs won't try to initiate post dialogue after spawned again
  • Fixed regression in EET_modConverter 'Chapter_patcher.tph', also added support for commands written with whitespace between commas
  • Fixed support for 'Story mode' (needs testing)
  • Fixed vanilla BG:EE bug - duplicating Rasaad GAM entries
  • Fixed problem with spawning Rasaad too early in Trademeet
  • Changed vanilla code that for whatever reason sets Aerie's BeenInParty flag even if she wasn't in party at all
  • Implemented auto biography GUI feature depending on the chosen campaign (workaround for the vanilla system that doesn't work when engine_mode = 1)
  • SoD GUI now supports High Level Abilities selection
  • added scrollbar to SoD GUI kits selection menu
  • Removed SCRL1V importation - Dimension Door scroll no longer exists in vanilla BG:EE. EET now copies version of this file from patch 1.3 to Override in case some mods still use it
  • Updated 'EET_functions.tph' - also included in updated BG2:EE NPC compatibility patches (no other changes)
  • Resolved compatibility problem with mods that use Player initiated dialogues system
  • Resolved compatibility issue with Margarita NPC - please re-install setup-EET_end finalise component if you have it installed
  • All vanilla BG1 and BG2 areas added to console menu (if there is a reference for BG:EE and BG2:EE areas than let me know)
  • Added XP adjustment after spawning NPC in ToB
  • Thieves Guild time limit disabled when you return to old areas
  • EET no longer uses HANDLE_CHARSETS - all TRA files have been converted to UTF-8 without boom to solve the issue with M_EET.LUA file (if the game crashed on you with non-English language than this will fix it).