Skip to main content

Default Config

🔧 Default Configuration​

Config.IndicatorType = "ring" -- Options: "dot", "ring", "diamond"
Config.DefaultKey = "E" -- Default key to display
Config.DefaultDist = 5.0 -- Default interaction distance

Config.Optimization = {
ScannerInterval = 350, -- Scan frequency (ms). 350 is the ideal balance.
RefreshRate = 12, -- UI FPS Limit. 12ms ~= 80 FPS.
CacheMargin = 5.0, -- Safety margin to prevent flickering at range edge.
LegacyTTL = 500 -- Controls how long text remains in memory after the script stops sending signals.
}