Download
(50Kb)
Download
Updated: 03-30-17 12:52 AM
Pictures
File Info
Compatibility:
Tomb of Sargeras (7.2.0)
Updated:03-30-17 12:52 AM
Created:07-10-13 11:23 AM
Downloads:6,384
Favorites:31
MD5:

Dressing Room Functions  Popular! (More than 5000 hits)

Version: v1.4.2.1
by: allikitten [More]

(For Changelog: Link)
(For Bug Reports: Link)

New in v1.4:

  • More bug fixes!
  • Export entire transmogs to either MogIt or to your chat window! You can export other people's transmogs too, to see how they did theirs and what items they used.
New in v1.3:
  • Localizations! Most of the localizations in place are machine-translated and need some human love. If you are willing to help please submit a ticket via the appropriately provided links in the addon's description.
  • Minor fixes and improvements.
New in v1.2:
  • Revamped the code a little, it's a little bit more organized (makes updating it a little easier)
  • New slash commands: /dr now opens the dressing room by itself, /drf allows you to configure the add-on. (Use /drf help to show chat options)
  • It is now possible to configure automatically undressing when the Dressing Room is first opened.
  • It is now possible to configure automatically undressing when changing targets and model race/gender.
  • It is now possible to configure whether undressing will show your character's actual skivvies or apply a more "conservative" outfit. This is being done in case you don't want to see your underwear constantly! This does not apply to removing pieces of armor with the removal menu.
This addon allows you to do the following:
  • Remove clothing from your dressing room character - useful for previewing shirts and pants under a robe
  • Switch to a target model - useful for seeing a character through druid forms or trying armor on the other gender.
  • Change your model's race or gender - useful for seeing your character and his/her gear as another race. (Currently very buggy)
These functions are part of the Blizzard API but rarely used, but can be extremely useful depending on the situation.

Known Issues:
  • There is an issue if the target moves out of range; the model can no longer be manipulated or used. Blizzard's UI code will now revert the model's appearance to your own when you swap races, but the bugs disallowing you to put on or take off items previously have been fixed.
  • Swapping races of a target who uses hidden shoulders or helmet may be a bit quirky.
This add-on is designed to be very small and lightweight and should be compatible with any other add-on as long as the dressing room is not completely replaced.

- Added the ability to arbitrarily change your dress-up model's race and gender. This function is a little bit buggy, but for now it works.
Optional Files (0)


Post A Reply Comment Options
Unread 07-07-19, 10:49 PM  
Ookami.kun
A Cliff Giant
 
Ookami.kun's Avatar

Forum posts: 79
File comments: 238
Uploads: 0
I posted this on Curse, but wanted to post here just cover my bases.
I'm getting the following error when I select the undress button. Thanks.

Code:
Date: 2019-07-08 00:44:35
ID: 6
Error occured in: Global
Count: 1
Message: ...face\AddOns\DressingRoomFunctions\DRF_ComboMenus.lua line 151:
   PlaySoundFile Error - Invalid fileDataID for sound.
Debug:
   (tail call): ?
   [C]: ?
   [C]: PlaySoundFile()
   ...face\AddOns\DressingRoomFunctions\DRF_ComboMenus.lua:151:
      ...face\AddOns\DressingRoomFunctions\DRF_ComboMenus.lua:147
Locals:
(*temporary) = "LeftButton"
(*temporary) = false
(*temporary) = <function> defined =[C]:-1

AddOns:
__________________
Report comment to moderator  
Reply With Quote
Unread 10-20-14, 08:48 PM  
allikitten
A Kobold Labourer
 
allikitten's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
Originally Posted by Imithat
please pack in the zip the files in a folder!

/Edit: I send you the german Localizations as private message
Thank you very much! They are added and they will be in my SVN by tonight. They should be in the next release.

Btw - sorry I thought I did, I updated my script to do so now.
Last edited by allikitten : 10-20-14 at 09:29 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-14, 03:18 AM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
please pack in the zip the files in a folder!

/Edit: I send you the german Localizations as private message
Last edited by Imithat : 10-19-14 at 04:22 AM.
Report comment to moderator  
Reply With Quote
Unread 07-28-14, 01:38 PM  
allikitten
A Kobold Labourer
 
allikitten's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
Originally Posted by Spiderkeg
I'm having an issue, maybe someone else can test to verify. Here's the scenario:

I'm turning in a quest that gives assorted rewards. Rather than patiently giving the "Undress" button a hard click, I give a quick click and move my cursor quickly (which is typical when you are being speedy) which undresses the model, and then I CTRL+Click the reward I want to dress.

The result, the reward will be added to the model but then the model will quickly undress again. I can repeat the process easily. If I give the "Undress" button a hard click, taking my time, and then attempt to dress the reward this problem does not occur.

I have used other Dressing Room addons before and have not experienced this, so maybe a bug of sorts? Again, can anyone else verify. Still love this addon otherwise.
Hello Spiderkeg -

Yes, I am aware of this problem, it's actually a result of special handling that is in place for delayed model loading. If your player model is not properly cached in memory, it "redresses" after the first "Undress" command is issued, so for the first half of a second the addon will enforce an undress on the model to prevent that. When making the auto-undress feature I noticed that half of the time the model would be dressed up again, despite having been undressed when the window was first opened.

Luckily, since I am now hooking the DressUp command anyway (the one that occurs when you ctrl-click) I think I can save the item's link and apply it on the second undress, it will require testing but if finished before the next addon release it should solve this problem.

Honestly, before I really did nothing about this because I didn't think anyone would actually beat the timer. Obviously, you have.

EDIT: Revision 26 addresses this issue. Until the next release, it can be found here: http://wow.curseforge.com/addons/dre...nctions/files/
Last edited by allikitten : 07-30-14 at 02:40 AM.
Report comment to moderator  
Reply With Quote
Unread 05-31-14, 09:06 PM  
Spiderkeg
A Deviate Faerie Dragon

Forum posts: 18
File comments: 285
Uploads: 0
I'm having an issue, maybe someone else can test to verify. Here's the scenario:

I'm turning in a quest that gives assorted rewards. Rather than patiently giving the "Undress" button a hard click, I give a quick click and move my cursor quickly (which is typical when you are being speedy) which undresses the model, and then I CTRL+Click the reward I want to dress.

The result, the reward will be added to the model but then the model will quickly undress again. I can repeat the process easily. If I give the "Undress" button a hard click, taking my time, and then attempt to dress the reward this problem does not occur.

I have used other Dressing Room addons before and have not experienced this, so maybe a bug of sorts? Again, can anyone else verify. Still love this addon otherwise.
Report comment to moderator  
Reply With Quote
Unread 07-15-13, 04:17 PM  
allikitten
A Kobold Labourer
 
allikitten's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 2
Originally Posted by bartg71
Love the added space for viewing outfits. Was wondering tho, if it is at all possible to get the 'pop out' menu / list for changing gear slots, to open outside the viewing room? Thats the main problem with Blizzard's UI window and thought maybe it could be adjusted somehow or swapped? Not an addon coder myself or I'd definitely work on a fix for that little issue. Great little improvement tho.
Thank you for the feedback! However, can you be a little more specific? Can you go step-by-step what you want to do, and be specific as possible about which windows you are opening and what you want to accomplish?
Report comment to moderator  
Reply With Quote
Unread 07-12-13, 04:53 PM  
bartg71
A Murloc Raider

Forum posts: 9
File comments: 38
Uploads: 0
Love the added space for viewing outfits. Was wondering tho, if it is at all possible to get the 'pop out' menu / list for changing gear slots, to open outside the viewing room? Thats the main problem with Blizzard's UI window and thought maybe it could be adjusted somehow or swapped? Not an addon coder myself or I'd definitely work on a fix for that little issue. Great little improvement tho.
Report comment to moderator  
Reply With Quote
Unread 07-10-13, 03:06 PM  
bravejohn
A Deviate Faerie Dragon

Forum posts: 17
File comments: 154
Uploads: 0
thanks a lot I have an issue when trying to test legs and I was wearing a robe!I had to open and un-equip the robe, then test the legs and put the robe back again..this addon will save me of this trouble!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.