Thread Tools Display Modes
05-26-23, 05:22 AM   #1
Srnt
A Kobold Labourer
Join Date: May 2023
Posts: 1
Ace3.0 Config issue - one var isn't saving.

Nevermind, I just gave up and made it all configurable in LUA. God it's such a pita to work with diffrent files and ace, their docs are attrocious, can't get this stuff so screw it. They don't want me using their stuff that's fine.

Last edited by Srnt : 05-26-23 at 06:33 AM. Reason: Gave up on the stupid Ace3 thing. It's not worth the ballache.
  Reply With Quote
05-26-23, 07:31 PM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
AceDB does not write variables to disc if they are unchanged from whatever you defined default is. For example, if you have a variable myaddondb.db.pet = "cat" then AceDB will not write any changes if the user never changes the variable.

If the user changes myaddondb.db.pet = "dog" then AceDB will write the change.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Ace3.0 Config issue - one var isn't saving.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off