Settings

Overview

Dynamic Equipment Description features an extensive configuration system that allows you to customize every aspect of how equipment descriptions appear in-game. All customization options are centralized in a single configuration file.


Configuration File

Location: x64\scripts\config\DynamicEquipmentDescription\config.lua

This file serves as the central hub for all customization settings. It provides granular control over visual presentation, content visibility, text formatting, and much more.


Getting Started

To begin customizing:

  1. Navigate to x64\scripts\config\DynamicEquipmentDescription\config.lua

  2. Open the file in any text editor

  3. Modify the values according to your preferences

  4. Save the file

  5. If hotReload is enabled, changes apply immediately when opening the inventory

  6. If hotReload is disabled, restart the game to see your changes

Each section of the configuration file corresponds to a detailed documentation page that explains all available options and their effects.

Important Note

Last updated