DualZilla
04-08-2018, 12:47 AM
Is there a better way to share saved add-on settings across the multiple WTF account folders and PCs as a Multiboxer?
Even keeping it simple on just 1 PC with 2 accounts
I've seen the symbolic linking articles like this one on wowhead but it appears to only work well for 1 account logged on at a time on 1 PC
http://www.wowhead.com/guide=934/two-game-accounts-one-folder-now-with-mac
I've seen similar articles using say onedrive in a similar way but causes issues on multiple PCs
I am able to do what I need now but it is a TON of work with over 150 add-ons and 5 accounts on 2 PCs
The Problem:
To me it seems there should be a way to make a virtual structure for everything beyond the
"WOW1" AccountName I.E. the ServerName\CharacterName\SavedVariables folder structure
Right now to accomplish this:
I have written custom scripts to copy the folders periodically from 1 PC to another using robocopy and mirror to only update newer from my main
@echo off
for /f "tokens=1-3 delims=/ " %%a in ('date /tee') do (
set _date=%%a%%b%%c
)
Robocopy "C:\Program Files (x86)\World of Warcraft\WTF" "\\PCNAME\WTF" /MIR /FFT /Z /XA:H /W:5 /log:%_date%.txt
I am able to copy settings for addons from one account folder to another manually to sort of share settings after logging all the way out
Addons like ELVUI make shareing profiles by streaming or exporting a code easier so all frames and actionbars etc are in the same place
IE select a character and click share settings button vs having 25 addons do what ELVUI does
I can save Actionbar profiles to have the same spells at the same spots on the same actionbars 1-10 x3 foir each spec for all warriors or hunters and stream via command line in game
/abp send charname profilename
I have addon profiles in BetterAddonList addon to handle my raid vs group vs lowbie vs max level etc
I use /reflux addon to have virtual ACE3 enabled profiles now synced all using same name across all 12 characters so that all 12 characters use say Default vs a unique per character named version so changing 1 character changes all per account and then copy to other accounts and/or to other PC
using ISBOXER setup to create and save macros and rotations so all my warriors can use the same spell rotations etc vs Gnome Sequencer so i just have to change rotations in 1 spot
Have to manually copy click bars and icon image sets per PC
Then there is all these macros and command lines to remember!!!!!!
Even keeping it simple on just 1 PC with 2 accounts
I've seen the symbolic linking articles like this one on wowhead but it appears to only work well for 1 account logged on at a time on 1 PC
http://www.wowhead.com/guide=934/two-game-accounts-one-folder-now-with-mac
I've seen similar articles using say onedrive in a similar way but causes issues on multiple PCs
I am able to do what I need now but it is a TON of work with over 150 add-ons and 5 accounts on 2 PCs
The Problem:
To me it seems there should be a way to make a virtual structure for everything beyond the
"WOW1" AccountName I.E. the ServerName\CharacterName\SavedVariables folder structure
Right now to accomplish this:
I have written custom scripts to copy the folders periodically from 1 PC to another using robocopy and mirror to only update newer from my main
@echo off
for /f "tokens=1-3 delims=/ " %%a in ('date /tee') do (
set _date=%%a%%b%%c
)
Robocopy "C:\Program Files (x86)\World of Warcraft\WTF" "\\PCNAME\WTF" /MIR /FFT /Z /XA:H /W:5 /log:%_date%.txt
I am able to copy settings for addons from one account folder to another manually to sort of share settings after logging all the way out
Addons like ELVUI make shareing profiles by streaming or exporting a code easier so all frames and actionbars etc are in the same place
IE select a character and click share settings button vs having 25 addons do what ELVUI does
I can save Actionbar profiles to have the same spells at the same spots on the same actionbars 1-10 x3 foir each spec for all warriors or hunters and stream via command line in game
/abp send charname profilename
I have addon profiles in BetterAddonList addon to handle my raid vs group vs lowbie vs max level etc
I use /reflux addon to have virtual ACE3 enabled profiles now synced all using same name across all 12 characters so that all 12 characters use say Default vs a unique per character named version so changing 1 character changes all per account and then copy to other accounts and/or to other PC
using ISBOXER setup to create and save macros and rotations so all my warriors can use the same spell rotations etc vs Gnome Sequencer so i just have to change rotations in 1 spot
Have to manually copy click bars and icon image sets per PC
Then there is all these macros and command lines to remember!!!!!!