fgoron2000 wrote: »I'm using MiniMap by Fyrakin...initially it was not displaying, but the author quickly put instructions on the ESOUI.COM site, to comment out a specific unused section of the Minimap.lua file, and it resolved the issue. Working fine now for me...
if anyone needs the specifics, they're in the addon's comments section:
http://www.esoui.com/downloads/info605-MiniMapbyFyrakin.html
fgoron2000 wrote: »I'm using MiniMap by Fyrakin...initially it was not displaying, but the author quickly put instructions on the ESOUI.COM site, to comment out a specific unused section of the Minimap.lua file, and it resolved the issue. Working fine now for me...
if anyone needs the specifics, they're in the addon's comments section:
http://www.esoui.com/downloads/info605-MiniMapbyFyrakin.html
It may be best to look for an alternative at this point, unless Fyrakin does decide to update it. It really is the best minimap out imo.I may return at some point to do some updates, but at this moment I have zero motivation to do it.
fgoron2000 wrote: »I'm using MiniMap by Fyrakin...initially it was not displaying, but the author quickly put instructions on the ESOUI.COM site, to comment out a specific unused section of the Minimap.lua file, and it resolved the issue. Working fine now for me...
if anyone needs the specifics, they're in the addon's comments section:
http://www.esoui.com/downloads/info605-MiniMapbyFyrakin.html
I use both Lorebooks and Skyshards and have not received any errors pertaining to either one. They both appear to be working fine on my system. They probably don't have any data for Vvardenfell, but they otherwise seem to work fine.Need to wait for skyshards and lorebooks etc to be updated before getting them back but I will post here when they have been for others with same issue
bill94elub17_ESO wrote: »fgoron2000 wrote: »I'm using MiniMap by Fyrakin...initially it was not displaying, but the author quickly put instructions on the ESOUI.COM site, to comment out a specific unused section of the Minimap.lua file, and it resolved the issue. Working fine now for me...
if anyone needs the specifics, they're in the addon's comments section:
http://www.esoui.com/downloads/info605-MiniMapbyFyrakin.html
As usual those comment sections get jumbled for the true solution as other problems are introduced into the thread. Here's the lowdown on fixing the minimap:
First, backup the file being altered.
Edit "minimap.lua" in /Users/{username}/Documents/Elder Scrolls Online/live/AddOns/MiniMap
(open with Notepad)
delete lines 123 - 133...they look like this:
local AVA_OBJECTIVE_PINS_WITH_ARROWS =
{
[MAP_PIN_TYPE_FLAG_ALDMERI_DOMINION] = true,
[MAP_PIN_TYPE_FLAG_EBONHEART_PACT] = true,
[MAP_PIN_TYPE_FLAG_DAGGERFALL_COVENANT] = true,
[MAP_PIN_TYPE_FLAG_NEUTRAL] = true,
[MAP_PIN_TYPE_BALL_ALDMERI_DOMINION] = true,
[MAP_PIN_TYPE_BALL_EBONHEART_PACT] = true,
[MAP_PIN_TYPE_BALL_DAGGERFALL_COVENANT] = true,
[MAP_PIN_TYPE_BALL_NEUTRAL] = true,
}
in Notepad click File/Save
open the game and the minimap should be working.
It wasn't the author that gave instructions on how to fix it. The instructions did help me get it working though. I think the addon is basically no longer being updated. The last update was in October of 2016. The author stated at the end of March 2017:It may be best to look for an alternative at this point, unless Fyrakin does decide to update it. It really is the best minimap out imo.I may return at some point to do some updates, but at this moment I have zero motivation to do it.