R
(28Kb)
Download
Updated: 03-03-20 01:22 PM
C
(28kB)
Download
Updated: 03-03-20 01:21 PM
Pictures
File Info
Compatibility:
Visions of N'Zoth (8.3.0)
Updated:03-03-20 01:22 PM
Created:unknown
Downloads:8,228
Favorites:103
MD5:

Cosplay  Popular! (More than 5000 hits)

Version: 80300-2, Classic: 80300-2
by: phyber [More]

Cosplay

Adds a button to undress the model in the Dressing Room, allowing you to view items that would otherwise be hidden. For example, viewing some new leggings if your character is wearing a robe.
This addon also allows you to put your current target in the dressing room, so you can see how items would look on a member of the opposite gender or another race.

I've had this addon on the WoWAce SVN for some years now, it is based on an old addon by HAXNINJA called 'UndressButton'.

Note: A screenshot of the Dressing Room window will arrive soon. I just didn't have one handy at the time of the upload. If it helps, imagine that the following were two buttons and that they were in the Dressing Room window.
[ Undress ] [ Target ].

Cosplay
80300-2 (2020-03-03)
Full Changelog Previous releases
  • Remove Skinner as optional dep
    Requested by jncl
Optional Files (0)


Post A Reply Comment Options
Unread 12-23-11, 09:40 AM  
Terranell
Premium Member
Premium Member

Forum posts: 52
File comments: 13
Uploads: 0
Yay fixed version posted to wowace/curse : www.wowace.com/addons/cosplay/ . It's surprised me how much I've been missing this.

Thanks Phyber! and help137
Report comment to moderator  
Reply With Quote
Unread 12-20-11, 10:15 AM  
help137
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 31
File comments: 120
Uploads: 16
And here is the fix for the Auction House errors

Replace lines 85 - 100 with the following:

Code:
function Cosplay:CreateAHButtons()
	if not AHButtonsCreated then
		local AuctionDUFUndressButton = CreateFrame("Button", "ADUFUndressButton", SideDressUpModel, "UIPanelButtonTemplate")		
		ADUFUndressButton:SetWidth(70)
		ADUFUndressButton:SetHeight(22)
		ADUFUndressButton:SetText(L["Undress"])
		ADUFUndressButton:SetPoint("BOTTOM", "SideDressUpModelResetButton", "TOP", 0, 2)
		ADUFUndressButton:SetScript("OnClick", function()
			SideDressUpModel:Undress()
			PlaySound("gsTitleOptionOK")
		end)

		AHButtonsCreated = true
	end
	self:UnregisterEvent("AUCTION_HOUSE_SHOW")
end
Report comment to moderator  
Reply With Quote
Unread 12-18-11, 10:36 AM  
help137
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 31
File comments: 120
Uploads: 16
Assuming you're using the latest version from curse, just comment out lines 141 & 142. If you don't have an editor with line numbers, look for the code below. Blizzard appears to have substantially changed the buttons in the paper doll window and it's no longer possible to hide them in this manor. Personally, having the buttons at the top doesn't bother me and it certainly bothers me less than an error every time I log in. If the author doens't turn up in another week or two, I'll post a fan update version here on WI with the fix already in it.


-K


Code:
local function MakeRotatable()
	local f = DressUpModel
	-- Hide the rotation buttons
--	DressUpModelRotateLeftButton:Hide()
--	DressUpModelRotateRightButton:Hide()
Report comment to moderator  
Reply With Quote
Unread 12-10-11, 03:13 PM  
Ookami.kun
A Cliff Giant
 
Ookami.kun's Avatar

Forum posts: 79
File comments: 238
Uploads: 0
Posting here just in case.
Ran into the following errors after updating to 4.3. I posted them on Curse as well just to cover all bases.

Code:
Date: 2011-12-10 15:42:21
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Cosplay\Cosplay.lua line 141:
   attempt to index global 'DressUpModelRotateLeftButton' (a nil value)
Debug:
   (tail call): ?
   Cosplay\Cosplay.lua:141:
      Cosplay\Cosplay.lua:138
   Cosplay\Cosplay.lua:182: ToggleRotatable()
   Cosplay\Cosplay.lua:224:
      Cosplay\Cosplay.lua:216
   (tail call): ?
   [C]: ?
   [string "safecall Dispatcher[1]"]:9:
      [string "safecall Dispatcher[1]"]:5
   (tail call): ?
   ...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
   ...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:636:
      ...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:621
   [C]: LoadAddOn()
   ..\FrameXML\UIParent.lua:274: UIParentLoadAddOn()
   ..\FrameXML\UIParent.lua:297: CombatLog_LoadUI()
   ..\FrameXML\UIParent.lua:616:
      ..\FrameXML\UIParent.lua:582
AddOns:
Code:
Date: 2011-12-10 16:05:44
ID: 11
Error occured in: Global
Count: 1
Message: ..\AddOns\Cosplay\Cosplay.lua line 91:
   ADUFUndressButton:SetPoint(): Couldn't find region named 'AuctionDressUpFrameResetButton'
Debug:
   (tail call): ?
   [C]: SetPoint()
   Cosplay\Cosplay.lua:91: ?()
   ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
      ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
   [string "safecall Dispatcher[1]"]:4:
      [string "safecall Dispatcher[1]"]:4
   [C]: ?
   [string "safecall Dispatcher[1]"]:13: ?()
   ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
   ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:120:
      ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119
AddOns:
__________________
Report comment to moderator  
Reply With Quote
Unread 11-08-11, 09:20 AM  
help137
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 31
File comments: 120
Uploads: 16
Newer version up on Curse

Just an FYI, there is a much newer version up on Curse. The author seems to have forgotten about WI...

-K
Last edited by help137 : 11-08-11 at 09:20 AM.
Report comment to moderator  
Reply With Quote
Unread 08-24-09, 11:03 PM  
Godon
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Just thought I'd mention:

This addon in conjunction with Skinner prevents the custom texture of the "StatusBar" from loading properly. I spent a while going over the code in the save file Skinner creates and then ended up testing my addons one-by-one until it came to Cosplay. The texture, for me, was set to a custom texture I loaded in and I am certain it was set and saved properly; I checked this against the Lua file, which confirmed that it was set to load in said texture.

I'm not sure if the problem is with this addon or with Skinner, but I thought I'd mention it.
Report comment to moderator  
Reply With Quote
Unread 05-22-09, 07:59 AM  
Folji
A Flamescale Wyrmkin
 
Folji's Avatar
AddOn Author - Click to view AddOns

Forum posts: 136
File comments: 96
Uploads: 1
Perhaps you should consider removing the possibility to use NPC's as the target of the dressing room, as they won't properly render in it anyways. Just one of those things that seemed a bit odd while using this AddOn.

And also; any plans of making it possible to move and zoom the model in the dressing window?
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 03:13 AM  
Wolgan
A Murloc Raider

Forum posts: 4
File comments: 4
Uploads: 0
Originally posted by Yardie
I agree with Terranell. This add-on seems so small and simple, yet it's one of those I MUST have. Once you have it, you really miss it when it's not there.
Just reaffirming this, it's one of the first on my list of "gotta have it" addons.

Thank you!
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 04:37 PM  
Yardie
A Kobold Labourer
 
Yardie's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Originally posted by Terranell
Cosplay's been one of those small but really handy, can't believe it's not built in, really miss if it's not there addons. Thanks for making and putting it up Phyber
I agree with Terranell. This add-on seems so small and simple, yet it's one of those I MUST have. Once you have it, you really miss it when it's not there.
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 06:53 AM  
Terranell
Premium Member
Premium Member

Forum posts: 52
File comments: 13
Uploads: 0
Cosplay's been one of those small but really handy, can't believe it's not built in, really miss if it's not there addons. Thanks for making and putting it up Phyber
Report comment to moderator  
Reply With Quote
Unread 05-07-08, 08:09 AM  
Buio
A Kobold Labourer

Forum posts: 0
File comments: 150
Uploads: 0
Had the Haxninja version before switching to this one from wowace.com long time ago. One of those small but at times very useful things to have.
Last edited by Buio : 05-07-08 at 08:09 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: