The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• PC/Mac: NA megaserver for maintenance – April 25, 6:00AM EDT (10:00 UTC) - 2:00PM EDT (18:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/comment/8098811/#Comment_8098811

ZrMM mini-map addon binding

Blo0dstorm
Blo0dstorm
✭✭✭
There used to be binding options in the game settings to zoom in or out the ZrMM mini-map
Now that option seems to be gone.
Can I restore it and how?
  • twev
    twev
    ✭✭✭✭✭

    i don't think it matters much right now as the patch borked ZrMM, and the add-on dev hasn't addressed the map in a while the last I checked.
    The problem with society these days is that no one drinks from the skulls of their enemies anymore.

    PC/NA, i7 with 32 gigs of ram, nVME cards and an nVidea 1060 over fiber.
    I don't play through Steam, ever.
  • zgrssd
    zgrssd
    ✭✭✭✭
    Plus it has a bug where it caused the delay on people entering the group.
    It has been deprecated for as long as Batman store filter and only kept alive by others providing patches for it.

    I would advise to use another one like the one taht is part of LUI, LWMM or RMM
    Elana Peterson (EU), Dominion, Imperial Sorc, Rune & Alchemy Crafting Char
    Leonida Peterson (EU), Daggerfall, Kajiit Nightblade, Tank & main Crafter
    Kurga Peterson (EU), Ebonhart, Ork Dragonknight, Provision Mule
    Coldblood Peterson (EU) Argonian Templer, Daggerfall, Healer
    Incendia Peterson (EU), Dominion, Dunmer Dragonknight, fire DPS & healer
    Haldor Belendor (EU), Ebonhart, Breton Sorcerer, Tank
    Fuliminictus Peterson (EU), Ebonhart, Altmer Sorcerer, Electric DPS

    Me babbling about PvE roles and Armor, Short Guide to Addon Programming (for Programmers)

    If you think anything I or somebody else said violates the Rules of this Forum, you are free to flag my posts. Till I get any notifcaion from this, I just asume you know you have no case against me or Zenimax disagrees with you.
  • SkOODaT
    SkOODaT
    ✭✭✭
    ZrMm is working fine a small fix is needed to get it working again which can be found on the authors addon page in comments they changed the name of an API function :( ... What we really need is a fix for range reticule and reticule settings they removed target X,Y must needed function for many addons
    Edited by SkOODaT on June 26, 2014 1:58PM
  • Blo0dstorm
    Blo0dstorm
    ✭✭✭
    Got the Zr mini-map working except for the zoom function.
    The .lua file is full of error lines tho.

    Edit;
    I used the fix on the addon page and zooming function is back :D
    Edited by Blo0dstorm on June 26, 2014 7:22PM
  • Scora
    Scora
    ✭✭
    Blo0dstorm wrote: »
    Got the Zr mini-map working except for the zoom function.
    The .lua file is full of error lines tho.

    Edit;
    I used the fix on the addon page and zooming function is back :D

    which fix was that? cant seem to find any :/
  • twev
    twev
    ✭✭✭✭✭
    Scora wrote: »
    Blo0dstorm wrote: »
    Got the Zr mini-map working except for the zoom function.
    The .lua file is full of error lines tho.

    Edit;
    I used the fix on the addon page and zooming function is back :D

    which fix was that? cant seem to find any :/

    http://www.esoui.com/downloads/fileinfo.php?id=142&so=&page=2#comments

    2nd page of comments, by IAIA:


    IAIA

    Forum posts: 0
    File comments: 2
    Uploads: 0

    1.2 fix
    Fix for 1.2 API changes
    Code:



    pin:SetHidden(v.hidePin)
    - if pin:GetTextureInfo() ~= zrpin.texture then
    + if pin:GetTextureFileName() ~= zrpin.texture then
    pin:SetTexture(zrpin.texture)
    end
    pin:SetDimensions(pinWScale, pinHScale)

    approx line 554 in the code, look for the line that reads as above with the subtraction sign and replace it with the one that has the addition sign.

    The bold is what you're looking for in the code, (though it's not in bold in the code, I added that).
    You want to replace the 2nd bold line with the first italics line.
    and, the '-' and '+' signs are only there to show you what to delete/add.
    Edited by twev on June 27, 2014 5:40PM
    The problem with society these days is that no one drinks from the skulls of their enemies anymore.

    PC/NA, i7 with 32 gigs of ram, nVME cards and an nVidea 1060 over fiber.
    I don't play through Steam, ever.
Sign In or Register to comment.