Results: 77Comments by: Aoon
File: ZrMM - Modified04/29/14
Re: Re: Re: ui error loop
Posted By: Aoon
ok where exactly is the saved variables folder and what is the file called; i can only find a variables folder and then the files within that are just files with the same name as the associated addon with a .lua extention This May Help: I used to get that error also it went away when I deleted the old ESO Head Markers folders...
File: ZrMM - Modified04/29/14
Re: Settings
Posted By: Aoon
Does every update of this have to reset the saved variables? I honestly cannot think of a valid reason for this to be necessary at this point in time. And it's really a bit annoying with 8 toons. For the record I have not had to delete my saved variables at all while working on this addon. Prior to uploading I do backup my saved v...
File: ZrMM - Modified04/28/14
New version 1.14. Since settings ar...
Posted By: Aoon
New version 1.14. Since settings are being changed to global I advise you delete your saved variables file. v1.14 Fix: Map improperly loading with tiles mismatched or off centered Map will auto hide if it fails to load a map properly(should fix zones with no map or black worldmap) Map will center if no player indicator is avai...
File: ZrMM - Modified04/27/14
Is there a secret to avoiding the b...
Posted By: Aoon
Is there a secret to avoiding the black map issue when transitioning zones? http://pages.suddenlink.net/gamesparkz/FILES/ZRMM.jpg This is walking up the hill from Harborage exit to the stairs of Daggerfall. The city pins have loaded but the city map hasn't transitioned to in-town yet. It goes away sort of as soon as I zoo...
File: ZrMM - Modified04/27/14
Re: Bad argument error....
Posted By: Aoon
Hi, Just a few words to say there is a exception when I enter an unkown (^^) area... Official map is dark too ^^ This area is below the fort grimwatch (fort de la veillée in french) Screenshot of the exception : http://kikibased.free.fr/teso/zrmm.jpg Seen this error couple days ago. Either there is no map loaded and t...
File: ZrMM - Modified04/27/14
Is there a secret to avoiding the b...
Posted By: Aoon
Is there a secret to avoiding the black map issue when transitioning zones? http://pages.suddenlink.net/gamesparkz/FILES/ZRMM.jpg This is walking up the hill from Harborage exit to the stairs of Daggerfall. The city pins have loaded but the city map hasn't transitioned to in-town yet. It goes away sort of as soon as I zoo...
File: LightWeightMinimap04/26/14
I do not think this is doing what y...
Posted By: Aoon
I do not think this is doing what you think it's doing: function LWMinimap.OnUpdate(time) LWMinimap.time = LWMinimap.time + time if LWMinimap.time > 1000 then LWMinimap.SetToPlayer() LWMinimap.time = 0 end end Time is an ascending value not deltatime. It is game running time. So your current code will not call your s...
File: ZrMM - Modified04/26/14
Too many anchors is a larger issue....
Posted By: Aoon
Too many anchors is a larger issue. http://www.esoui.com/forums/showthread.php?t=1010&page=2 The reason this addon fired it off prior has been fixed, the fact it still popups for some of you is a different reason. Do a test and only load this addon and I'm fairly certain you will not get the error, then start enabling the addon...
File: ZrMM - Modified04/25/14
Re: Getting error
Posted By: Aoon
I am getting the above error not sure which add on is causing it. But both SimpleChatBubbles and ZrMM are shown. I was able to repro this issue, a simple /reloadui call during gameplay removed this error from occurring.
File: ZrMM - Modified04/25/14
Re: Re: Versioning problem?
Posted By: Aoon
I've been having several problems since installing the latest version. My settings were reset and I get a LUA error conflicting with LibAddonMenu from X4C_Chat addon. My settings dialog for ZrMM also has only 3 items listed in it (I think this is because of where it crashes with the LibAddonMenu). Then I went to look at the addon...
File: ZrMM - Modified04/25/14
I currently have these addons insta...
Posted By: Aoon
I currently have these addons installed. Have no issues at all. I deleted my saved variables and tested it as well and still no issues. ZrMM, SkyShards, Zgoo, HarvestMap, BankBagSearcher, MultiQuestTracker, LootDrop, PSBT, SlightlyImprovedAttributeBars, mhFramework, SlightlyImprovedExperienceBar, DragonLoot, ResearchAssistant, Inv...
File: ZrMM - Modified04/23/14
Uploaded fix for the issues. Did as...
Posted By: Aoon
Uploaded fix for the issues. Did as Wykkyd suggested. Also updated the LibAddonMenu-1.0 to match the current version. Not sure why it wasn't already. Also not sure why but I never had these errors when testing, so I wasn't able to confirm that it did fix them.
File: ZrMM - Modified04/21/14
I also get the hitching problem aft...
Posted By: Aoon
I also get the hitching problem after closing any UI window. Basically makes the game unplayable for me. i7 4930 @ 4.5ghz, GTX660ti, 16gb DD3 PC1600 ram, 256gb SSD. Definitely not my PC. Tried deleting savedvariables folder, disabling all other addons, etc. did you move over from beta to live? if so you might want to try reinstall...
File: ZrMM - Modified04/21/14
Re: Performance
Posted By: Aoon
So I noticed a pretty significant fps drop with minimap enabled(about 4-8 frames). This is presumably just the nature of the beast but what specifically causes the performance hit? Doing great work btw. edit: How come the bugs/features sections are disabled for this addon? When I first started messing with this addon the lar...
File: ZrMM - Modified04/21/14
Re: I can't get it to work.
Posted By: Aoon
Do I know the original addon ZrMiniMap as well? I tried to get it to work with it and without it. I can see the files have downloaded (I use Minion Mod Manager) but when I log into the game the addon isn't in the addon list. When I log into a toon, there's no minimap. What am I doing wrong? I tried uninstalling and reinstalling...
File: ZrMM - Modified04/21/14
Pretty sure I have a fix for the Cy...
Posted By: Aoon
Pretty sure I have a fix for the Cyrodiil ava pins not updating until map is opened/closed. Also have a fix for map not updating while in multifloor area. Will do so more testing with it and get a version submitted soon. *edit* Just noticed some sort of blob(white quest area but not quest) in Cyrodiil. The size isn't being scaled...
File: ZrMM - Modified04/20/14
Pretty sure I have a fix for the Cy...
Posted By: Aoon
Pretty sure I have a fix for the Cyrodiil ava pins not updating until map is opened/closed. Also have a fix for map not updating while in multifloor area. Will do so more testing with it and get a version submitted soon. *edit* Just noticed some sort of blob(white quest area but not quest) in Cyrodiil. The size isn't being scaled...
File: ZrMM - Modified04/18/14
Did you apply a patch today? It see...
Posted By: Aoon
Did you apply a patch today? It seems to be running a bit smoother. I was going to try to replicate the hitch/freeze on fraps (with it running smooth standalone vs opening friends, bags etc) and upload to youtube for you and it is not wanting to do it. I got a patch on minion (but I have to force minion to patch manually and it p...
File: ZrMM - Modified04/18/14
.. snip .. yep. does it after char...
Posted By: Aoon
.. snip .. yep. does it after character or inventory or friends, pretty much anything that manipulates the screen and hides the map. not just the big map. will take more videos if you want let me know :) btw you have done amazing with this addon! I do love it!! Does it happen while sitting idle with minimap open? or even moving a...
File: ZrMM - Modified04/18/14
Took a fraps of it with the AddOn e...
Posted By: Aoon
Took a fraps of it with the AddOn enabled and with it disabled. Here it is enabled: http://youtu.be/14APW8rWOww Disabled: http://youtu.be/Hi0e1r_0c7U As you can see there is a huge difference. It's a small problem, but significant enough to be an issue especially if you open the main map a lot while on the run like I do....
File: ZrMM - Modified04/17/14
Okay, I am in Haven right now. I...
Posted By: Aoon
Okay, I am in Haven right now. It happens when I open up the map and then close it. Does not seem to matter how I close it. Just closing it at all seems to freeze me. ..snip.. This freeze you get how long does it last? is it one time only so not a stutter like others reported?
File: ZrMM - Modified04/17/14
I'd love to be able to fix the "stu...
Posted By: Aoon
I'd love to be able to fix the "stutter", "micro-freezes/hitching" for whoever is having that issue. The problem is I am unable to reproduce this issue. I've overall reduced fps hit this addon has. Removed a lot of unnecessary overhead from functions and repeating things that need to not be done. Some people seem to only get it wh...
File: ZrMM - Modified04/15/14
Just tried the latest update (had n...
Posted By: Aoon
Just tried the latest update (had no previous saved variable as I delete them everytime I update addons), and I get the following error on login: http://i58.tinypic.com/ebeatu.jpg The error cannot be dismissed. Or rather I should say, you can click on dismiss error but it does not go away. whoops... add the below to li...
File: ZrMM - Modified04/15/14
Uploaded version 1.1. Should hopefu...
Posted By: Aoon
Uploaded version 1.1. Should hopefully put to bed any fps issues anyone had. Also has fixes for rogue group member pin under player pin, as well as quest blob pins scaled properly in minimap(Arpheus)
File: ZrMM - Modified04/13/14
Is the fps drop only occurring with...
Posted By: Aoon
Is the fps drop only occurring with the most recent version? I do no appear to be having this issue on my machine so I can't really roll back to verify if that fixes it myself.