#aura_env.saved as human-readable output

10 messages · Page 1 of 1 (latest)

heavy marten
#

Is it possible, to use aura_env.saved to write data to persist across sessions, but not have it as gibberish string but as human readable data?

Right now, that what im trying to accomplish, saves it as
["saved"] = "98CxknmqqCaCuk1GFH1EbMN0xcbTnjT9rBRbfuOGf85njtswCt2WUBOgF0Jqpc5O4jyod9i4jWTuW5H5Lz()Byok6NvkSUOKLJMnYiLUj(lzfwp8fEEH5wn8KSgHffSAueNiLQuD3079g7cbt987semTEHuivFNL5FxYemE(H8pY0guvbReS8guWQSbNZQ(iffnFIr0X7wRyPiSKRnkEIH61f47nYfch7nH6B5Svq4mYz3BgPQCdVkfwWnTBlBFqywYmSBOtTo0zup6CQpDb5qxU9)3Xo631fi8AR2WtG3zQu7ngf6nZfS9P2eNqo1d2BcYm4zLSktQYr6Q9QdSQxFyhA4F)",
},

#

Or in general any way to save it on drive/to a file/persistent as human readable?

maiden hedge
#

no, it's always compressed

heavy marten
#

Is it possible to uncompress outside of WoW? And if so, how? - or is it also encrypted?

heavy marten
#

The idea was to make a Web Interface for myself, running on my local server so i can access all kind of information about weeklys, characters etc from my smartphone

#

But this relies on me beeing able to read basic saved data outside of WoW

vivid kettle
#

use an addon.

#

if you want to save data in that way, you cant do it via weakauras.

heavy marten
#

Ah kk got it working as intended


WebInterfaceDB = {
["Prephmage"] = {
["subzone"] = "Ironforge",
["classColor"] = "ff40c7eb",
["zone"] = "City of Ironforge",
},
}
#

ty alot ❤️