Thread Tools Display Modes
Prev Previous Post   Next Post Next
04/17/14, 03:58 PM   #1
Mitazaki
 
Mitazaki's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Saving Data

I'm looking for a way to dump large amounts of data to a file

Im thinking of the following options but not sure what's possible :

1...Use a text box ingame that can have its contents copied and then pasted outside game.

2...Save in a very very large variable in \SavedVariables.

3...Some other lua method that can be used to save/dump data to a file.

4...Loop through the data and dynamically create new savedvariables eg ( savedvariables.data1 , savedvariables.data2 , savedvariables.data3 , savedvariables.data4 and so on for each field in the loop ) for \SavedVariables
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Saving Data


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