#How to Deactivate double Icon ?

1 messages · Page 1 of 1 (latest)

red cloud
pearl ridge
#
--this is to hide the icon for game objects
/run SetCVar('SoftTargetIconGameObject', 0)

--this is to disable the icon for interact
/run SetCVar('SoftTargetIconInteract', 0)

--this is to disable the whole interact
/run SetCVar('SoftTargetInteract', 0)

--this is to disable the nameplate interact
/run SetCVar('SoftTargetNameplateInteract', 0)

A shortcut is to go into Eltruism > CVars > Other CVars > Nameplates > Soft Target Interact and uncheck it