Page 1 of 1

Sharing Addon settings

Posted: Sun Jul 16, 2017 10:02 pm
by cimator
Hey, is it possible to share a specific addon's settings with someone else? For ex, I spent a lot of time on buffhead's advanced compression and wanna share it with guildies, how can I do it?

Re: Sharing Addon settings

Posted: Sun Jul 16, 2017 10:22 pm
by shaggyboomboom
theres the option to export settings from buffhead via the export option, its a bunch of laters and numbers

Re: Sharing Addon settings

Posted: Sun Jul 16, 2017 10:28 pm
by cimator
shaggyboomboom wrote:theres the option to export settings from buffhead via the export option, its a bunch of laters and numbers
Thats only for the indicator layout tho :P

Re: Sharing Addon settings

Posted: Sun Jul 16, 2017 10:36 pm
by wdesu
It's possible (that's the whole point of viewtopic.php?f=66&t=17466 thread), just zip and upload "...\Warhammer Online - Age of Reckoning\user\settings\Martyrs Square\Charactername\Profilename\BuffHead" folder.

If they want to just get the advanced compression, they most likely can just copy and paste the

Code: Select all

AdvancedCompression= 
{
...
}
part from your SavedVariables.lua to theirs (while not ingame).

Re: Sharing Addon settings

Posted: Sun Jul 16, 2017 10:39 pm
by Sulorie
Go into your WAR addon folder and copy the folder of any addon you want to give to someone else. Upload it or send per mail.

Re: Sharing Addon settings

Posted: Sun Jul 16, 2017 10:53 pm
by cimator
wdesu wrote:It's possible (that's the whole point of viewtopic.php?f=66&t=17466 thread), just zip and upload "...\Warhammer Online - Age of Reckoning\user\settings\Martyrs Square\Charactername\Profilename\BuffHead" folder.

If they want to just get the advanced compression, they most likely can just copy and paste the

Code: Select all

AdvancedCompression= 
{
...
}
part from your SavedVariables.lua to theirs (while not ingame).
That did the trick, thanks a lot!