Divinity: Original Sin 2

Divinity: Original Sin 2

LeaderLib - Definitive Edition
Visar 71–80 av 357 poster
< 1 ... 6  7  8  9  10 ... 36 >
Uppdatering: 17 mar, 2022 @ 16:23

1.7.20.13

Changes
  • Fixed an issue where mod settings values loaded from file were being overwritten by values loaded from mod config files.
  • Fixed an issue where mod settings config wasn't loaded initially on the client side, in v55 extender.
  • Made a few statuses be ignored by the buff status preserver (source replenish, apotheosis, double damage, shed skin).

Uppdatering: 2 mar, 2022 @ 17:55

1.7.20.12

Changes
  • Fixed an issue where the skip tutorial / preset buttons were visible in controller mode.
  • (Developer Mode) The UUID helper context menu action will now save the NetID as well.

API Changes
  • (v56) Added a Show and Hide function to UIObjectExtended. This will clear the player input flags when hidden, and restore them when shown.

Uppdatering: 21 feb, 2022 @ 12:09

1.7.20.11

Changes
  • Fixed some menu text that may have been initially untranslated on first load.
  • Fixed a "NoneResistance" warning.
  • Overhauled custom context menus to stay on screen, both horizontally and vertically, and to support nested menus.

API Changes
  • Added GameHelpers.Math.XYZToRotationMatrix, for converting xyz degrees to a rotation matrix. Use this to rotate visuals created with Ext.Visual.
  • Added GameHelpers.Stats.Exists, alongside other new stat helpers ( GameHelpers.Stats.GetStatType, GameHelpers.Stats.IsStatType).
  • Added Classes.ContextMenuAction, for registering entries in the custom context menu.

Uppdatering: 17 feb, 2022 @ 13:11

Quick tweak to make sure config-registered Mod Settings elements have translated text.

Uppdatering: 17 feb, 2022 @ 13:03

1.7.20.10

Changes
  • Fixed timed autosaving not working.
  • Made "is beneficial status" checks more complex for the "Buff Status Preserver" option. It'll try and weigh negative stats against positive ones, to hopefully skip preserving statuses like Wet (+10 Fire Resistance). This is a bit WIP.
  • Fixed CC UI elements not being in the correct position at certain window sizes.
  • The Skip Tutorial checkbox was moved to a special button on the character creation panel, below the toggle armor/helmet buttons. This will now let you also let you start in the Tutorial, Fort Joy, or Reaper's Coast, though starting in RC this is experimental. For developers in developer mode, all the acts will be available.
  • Certain stats in Shared/Origins are conditionally fixed, if the stat matches what it normally is (for instance, if Rain_EnemyWater_Blessed still has "EMPTY" as a status to apply, EMPTY is removed, since this doesn't exist). This is primarily to fix errors when these SkillProperties are evaluated by scripts.
  • Fixed various typos.
  • Added a hint for the keyboard shortcut to toggle chaining/unchaining the group to those relevant skills (Hint: It's CTRL + Spacebar).
  • (v56) Added an option to force hide the chat log.
  • (v56) New player/hero alignment entities were moved to the regular Alignments.lsx, since the extender made the game load this from add-on mods now.
  • (v56) Enabling timed autosaves will enable autosaving in the options.

API Changes
  • Added support for surface tooltips to Game.Tooltip.
  • Fixed DamageList manipulation / HitData applying in v56.
  • Added GameHelpers.Stats.CharacterHasRequirements, for evaluating the Requirements field of a skill or item.
  • Reworked various UI elements, including allowing nested context menu entries (buttons leading to more context menus).
  • (v56) Added a new wrapper around a UIObject, to better control its visibility and creation/destruction - Classes.UIObjectExtended.

Uppdatering: 30 jan, 2022 @ 16:42

1.7.20.9

Changes
  • Fix for the Skip Tutorial button unchecking itself when entering CC initially.
  • Fix for the skill hit listener erroring out if the source of the skill doesn't exist.
  • (v56) Added a preset dropdown to CC, for changing presets through a list. This will be enabled in the next extender update.
  • The "Copy Info to File" context menu button in developer mode now works somewhat in the editor. Not perfect, since Ext.GetPickingState can't be used.

API Changes
  • Added various color helpers, with the goal of making material manipulation easier in v56:
    • GameHelpers.Math.HexToRGB
    • GameHelpers.Math.HexToMaterialRGBA
    • GameHelpers.Math.ScaleRGB
    • GameHelpers.Stats.GetItemColor (Returns the colors for an item color stat)
  • Added GameHelpers.IO.LoadJsonFile and GameHelpers.IO.SaveJsonFile
  • Added StringHelpers.RemoveWhitespace
  • Added dropdowns to UIExtensions, making it possible to add dropdowns/entries to the screen, with callback function support in lua.

Uppdatering: 24 jan, 2022 @ 16:32

1.7.20.8

Changes
  • Fixed tooltip listeners registered before SessionLoaded being wiped out (fixes Lumimancy ability tooltip not appearing).
  • Added support in tooltips for mods using Ability/Talent ids outside the regular enums.
  • Capped Auto-Join Combat Range to 30m, as distances larger than this don't work currently (you join combat but then the game kicks you out of combat).
  • Fixed the "SUMMONING" status being ignored in status listeners, which then prevented a summon listener from firing.
  • Reworked the "Copy UUID" developer mode helper when right clicking objects. Now it supports saving everything under the cursor, even if they overlap.

Uppdatering: 15 jan, 2022 @ 21:16

1.7.20.7

Changes
  • Fixed the Gameplay options menu missing the various LeaderLib additions.
  • Fixed tooltip expanding examine window tooltips.
  • (v56) Fixed an error if a mod uses Game.Math.DoHit without passing a damageMultiplier.
  • (v56) Fixed a few lifetime errors related to tooltip objects.
  • Optimizing resistance penetration tag checking slightly by caching the list of tags beforehand.
  • Added GameHelpers.GetAllTags, for getting all the tags from a character and their equipment.

Uppdatering: 11 jan, 2022 @ 16:31

1.7.20.6

Changes
  • Added missing "Ranged" flag check to the "Hit.IsFromWeapon" helper (for ranged basic attacks).
  • Fixed a typo on the BonusWeapon properties applier helper.
  • Added more lifetime error avoidances for the upcoming extender v56 release.
  • Fixed some bouncing for the Mod Settings menu button. Not sure if this was affecting the live version, but essentially the button was created and then sorted to the top for a frame. The fix was to simply add the button before the others (so no sorting is needed).

Uppdatering: 8 jan, 2022 @ 19:36

1.7.20.5

Changes
  • Fixed the resistance penetration names not being visible in certain item tooltips (typo preventing getting the right resistance name).
  • Fixed the accept button being weird in the options menu, if the Mod Settings menu is active, and the game thinks there's pending changes from the Graphics menu.