Download
(4Kb)
Download
Updated: 01-09-23 06:18 AM
Compatibility:
Dragonflight (10.0.2)
Updated:01-09-23 06:18 AM
Created:03-17-09 10:53 AM
Downloads:46,273
Favorites:339
MD5:

Reflux  Popular! (More than 5000 hits)

Version: 10.0.2
by: Kagaro, snichols1122

Managed by Gatorsniper-Area52 (Horde) (US) Battletag: Gator#1210

Reflux is a small lightweight profile manager. With the coming of dual specs, and people building ui compilations. I built this little manager. Its goal it to allow you to easily switch all your addon profiles in one fair swoop. For Addons that don't support profiles it emulates a profile. All emulations are done by the user and none come pre configured out of the box. The user chooses if he/she wishes to emulate a profile for any addon. Emulation is not needed for any addon that uses Ace2/3DB as profiles are built in.

As ALWAYS be sure to BACKUP your WTF folder before using.

Example of usage

This example assumes your setting up a brand new profile.

/reflux create MyProfile

This will switch all current ace db based addons to this profile and setup the emulation profile.

Now i configure a bunch of stuff and notice my unit frames dont have support for profiles... Well i can fix that! First i need to check the .toc for my unit frames in this case StufUnitFrames. I find the #SavedVariables: StufDB line in the toc indication that is where it saves its configuration information. So now in game I simply add that saved variable to reflux

/reflux add StufDB

Now reflux will emulate a profile for Stuf. I finish up configuring my ui. Im pretty happy with it. Now that im done I need to save the emulated profile

/reflux save

Now my emulated profile has been saved. Lets do a quick reload to ensure our data is saved to disk.

We are done! now my ui is setup with my new profile. Lets go create another profile for my alt.

/reflux create MyAltProfile

my screen is now back to initial state all un configured. My alt is a different class so this isn't a big deal. (Future enhancement will be to copy a profile set so you can create a base config then tweak). Now i do more work...

What about stuf? Do i need to add it again? Nope its already been emulated so no need to add it again.

Now I save my new profile

/reflux save

Now I switch my main back to its original profile.

/reflux switch MyProfile

bingo my ui is now all set back up.

I log into my alt and type

/reflux switch MyAltProfile

and now my alts ui is all setup.

If you want to clear out all your reflux data /reflux cleardb and bingo its all gone. You ace profiles are still there, but the emulated profiles will be cleared.

Type /reflux to see a list of commands.

New Commands
/reflux addons [profile]
Switch addon set to what was saved int he profile. Due to technical reason you need to switch afterwards

/reflux save now optionally takes an 'addons' flag to store addon state
so /reflux save addons will save current addon list in the emualted profile.

/reflux copy [target profile]
will attempt to copy the target profile into your current profile. this will reload the ui when complete.

/reflux delete [profile]
will delete a profile. Please note you can NOT delete the current active profile.

/reflux snapshot [profile] (EXPERIMENTAL)
will create a new profile and scan each addon copying thier current profiles to the new one.

[b]January[.b]
-Toc Bump

July 24th, 2022
-Added to Wowup
-Toc Bump

November 21st, 2020
-Toc Bump

May 17th, 2020
-Updated TOC

September 26th 2019
-Update Toc

June 25th 2019
-Update Toc

December 12th, 2018
-Update Toc

July 18th 2018
-Update TOC

September 2nd 2017
-Update TOC

May 21st 2017
-Update TOC

October 25th 2016
-Update TOC

2.0:
September 27th 2016
-Update TOC

1.10
Updated TOC for wow 4.0, forgot to upload it a few weeks ago.
1.9
Fixes for 3.3 and minor bug fixes
1.8RC1
Updated for 3.3 added experimental snapshot command .
1.7
Updated for 3.2

1.7RC2
Fixes for null pairs calls in copy, and some typos fixed as well.

1.7RC1
Fixes for copies of emulated profiles.

1.6
Fixed error if you didnt supply a profile to switch.

1.5 Release
Archived Files (2)
File Name
Version
Size
Author
Date
9.2.5.1
5kB
Kagaro
07-24-22 07:49 AM
9.2.5
5kB
Kagaro
07-24-22 07:46 AM


Post A Reply Comment Options
Unread 11-02-09, 11:45 AM  
Kagaro
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 132
Uploads: 6
Originally posted by Allectrah
I have been having a few complications using this Addon, but id like to say
its awesome for what it does especially when making a UI for several
accounts and characters. But lets see....

My first problem is when i /reflux add (addon file name here) It says that it
cant not find the file and that it may be spelling wrong, but i spell it right,
and even copy + pasting the name of it wont work.

Another one is that no matter how many times i try i cant get my minimap
and chat frames to appear how they are in my UI. they start off like the
regular wow UI does. Map in the right hand corner and chat frame in the
middle left.

Questions:
1: Is there any way i can fix the /reflux add problem?
2: is there any way to make it so that my minimap and chat frames apear
were i want them to every time without manually moving them after a /reflux
switch [profile name here]?


Please contact me in message or here on the comments of your addon.
thanks a bunch!
As for 1 its case sensitive and dont use spaces in the name. otherwise is a simple table lookup so should find the name.
As for 2, the defaul map uses the layout-cache.txt to store its position as of right now there is no way to get this information in game, same goes for chat frames. I think Chatter makes fake chat frames to work around this.
Report comment to moderator  
Reply With Quote
Unread 11-01-09, 09:55 AM  
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1498
File comments: 66
Uploads: 2
When adding an addon for emulation you have to add its saved variable location name.

So for example say you want to add stuf unit frames for emulation you would type /reflux add StufDB
StufDB being the name of the saved variable file. To locate the file open the .toc file for the addon your trying to add and you will see something like this:

## Interface: 30200
## Title: Stuf Unit Frames
## Author: TotalPackage
## Notes: Main unitframes replacement. Assembly optional.
## Version: 3.2.006

## SavedVariables: StufDB
## SavedVariablesPerCharacter: StufCharDB

## X-Category: UnitFrame
## OptionalDeps: LibSharedMedia-3.0, ButtonFacade, LibButtonFacade, StufLocale

## LoadManagers: AddonLoader
## X-LoadOn-Always: true

embeds.xml
core.lua
bars.lua
text.lua
icons.lua
aura.lua
Note the saved variable location.

If your map is the default one it does not have a saved variable file that addons use so it will not be able to emulate a profile for it. Same goes for the chat frame. you can use a minimap addon to fix the map issue, not sure about the chat frame as the default one suits my needs so i never looked to see if it can be replaced.
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor
Report comment to moderator  
Reply With Quote
Unread 10-26-09, 02:33 PM  
Allectrah
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
I have been having a few complications using this Addon, but id like to say
its awesome for what it does especially when making a UI for several
accounts and characters. But lets see....

My first problem is when i /reflux add (addon file name here) It says that it
cant not find the file and that it may be spelling wrong, but i spell it right,
and even copy + pasting the name of it wont work.

Another one is that no matter how many times i try i cant get my minimap
and chat frames to appear how they are in my UI. they start off like the
regular wow UI does. Map in the right hand corner and chat frame in the
middle left.

Questions:
1: Is there any way i can fix the /reflux add problem?
2: is there any way to make it so that my minimap and chat frames apear
were i want them to every time without manually moving them after a /reflux
switch [profile name here]?


Please contact me in message or here on the comments of your addon.
thanks a bunch!
Report comment to moderator  
Reply With Quote
Unread 10-20-09, 10:19 AM  
tuff_ghost
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Originally posted by Cherti
That would be too good to be true...
So...to use this profile manager, I must re-create my entire UI from scratch?

Might be a good idea to clarify that the feature is not offered in the addon info, that is a pretty huge problem. I was just reading over the description looking for this exact piece of information, because profile saving is the FIRST thing I want in a profile manager.

That said, is the ability to save one's current UI simply not possible in WoW? Or is there some other addon that will allow me to do it?
Report comment to moderator  
Reply With Quote
Unread 10-14-09, 01:39 PM  
Cherti
A Murloc Raider
 
Cherti's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 127
Uploads: 1
Originally posted by Kamakazi911
Is there any way to save my current UI setup?

Say I just downloaded reflux, and want to save the UI i have currently, Can I do that without having to create one first with reflux? This would be realllly awesome, because my ui is very complex and would be nigh impossible to setup again the way I want it.
That would be too good to be true...
__________________
// Cherti - www.cherti.de
Report comment to moderator  
Reply With Quote
Unread 10-13-09, 04:30 PM  
Kamakazi911
A Murloc Raider
 
Kamakazi911's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 7
Uploads: 1
Is there any way to save my current UI setup?

Say I just downloaded reflux, and want to save the UI i have currently, Can I do that without having to create one first with reflux? This would be realllly awesome, because my ui is very complex and would be nigh impossible to setup again the way I want it.
Report comment to moderator  
Reply With Quote
Unread 10-11-09, 04:04 PM  
Kagaro
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 132
Uploads: 6
Originally posted by Jademalo
Aaaah damn.. But arent addons that dont have a profile and have only a savedvariables usually global? In which case i dont understand adding savedvariables files..
Per character means a new copy is created for every character that is distinct and unique for that character. So its like a unique namespace for each character you have. when combind with normal SavedVariables.
Report comment to moderator  
Reply With Quote
Unread 10-11-09, 04:03 PM  
Kagaro
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 132
Uploads: 6
Originally posted by MidgetMage55
Have a question. An addon i recently started using (dminimap) uses the map cluster settings from layout-local.txt. Any way to have reflux add this as an emulation?
Thre is no way to touch any values in layout-local.txt or layout-cache.txt
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 05:54 AM  
Jademalo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 12
Uploads: 4
Originally posted by Kagaro
SavedVariablesPerCharacter can be a problem
Aaaah damn.. But arent addons that dont have a profile and have only a savedvariables usually global? In which case i dont understand adding savedvariables files..
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 03:38 AM  
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1498
File comments: 66
Uploads: 2
Have a question. An addon i recently started using (dminimap) uses the map cluster settings from layout-local.txt. Any way to have reflux add this as an emulation?
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor
Report comment to moderator  
Reply With Quote
Unread 10-08-09, 04:19 PM  
Kagaro
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 132
Uploads: 6
Originally posted by Jademalo
Im having a few problems..

I loaded Btex, added the saved variables, (SavedVariablesPerCharacter, does that make anything different?), Made a new profile (Profile1), changed to a different Skin, Saved, and went onto my alt. I created a new profile, Profile2. This set Btex back to the default skin. I then switched back to my original profile and it didnt switch to the skin i had set.

Im having a few problems with addons that do that.

Is there an easy fix?
SavedVariablesPerCharacter can be a problem
Report comment to moderator  
Reply With Quote
Unread 10-08-09, 04:15 PM  
Jademalo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 12
Uploads: 4
Im having a few problems..

I loaded Btex, added the saved variables, (SavedVariablesPerCharacter, does that make anything different?), Made a new profile (Profile1), changed to a different Skin, Saved, and went onto my alt. I created a new profile, Profile2. This set Btex back to the default skin. I then switched back to my original profile and it didnt switch to the skin i had set.

Im having a few problems with addons that do that.

Is there an easy fix?
Report comment to moderator  
Reply With Quote
Unread 10-07-09, 12:25 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Re: Re: Re: Re: Re: OnScreenHealth

Originally posted by Kagaro
Hrmm yeah, the optional SavePerCharacter is on would cause it to not work with Reflux properly. BUT if your using save per character then you dont need reflux anyways since its configured per character (unless you do like me and swap profiles for healer vs dps on my shadow priest.)
I haven't been using save per character. I'm really at a loss here . It'll work the first time around and I'm really excited, then I keep at it just to realize the first configuration I spent quite a lot of time on is gone... really frustrating.
Report comment to moderator  
Reply With Quote
Unread 10-07-09, 06:53 AM  
Kagaro
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 132
Uploads: 6
Re: Re: Re: Re: OnScreenHealth

Originally posted by suicidalkatt
I've tried to this many a time and if I save my first profile, create a new one, do some editing, save that profile, then switch back... it's unchanged, and I've lost the first profile.

No idea what's causing it.
Hrmm yeah, the optional SavePerCharacter is on would cause it to not work with Reflux properly. BUT if your using save per character then you dont need reflux anyways since its configured per character (unless you do like me and swap profiles for healer vs dps on my shadow priest.)
Report comment to moderator  
Reply With Quote
Unread 10-07-09, 06:51 AM  
Kagaro
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 132
Uploads: 6
Re: Re: Re: Re: OnScreenHealth

Originally posted by suicidalkatt
I've tried to this many a time and if I save my first profile, create a new one, do some editing, save that profile, then switch back... it's unchanged, and I've lost the first profile.

No idea what's causing it.
ive tested stuff with reflux and it works for me. I wonder if his newer versions are not playing nice.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: