Settings are automatically saved by the game each time you reload your UI or logout of the game. There is currently no way to remove old saved settings using the CTMod control panel. I'll look into it for a future update.
If you feel confident doing so, you can manually edit the files containing the saved settings using something like Notepad. This may take a while, depending on how many characters you want to delete, and how many of the CTMod addons you use. To be safe you may want to make a backup copy of the file before you make any changes to the one in the actual folder. Be sure to exit from the game before you make any changes.
The saved settings files each have the same name as the addon, and they are are located in the following folder:
world of warcraft\wtf\account\<account_name>\SavedVariables\
For each addon that the character has used, you will need to edit the appropriate file(s) and delete the section pertaining to the character. For example, this is what the character section would look like in the CT_BarMod.lua file for the character named Xhukari on the Terenas Server:
["CHAR-Xhukari-Terenas"] = { ["showGroup7"] = false, ["showGroup6"] = false, ["orientation2"] = "DOWN", ["showGroup8"] = false, ["orientation7"] = "ACROSS", ["orientation3"] = "DOWN", ["orientation6"] = "ACROSS", ["orientation5"] = "ACROSS", ["shiftShapeshift"] = 1, ["showGroup5"] = 1, ["stdPositions"] = true, ["showGroup9"] = false, ["orientation9"] = "ACROSS", ["orientation4"] = "ACROSS", ["orientation1"] = "DOWN", ["orientation8"] = "ACROSS", },Last updated by dargen
|