Releases: Franisz/zUtilities
Releases · Franisz/zUtilities
v0.17
Added new feature to highlight munition used by currently equipped ranged weapon.
- This feature can be disabled in
gothic.ini
withActivateUsedMunition
option.
Added new feature to see on the status bars how much hovered item will heal.
- Heal value is based on the
count
value of the item associated with thetext
that is equal to the original recovery string variablesNAME_BONUS_HP
andNAME_BONUS_MANA
. - This feature can be disabled in
gothic.ini
withRecoveryVisualization
option.
Other changes
- Added
pink-ish
FocusColor for doors and chests that can be opened with either a key or a lockpick. - Now scrolls and runes will be better determined for ItemLabels.
- Added information about spell name to debug mode.
- Fixed wrong critical hit determination for DamagePopup in very rare cases.
v0.16
v0.15
Added debug info mode that displays data about focused vob or selected in the inventory item.
- Use
zutilities debug
command to toggle on/off.
FocusColor now uses dedicated view.
- Now only name will be colored instead of entire text screen.
- Now when none of the coloring conditions are met text no longer will be set to white, the feature simply won't do anything.
- Now FocusColor will overwrite coloring made in Ikarus. Ikarus coloring still can apply if none of the FocusColor conditions are met. If someone wants to use only original Ikarus coloring, some or all of the coloring groups in
gothic.ini
can be disabled as desired and everything will work fine.
v0.14
- Reworked managing of
gothic.ini
options for the plugin. Option names changed and while not necessary, it might be a good idea to delete the entire plugin entry to generate again when updating from older version. Every option now will also have a comment line to explain what it does. - Updated Plugin to Union
1.0l
. - Added new ItemLabel for items with
ITEM_MISSION
flag. By default, this is disabled, it can be enabled ingothic.ini
withLabelMissionItems
option. - Added new ItemLabel for gold and silver valuable items in Gothic 2 only.
- Added new FocusColor for partymembers.
- QuickSave will now work automatically and separately for every mod, since now save slot and number no longer is saved to
gothic.ini
. - Fixed item labels being drawn in incorrect views.
- Fixed item labels not working when item render feature was disabled.
- Improved console evaluation.
v0.13
- Fixed issue #4
- Added
zutilities version
console command to check currently used version of the plugin. - Removed hello message print on debug build of the plugin.
- Fixed statusbars being shown when QuickSaving.
- Fixed statusbars showing bit too early when using QuickLoad.
- Once again changed method of determining whenever a hit was critical or not.
v0.12
v0.11
Added damage popup feature inspired by New World's damage label and based on AlterDamage popup code.
- Set
iDamagePopupMode
option to1
for Alter Damage style,2
for New World style and0
to disable this feature completely. - Popup scale depends on the amount of damage dealt compared to the target's max hp, the fact if the hit was critical or not and
Scale
option fromSystemPack.ini
. Base scale can also be adjusted ingothic.ini
withfDamagePopupScale
. - Icons and base colors are unique for every damage type and each can be separately disabled in
gothic.ini
withbDamagePopupShowIcons
and,bDamagePopupColorDmgTypes
options. - By default the number has the same color as the icon, but it can be disabled in
gothic.ini
withbDamagePopupColorOnlyIcon
option.
v0.10
Added new feature that renders labels for items in the inventory based on item parameters.
- All icons are made via Game-icons.net website.
- There is many possible icons to appear when item has right parameters. There are labels even for items that don't exist in original game like shields, helmets, armors requiring attribute and more.
- Label can be set to render behind item model, so it doesn't cover it. Set
bPutLabelBehind
option to1
in order to do that. - Label scale can be adjusted in
gothic.ini
withfLabelScale
option. - This feature can be disabled in
gothic.ini
withbLabelItems
option.