- Partial Luaification.
- Added Console-Commands.
- Integrated with UI-Components-Library.
- Add ContextMenu option for Mod Menu.
- Add ContextMenu option for Mod Manual.
- Added FX when character is in Mod-Menu dialog.
- Removed unnecessary dependencies.
- Removed old stuff.
- Removed old CHANGELOG system in favor of Mod-Manual.
- Removed unimplemented skill-config-menu.
- Created a Cleanup dialog option. Removes unused stuff.
- Added clean-up warnings for old skills.
- Flags clear before proc execution. Minor script sequencing changes.
- Mod checks for alteast 1 book instead of only 1.
- Players can set the
S7_CS_DONTBOTHERME
flag if they do not wish to receive the Changelog and Update letter whenever the mod updates. - Created Github release.
- Mutual Cooldownsare now enabled by default. - I like the mod better this way.
- Mutual Cooldowns code is only read if the players have the script-extender installed.
- Removed
S7_Config
as project dependency.
- Added
S7_Config
as project dependency. Temporarily. - Registered mod to
S7_Config
.
- Option to enable Mutual-Cooldowns for all the Channel-Source skills. Created appropriate dialog options and variables.
PROC Proc_S7_ChannelSource_ChangelogRequest()
removes old-instances of CHANGELOG from the player inventory before granting the items.- (minor) Fixed a typo in a variable name: LogSSwappedSkill to LogSwappedSkill.
- Created a Mod-Menu.
- A note and a changelog will be provided in-game whenever the mod updates.
- Skillbooks that the players missed can now be acquired using the Mod-Menu.
- Prevented application of statuses if DU-Compatibility-Script added SP using call CharacterAddSourcePoints().
- Channel Source - I was consumable, fixed.
- Fancy Localization.
- Compatibility-Script to add SP can now be manually toggled on or off using the Mod-Menu. Players can enable it for any mod that changes "source-healing". Enabled by default if DU is detected.
- The old recipe method to acquire missing skill books is deprecated. Swapped all results with the author's note. Recipes still exist for people who already learned them.
- Deleted old Git-repository. Reinitialized.
- Created a Compatibility-script for Divinity-Unleashed. Script grants SP using the call CharacterAddSourcePoints().
- Skillbooks have proper stats assigned to them. - (forgot to do this at launch)
- Initial Release.