Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Some options keep getting reset

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Some options keep getting reset

    This is annoying. I have noticed that some options are either reset or ignored. For example, if I change the Waypoint Pointer font size, it stays changed until I logoff. When I come back in, the font size is back to its default in game, yet the options menu shows it as I changed it. If I move the font size pointer a bit then back to what I want. in-dame is okay again. Until the next login, that is.

    I've noticed this before with other options, but I haven't bothered to report them. Sorry.

    Problem still there as of 3.0.1732

    #2
    These options are in the Saved Variables folder and shouldn't be changing. We will look into this though, thanks.
    Become a Fan of Zygor Guides on Facebook:
    http://www.facebook.com/pages/Zygor-...04933799556988

    Follow Zygor Guides on Twitter:
    http://twitter.com/zygorguides

    Comment


      #3
      I did : grep "FontSize" *.lua in the viewer folder and only found:

      File Options.lua:
      set = function(i,v) Setter_Simple(i,v) ZGV.Pointer:SetFontSize(v) end,
      File Pointer.lua:
      function Pointer:SetFontSize(size)
      It appears that the only time the pointer's font size is set is when it is changed.

      Comment

      Working...
      X