Divinity: Original Sin 2

Divinity: Original Sin 2

LeaderLib - Definitive Edition
Hiển thị 191-200 trong 359 mục
< 1 ... 18  19  20  21  22 ... 36 >
Cập nhật: 12 Thg05, 2020 @ 9:45am

Minor Update
Lowered required extender version (v46 -> v45).

Cập nhật: 12 Thg05, 2020 @ 8:01am

1.6.10.0
A minor update with some API tweaks.

API Changes [Extender]
  • Added a Lua scripting helper for exploding a projectile at a position (Mods.LeaderLib.Game.ExplodeProjectileAtPosition).
  • Added a new developer mode game setting (EnableDeveloperTests). The character sheet UI tests are disabled unless this is enabled now (tests as in LeaderLib adding internal abilities to the characte sheet).

Cập nhật: 8 Thg05, 2020 @ 9:35pm

Cập nhật: 8 Thg05, 2020 @ 9:30pm

Cập nhật: 8 Thg05, 2020 @ 9:21pm

1.6.9.0
Changes
  • [Extender] Added some initial external game settings, starting with a Skill Tier override option (changes skill tiers to Starter if certain conditions are met, which makes them show up in character creation). Currently only configurable via a json file (Documents\Larian Studios\Divinity Original Sin 2 Definitive Edition\Osiris Data\LeaderLib_GameSettings.json).

API Changes [Extender]
  • Tweaked the HitWithWeapon condition check.

Cập nhật: 5 Thg05, 2020 @ 7:15pm

Changes
  • Reworded the "Working Story Error" text to be clearer.
[i.imgur.com]

Cập nhật: 5 Thg05, 2020 @ 3:28pm

Changes
  • Updated localization (fixed a few typos, updated xml files for other languages).

Cập nhật: 5 Thg05, 2020 @ 3:02pm

1.6.8.0
Changes
  • Added a new game setting option to pull nearby party members within 30m into combat.
[i.imgur.com]

API Changes [Extender]
  • Updated extender support for the new ModTable changes.
  • Added helpers for wrapping damage and resistance values in localized text with the correct colors.
  • Added events for when players change their points via the character sheet, allowing mods to listen for attribute/ability/etc changes.
  • Added an lua-based event system for mods to listen for skill usage in several states (preparing, using, casted, hit).
  • Added lua-based timer support.
  • [Developer Mode] Added some experimental tests to add more built-in, hidden abilities to the character sheet (stuff like Runecrafting, Sourcery, Brewmaster, etc. Internal abilities that are normally not used or displayed in the UI).

Cập nhật: 27 Thg03, 2020 @ 6:33am

Cập nhật: 27 Thg03, 2020 @ 4:42am

1.6.6.0

Changes
  • [Extender] Updated extender support for the new server/client changes.
  • Fix for Force helpers moving targets hit in the same direction.
  • Tweaked CC preset listeners (gets the current preset when a character is picked).
  • Added Explode helpers for dealing damage via projectiles with Osiris scripting.