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:
Navigate to
x64\scripts\config\DynamicEquipmentDescription\config.luaOpen the file in any text editor
Modify the values according to your preferences
Save the file
If
hotReloadis enabled, changes apply immediately when opening the inventoryIf
hotReloadis 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
The configuration file uses Lua syntax, but no coding knowledge is required.
Always maintain the structure when editing values.
Default values ​​are provided as a reference in this documentation.
Changes only affect how descriptions are displayed, not the actual equipment data.
You can always restore default settings by reinstalling the mod.
Always back up your config.lua files before updating the mod. They might get overwritten after the update.
Last updated