🟪Settings

Information related to the various settings that this addon includes for customization.

▸ About

Settings files contain a wide variety of values that can be changed and deal with how the overall addon will look and perform. These files are typically where you will turn certain addon features on/off, change feature settings, modify the colors for any user-interface provided, etc.

▸ Location

lua\modules\xtask\cfg\*

▸ Files

sh_config

General settings. Set language for base script, tweak HUD tracker

sh_cfg_actions

Stores all the actions a player can perform to earn achievements. Such as jumping, crouching, etc. This would be something for an advanced developer who understands lua.

sh_cfg_binds

Determines what keys or chat commands can be used for a user to activate the script.

sh_cfg_dev

Developer settings. You should not need to modify these unless you know what you are doing.

sh_cfg_ticker

Settings related to the ticker that appears at the top of the achievements interface. It provides useful tips that display for the user on how to do certain things. Youc an also use it for announcements.

Last updated