Configuration
Configuration
All parameters are loaded from the {game}/x64/scripts/config/TheInsurgentsDescriptiveInventoryConfig/...lua
files when opening the game.
Each language comes with its own configuration file (more info here).
These configuration files can be modified via any text editor. The following configuration is the default and equivalent to not using a custom text for any inventory content.
Below is a list of all configurable options and what they are used for:
Content
The content whose text should be replaced.
Text
The new text of the content.
You can use various text tags such as {icon:fire}
and {rgb:50,60,70}
to further form and style the text.
Notes
Parameters are processed top to bottom. So if a content is used more than once, only the first one will actually have an effect.
Last updated