Divinity: Original Sin 2

Divinity: Original Sin 2

LeaderLib - Definitive Edition
Menampilkan151-160 dari 357 kiriman
< 1 ... 14  15  16  17  18 ... 36 >
Pembaruan: 6 Okt 2020 @ 9:41am

Pembaruan: 10 Sep 2020 @ 6:43pm

1.6.32.0

Changes
  • Fix for Old Man Lothar not using his correct trader treasure table.

API Changes
  • Added some safety checks for tooltip modifications.
  • Added experimental controller UI support for extender tooltip modding. Currently WIP as it's being tested (it's disabled by default). This will allow those who use controllers to see all the cool new extender UI features for changing item/skill/status tooltips (Odinblade's Huntsman Overhaul and Scoundrel Overhaul, among other new mods, use these features).
  • [Lua] Added a new set of QuestData classes for creating and managing quests with Lua scripts.
  • [Lua] Reworked global setting flags that use a target to support multiple targets.

Pembaruan: 4 Sep 2020 @ 3:00pm

1.6.31.3

Changes
  • Fix for missing mod menus in new saves.
  • [Lua] Syncing in gamestate change is now skipped if the previous state was paused (i.e. Paused to Running).
  • [Lua] Tweaked Initialized event to pass in the current region.

Pembaruan: 2 Sep 2020 @ 6:34pm

1.6.31.2

Changes
  • Dialog redirection is now skipped if a dialog has an "Origin Moment", i.e. Kniles talking to Fane.
  • Added translation support for some of Old Man Lothar's text when he ninja vanishes.
  • If the extender is installed, mod menu and preset menu sorting is now instant and optimized.
  • Reworked tooltip rendering for special item tags. A mod is needed that implements special item bonuses, like so:
    [i.imgur.com]
    (Enemy Upgrade Overhaul and a Lichdom update (soonish) will implement this).

Pembaruan: 30 Agu 2020 @ 3:55am

1.6.30.0

Changes
  • Added a status (LEADERLIB_RECALC) that mods can use to get the game to correctly re-calculate armor/magic armor/vitality. There's a weird bug where changes to these attributes via scripting won't reflect until the game recalculates them (when a status is applied that changes your stats). Notably this helps Enemy Upgrade Overhaul duplicants display the correct armor and health values.
  • Added an experimental game setting option to LeaderLib_GameSettings.json that prevents fire surfaces from igniting poison. This has to be enabled in the game setting alongside EnableDeveloperTests, but keep in mind this is a work-in-progress.
  • Added an experimental feature to condense large item tooltip text, to reduce the height of tooltips. Currently this is done for items that apply multiple statuses (Bleeding, Burning, Suffocating etc). This requires a mod to enable the feature curently (EUO beta).

PSA: Updates
If you find LeaderLib's mod pak gets corrupted by the game moving it from the Steam workshop folder, I recommend setting up and using the Divinity Mod Manager[github.com] to manage your mods. It allows you to see workshop updates and copy them outside of the game, alongside other features that will make your time modding easier.

Pembaruan: 29 Agu 2020 @ 4:37am

1.6.29.1

Changes
  • Fix for the Lua skill/event listener scripts not activating in certain cases.

Lua API Changes
  • Added a new listener "SkillHit", used to listen for any skill hitting something.

Pembaruan: 28 Agu 2020 @ 8:22pm

1.6.29.0

Changes
  • Fix for game settings not saving over old versions after loading.
  • Tweaked multiplayer game settings syncing. AP changes may still require a save/load for clients to see it in the UI. For now I recommend sharing your LeaderLib_GameSettings.json to make sure everyone has the same settings.

API Changes
  • Fixed a couple of typos.
  • Added new console commands (!ap, !nocooldowns, !teleport).
  • Added surface names to Data (Data.Surfaces)

Pembaruan: 26 Agu 2020 @ 1:49pm

1.6.28.0

API Changes
  • Added a helper for refreshing skillbars (updating tag requirements etc).
  • Tweaked "ReplacePlaceholders" function to allow mods to provide custom damage or params for skills.
  • Tweaked Lua for loops used in LeaderLib scripts (slight optimization).
  • Addd a teleport console command.

Pembaruan: 25 Agu 2020 @ 1:59pm

1.6.27.0

API Changes
  • Misc fixes/tweaks to various helper functions.
  • Added a helper to set an active status' turns, and sync it up with clients (experimental).
  • Added some player checks before interacting with the skillbar (non-players don't have skillbars).

Pembaruan: 21 Agu 2020 @ 8:25pm

1.6.26.0
  • [Extender] When applying presets with the preset menu, your skill slots should be preserved (though some skills you can no longer memorize may still be removed depending on your regular game settings).
  • [Extender] The preset menu should preserve locked equipment now (besides the source collar).
  • [Lua/Extender] Fixed a typo when unlocking party inventories automatically in multiplayer. Should work properly now.
  • [Lua] Fixed a typo in the ReplacePlaceholders function.