Some more CVars
This commit is contained in:
parent
f857563901
commit
fe928b8824
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@ local function enableBars()
|
||||||
SetCVar("autoLootDefault", 1);
|
SetCVar("autoLootDefault", 1);
|
||||||
SetCVar("cameraDistanceMaxZoomFactor", 2);
|
SetCVar("cameraDistanceMaxZoomFactor", 2);
|
||||||
SetCVar("instantQuestText", 1);
|
SetCVar("instantQuestText", 1);
|
||||||
|
SetCVar("nameplateShowAll", 1);
|
||||||
|
SetCVar("nameplateShowEnemies", 1);
|
||||||
|
SetCVar("nameplateMaxDistance", 35);
|
||||||
|
SetCVar("enableFloatingCombatText", 1);
|
||||||
end
|
end
|
||||||
|
|
||||||
local function BindsHandler(msg, editbox)
|
local function BindsHandler(msg, editbox)
|
||||||
|
|
Loading…
Reference in a new issue