ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Problem with settings (https://www.esoui.com/forums/showthread.php?t=6829)

StrangerFull 02/14/17 02:31 PM

Problem with settings
 
Hi all.After Homestead goes live I have problem with saving some standart ingame settings. Problem with nameplates settings. I always need turn on showing nameplates over my character even I change location in game. Nameplate just turns off for some understoodable reason. I checked all settings files in my addon folders (UserSetting and AddonSettings) and also checked SavedVariables in addons. But I found nothing in these files. I have administrator rights on my PC and read/write right as well. Maybe some addon cause this? But I don't think so. FTC have nameplates settings but it other nameplates not standart and FTC never cause problems with ingame settings before this update. Don't think it's FTC. Anybody can help with this problem? Maybe anyone knows where game save this setting?

votan 02/14/17 03:51 PM

Could you look what your version of "LibHarvensAddonSettings.lua" is?

StrangerFull 02/15/17 08:26 PM

Quote:

Originally Posted by votan (Post 29888)
Could you look what your version of "LibHarvensAddonSettings.lua" is?

I don't have this file. Seems I don't use addon uses tthat file.

votan 02/16/17 01:00 AM

Quote:

Originally Posted by StrangerFull (Post 29920)
I don't have this file. Seems I don't use addon uses tthat file.

Ok. Good to hear. In this case it is most likely not may fault. ;)
You may do a text search over all files for "ZO_SharedOptions:InitializeControl" and "ZO_Options_Slider".
The bug you describe can be caused by using this control template.

Kwisatz 02/16/17 03:20 AM

Hi. I have myself issues with my settings, for a long time before Homestead though: every time I log in or reload UI, I have to check a few things, especially:

- active combat tips : I play without, but on login it's always enabled

- alliance indicator
- group leader icon
- group members icon
Those have a more erratic behaviour: sometimes they are enabled, sometimes not, or just partially.

I search for that LibHarvensAddonSettings.lua file, and I found some copies of it, since I use several Harven's and Votan's addons. I found that lua.file in:
- TraitAndStyle
- CustomMapPins
- has2lam
- VotansDarkerNights

I didn't find those "ZO_SharedOptions:InitializeControl" and "ZO_Options_Slider" texts.

I was resigned to check that as a daily routine, but since I see others have similar issues, I suddenly have a little light of hope. :D

votan 02/16/17 04:15 AM

Quote:

Originally Posted by Morganlefai (Post 29925)
Hi. I have myself issues with my settings, for a long time before Homestead though: every time I log in or reload UI, I have to check a few things, especially:

- active combat tips : I play without, but on login it's always enabled

- alliance indicator
- group leader icon
- group members icon
Those have a more erratic behaviour: sometimes they are enabled, sometimes not, or just partially.

I search for that LibHarvensAddonSettings.lua file, and I found some copies of it, since I use several Harven's and Votan's addons. I found that lua.file in:
- TraitAndStyle
- CustomMapPins
- has2lam
- VotansDarkerNights

I didn't find those "ZO_SharedOptions:InitializeControl" and "ZO_Options_Slider" texts.

I was resigned to check that as a daily routine, but since I see others have similar issues, I suddenly have a little light of hope. :D

Ehm. You should. :confused: All of them using LibHarvensAddonSettings.
Make sure all are version 7.1. I don't have this effect after I fixed it in 7.1.
But as StrangerFull does not have them, somebody else may have this problem, too.
Do a text search for: ZO_Options_

Kwisatz 02/16/17 05:33 AM

Thank you for your quick reply, Votan! :)

TraitAndStyle had an older version. I copy/pasted version 7.1. I dont know if I did well (not a clue about coding, I'm a simple translator!) maybe I broke my addon. :D

When I get ingame, I come back to tell you if it's fixed or not.

Search for ZO_Options didn't find anything.

StrangerFull 02/17/17 07:28 AM

Quote:

Originally Posted by votan (Post 29924)
Ok. Good to hear. In this case it is most likely not may fault.

Quote:

Originally Posted by votan (Post 29924)
You may do a text search over all files for "ZO_SharedOptions:InitializeControl" and "ZO_Options_Slider".
The bug you describe can be caused by using this control template.



SavedVariables don't have any of these strings. Maybe I describe my problem bad and better show it on video. Look video - https://www.youtube.com/watch?v=66KP...ature=youtu.be
I think these settings must be in ZO_Ingame.lua in SavedSariables. I need this file from someone without problem (if I think correct).

votan 02/17/17 08:20 AM

Quote:

Originally Posted by StrangerFull (Post 29950)

SavedVariables don't have any of these strings. Maybe I describe my problem bad and better show it on video. Look video - https://www.youtube.com/watch?v=66KP...ature=youtu.be
I think these settings must be in ZO_Ingame.lua in SavedSariables. I need this file from someone without problem (if I think correct).

No the SavedVariables. The Lua content of the addons. Nevertheless the video was helpful.
The bug I had, was that one of this comboboxes always had a value not even in the list.
Yours is different.
Now the questions:
Does it happen with no addon, too?
With all characters?
Do/should all characters have the same setting?

StrangerFull 02/17/17 01:37 PM

Quote:

Originally Posted by votan (Post 29951)
No the SavedVariables. The Lua content of the addons. Nevertheless the video was helpful.
The bug I had, was that one of this comboboxes always had a value not even in the list.
Yours is different.
Now the questions:
Does it happen with no addon, too?
With all characters?
Do/should all characters have the same setting?

Interesting questions. I have only one character but not checked this with no addons. Before Homestead I have no problem. I'll check later what happens without addons enabled.

StrangerFull 02/17/17 01:49 PM

Same without addons. But all ingame settings saves in ZO_Ingame.lua file in SavedVariables. Maybe you attach this file here from your game client without problem? It's just question about 2 strings missed in this file.

Kwisatz 02/17/17 07:17 PM

Just come to say thank you Votan: problem solved! :)

votan 02/18/17 06:12 AM

Quote:

Originally Posted by StrangerFull (Post 29961)
Same without addons. But all ingame settings saves in ZO_Ingame.lua file in SavedVariables. Maybe you attach this file here from your game client without problem? It's just question about 2 strings missed in this file.

There are no settings about nameplates in the ZO_Ingame variable. I check that twice.

StrangerFull 02/18/17 08:00 AM

It's not good. Houston we have new stranger bug :)

sirinsidiator 02/18/17 08:47 AM

I encountered this behavior when I last updated Screenshot Helper. It was related to changing the settings from code too often. They are saved on server side and there seems to be a strange bug that prevents them from getting saved correctly. I have put a workaround into it, which locally saves them and restores them whenever needed and never had a problem again since then. Maybe try if the addon helps with your issue?

StrangerFull 02/20/17 11:46 AM

From start after installing this addon it not helps. I just installs addon, enable nameplates and go to other location for check workaround and nameplates turns off. But after I enable nameplates and after this go to character portrait mode and off from portrait mode problem seems solved. After this procedure nameplates stay on after change locations but I don't know what will be after next login in game. Maybe repeat procedure, maybe not.

Baertram 02/21/17 08:56 AM

Sounds like a /bug for me which you should tell ZOs ingame?


All times are GMT -6. The time now is 12:57 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI