GymMed-Enchantments_Viewer icon

Enchantments Viewer

Outward mod that let's you view details of enchantments without wiki pages. Additionally shows on equipment all available and missing enchantments.

CHANGELOG

Changelog

Release 0.2.0 Version

Added

  • Extended item descriptions beyond the player’s inventory, enabling them to display globally. Additionally, fixed scroll behavior and improved vertical navigation within itemDetailsDisplay.
  • Introduced a new configurable display setting:
    • ShowDescriptionsOnlyForInventory – Allows users to limit enchantment descriptions to items currently in their inventory.

Release 0.1.0 Version

Added

  • Introduced configurable display settings, allowing players to control which enchantment details are shown or hidden. This can be customized in BepInEx\config\gymmed.outwardenchantmentsviewer.cfg by modifying the following options:
    • ShowEnchantmentDescriptions
    • ShowEquipmentEnchantmentsDescriptions
    • ShowAllAvailableEnchantmentsCountForEquipment
    • ShowMissingEnchantmentsForEquipment
  • Implemented customizable enchantment descriptions, enabling players to modify displayed enchantment details through customEnchantmentsDescriptions.xml.

Fixed

  • Fixed an issue with the EnchantmentRecipeItem Filter, originally left by the developers, by ensuring each Filter sub-recipe is correctly assigned to prefab.

Release 0.0.2 Version

Fixed

  • Resolved an issue where ItemDisplaySection gameObjects would duplicate within the same CharacterUI, occurring when exiting to menu and reloading the game or when closing and reopening split-screen mode.
  • Fixed ItemDetailsDisplay scrolling behavior, ensuring proper functionality for both split-screen controller and mouse scroll input.