View Single Post
11-24-05, 07:42 AM   #6
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 139
So there's no easy conversion code then?
Just edit the TOC whack the SavedVariables file in the character folder and that's it?

That's exactly what I fear.

At the moment, my layout in my SavedVariables file looks like this:
Code:
tf_user_data = {
 [server1] = {
  [player1] = {
   <stuff here>
  },
  [player2] = {
   <stuff here>
  },
 },
 [server2] = {
  [player1] = {
and so on in the account level SV folder. I want it so all this data is ported over to the character folder, so it looks like this:
Code:
tf_user_data = {
 <stuff here>
},
Other people use my project and as not all of them are computer/code savvy I fear that something will go wrong. I don't want to have to make them edit the files to use the new system.
__________________
Twitter | GitHub
  Reply With Quote