Tree of Savior Forum

Addons: Fog Viewer without Exp viewer. How?

Hi, i downloaded this addon https://www.reddit.com/r/treeofsavior/comments/4doxp5/cant_find_remaining_spots_on_a_map_introducing/

But it comes with 3 addons in one pack:

MonsterFrames
Expviewer
Fogviewer

But i need only Fog Viewer from those. All other addons annoy me. How can i turn it off? Deleting not helped.

Go to your addons folder in your Tree of Savior directory.

Open addonloader.lua in notepad/wordpad.etc.

Find this section:

--[[ADDONS]] dofile("../addons/expviewer/expviewer.lua"); dofile("../addons/mapfogviewer/mapfogviewer.lua"); dofile("../addons/monsterframes/monsterframes.lua"); dofile("../addons/monstertracker/monstertracker.lua");

Change it to:

--[[ADDONS]] --dofile("../addons/expviewer/expviewer.lua"); dofile("../addons/mapfogviewer/mapfogviewer.lua"); --dofile("../addons/monsterframes/monsterframes.lua"); --dofile("../addons/monstertracker/monstertracker.lua");

1 Like

I already just deleted them and it worked! But ty!