HOWTO: Merging lists of hidden ads and search results between characters #298
DemonPriestessSahala
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Taken from a comment on #163
Problem
Solution
Here's a temporary workaround to help you copy the blocked-ads list between your characters less painfully:
It's a square-bracketed list of comma-separated names, where each name is enclosed by quotes. This file has no extension, so you may have to change an Explorer setting to properly see it, or right-click the file and use Open With.
If your file for character 2 already has names that you'd rather not overwrite, just tack the new ones on the end of the list. Make sure not to add extra spaces and follow the existing format. Don't forget that you may need to add a comma after the end of the existing list before pasting.
I recommend that you make a backup of the character settings before you make changes to any of the settings files.
hiddenUsers file contents for character 1 (from whom you're copying the list):
["Hidden Character 1","Hidden Character 2","Hidden Character 3"]
hiddenUsers file contents for character 2 (before):
[]
hiddenUsers file contents for character 2 (after):
["Hidden Character 1","Hidden Character 2","Hidden Character 3"]
By using a program like Excel that works with comma-separated data, can spot/filter duplicate values, and re-export a comma-separated list, you can maintain a common list of hidden characters that you can copy from profile to profile as the list grows, and periodically merge in additions made from any of your characters. I'll add another article on how to do this.
Beta Was this translation helpful? Give feedback.
All reactions