/script local cid=GetActiveCollectibleByType(COLLECTIBLE_CATEGORY_TYPE_COSTUME,GAMEPLAY_ACTOR_CATEGORY_PLAYER) local d1,d2,d3=GetCurrentCollectibleDyes(RESTYLE_MODE_COLLECTIBLE,cid) d("["..GetCollectibleName(cid).."]\n(1) "..GetDyeInfoById(d1).."\n(2) "..GetDyeInfoById(d2).."\n(3) "..GetDyeInfoById(d3))
[Liespinner's Vestments] (1) Void Pitch (2) Void Pitch (3) Scintillating Scarlet
/script CanUseCollectibleDyeing = function() return true end
If you're on PC then you can use this script to print the names of the dyes that are on your currently equipped costume.
1) Equip a costume. 2) Copy and Paste all of the text below into the chat box. 3) Press Enter./script local cid=GetActiveCollectibleByType(COLLECTIBLE_CATEGORY_TYPE_COSTUME,GAMEPLAY_ACTOR_CATEGORY_PLAYER) local d1,d2,d3=GetCurrentCollectibleDyes(RESTYLE_MODE_COLLECTIBLE,cid) d("["..GetCollectibleName(cid).."]\n(1) "..GetDyeInfoById(d1).."\n(2) "..GetDyeInfoById(d2).."\n(3) "..GetDyeInfoById(d3))
The output will look like this in chat:[Liespinner's Vestments] (1) Void Pitch (2) Void Pitch (3) Scintillating Scarlet
LesserCircle wrote: »If you're on PC then you can use this script to print the names of the dyes that are on your currently equipped costume.
1) Equip a costume. 2) Copy and Paste all of the text below into the chat box. 3) Press Enter./script local cid=GetActiveCollectibleByType(COLLECTIBLE_CATEGORY_TYPE_COSTUME,GAMEPLAY_ACTOR_CATEGORY_PLAYER) local d1,d2,d3=GetCurrentCollectibleDyes(RESTYLE_MODE_COLLECTIBLE,cid) d("["..GetCollectibleName(cid).."]\n(1) "..GetDyeInfoById(d1).."\n(2) "..GetDyeInfoById(d2).."\n(3) "..GetDyeInfoById(d3))
The output will look like this in chat:[Liespinner's Vestments] (1) Void Pitch (2) Void Pitch (3) Scintillating Scarlet
Wow this is awesome, are these scripts even allowed? I guess this is how addons work too.
LesserCircle wrote: »If you're on PC then you can use this script to print the names of the dyes that are on your currently equipped costume.
1) Equip a costume. 2) Copy and Paste all of the text below into the chat box. 3) Press Enter./script local cid=GetActiveCollectibleByType(COLLECTIBLE_CATEGORY_TYPE_COSTUME,GAMEPLAY_ACTOR_CATEGORY_PLAYER) local d1,d2,d3=GetCurrentCollectibleDyes(RESTYLE_MODE_COLLECTIBLE,cid) d("["..GetCollectibleName(cid).."]\n(1) "..GetDyeInfoById(d1).."\n(2) "..GetDyeInfoById(d2).."\n(3) "..GetDyeInfoById(d3))
The output will look like this in chat:[Liespinner's Vestments] (1) Void Pitch (2) Void Pitch (3) Scintillating Scarlet
Wow this is awesome, are these scripts even allowed? I guess this is how addons work too.
Yes, it's allowed.
"/script" is one of the game's built-in slash commands (just like "/reloadui"). It's used for executing Lua code and the game's API functions (like what addons use) from the chat box.
The game's API functions can be found here: https://wiki.esoui.com/API
LesserCircle wrote: »LesserCircle wrote: »If you're on PC then you can use this script to print the names of the dyes that are on your currently equipped costume.
1) Equip a costume. 2) Copy and Paste all of the text below into the chat box. 3) Press Enter./script local cid=GetActiveCollectibleByType(COLLECTIBLE_CATEGORY_TYPE_COSTUME,GAMEPLAY_ACTOR_CATEGORY_PLAYER) local d1,d2,d3=GetCurrentCollectibleDyes(RESTYLE_MODE_COLLECTIBLE,cid) d("["..GetCollectibleName(cid).."]\n(1) "..GetDyeInfoById(d1).."\n(2) "..GetDyeInfoById(d2).."\n(3) "..GetDyeInfoById(d3))
The output will look like this in chat:[Liespinner's Vestments] (1) Void Pitch (2) Void Pitch (3) Scintillating Scarlet
Wow this is awesome, are these scripts even allowed? I guess this is how addons work too.
Yes, it's allowed.
"/script" is one of the game's built-in slash commands (just like "/reloadui"). It's used for executing Lua code and the game's API functions (like what addons use) from the chat box.
The game's API functions can be found here: https://wiki.esoui.com/API
That's great thanks a lot for the info and help, I can live with this as I'm on PC, still would be nice to have on console or without using a script but I'm not going to complain.
LesserCircle wrote: »LesserCircle wrote: »If you're on PC then you can use this script to print the names of the dyes that are on your currently equipped costume.
1) Equip a costume. 2) Copy and Paste all of the text below into the chat box. 3) Press Enter./script local cid=GetActiveCollectibleByType(COLLECTIBLE_CATEGORY_TYPE_COSTUME,GAMEPLAY_ACTOR_CATEGORY_PLAYER) local d1,d2,d3=GetCurrentCollectibleDyes(RESTYLE_MODE_COLLECTIBLE,cid) d("["..GetCollectibleName(cid).."]\n(1) "..GetDyeInfoById(d1).."\n(2) "..GetDyeInfoById(d2).."\n(3) "..GetDyeInfoById(d3))
The output will look like this in chat:[Liespinner's Vestments] (1) Void Pitch (2) Void Pitch (3) Scintillating Scarlet
Wow this is awesome, are these scripts even allowed? I guess this is how addons work too.
Yes, it's allowed.
"/script" is one of the game's built-in slash commands (just like "/reloadui"). It's used for executing Lua code and the game's API functions (like what addons use) from the chat box.
The game's API functions can be found here: https://wiki.esoui.com/API
That's great thanks a lot for the info and help, I can live with this as I'm on PC, still would be nice to have on console or without using a script but I'm not going to complain.
/script CanUseCollectibleDyeing = function() return true end
If you go to the collections menu and under the outfits tab where you can preview outfit styles, you can see what you have equipped as an outfit and what dyes are used in it by hovering over the dye slots on keyboard, not sure on console though.
If you go to the collections menu and under the outfits tab where you can preview outfit styles, you can see what you have equipped as an outfit and what dyes are used in it by hovering over the dye slots on keyboard, not sure on console though.
That only works for seeing an Outfit's dyes, but they were talking about seeing a Costume's dyes (Outfit ≠ Costume).
If someone wants to see an Outfit's dyes, then all they have to do is go to an Outfit Station because that doesn't require an active ESO+ subscription. But if someone wants to see a Costume's dyes, then there's no way to do so without an active ESO+ subscription because the Outfit Station's Costume Menu will be disabled preventing them from accessing the Costume's dyes, and that info isn't in the Collections Menu either.
The requirement of having an active ESO+ subscription to dye Costume's is just a remnant of the past from before the Outfit System existed. And IMO (as an active ESO+ subscriber who also purchases all content separately) this "feature" should be changed so that everyone can dye Costumes because it's not special like it was before. At the very least everyone should be able to view their Costume's dyes at an Outfit Station or in the Collections Menu.
katanagirl1 wrote: »If you go to the collections menu and under the outfits tab where you can preview outfit styles, you can see what you have equipped as an outfit and what dyes are used in it by hovering over the dye slots on keyboard, not sure on console though.
That only works for seeing an Outfit's dyes, but they were talking about seeing a Costume's dyes (Outfit ≠ Costume).
If someone wants to see an Outfit's dyes, then all they have to do is go to an Outfit Station because that doesn't require an active ESO+ subscription. But if someone wants to see a Costume's dyes, then there's no way to do so without an active ESO+ subscription because the Outfit Station's Costume Menu will be disabled preventing them from accessing the Costume's dyes, and that info isn't in the Collections Menu either.
The requirement of having an active ESO+ subscription to dye Costume's is just a remnant of the past from before the Outfit System existed. And IMO (as an active ESO+ subscriber who also purchases all content separately) this "feature" should be changed so that everyone can dye Costumes because it's not special like it was before. At the very least everyone should be able to view their Costume's dyes at an Outfit Station or in the Collections Menu.
Not sure about a costume, but the outfit station only shows me a colored square on console but not the name of the color.
katanagirl1 wrote: »If you go to the collections menu and under the outfits tab where you can preview outfit styles, you can see what you have equipped as an outfit and what dyes are used in it by hovering over the dye slots on keyboard, not sure on console though.
That only works for seeing an Outfit's dyes, but they were talking about seeing a Costume's dyes (Outfit ≠ Costume).
If someone wants to see an Outfit's dyes, then all they have to do is go to an Outfit Station because that doesn't require an active ESO+ subscription. But if someone wants to see a Costume's dyes, then there's no way to do so without an active ESO+ subscription because the Outfit Station's Costume Menu will be disabled preventing them from accessing the Costume's dyes, and that info isn't in the Collections Menu either.
The requirement of having an active ESO+ subscription to dye Costume's is just a remnant of the past from before the Outfit System existed. And IMO (as an active ESO+ subscriber who also purchases all content separately) this "feature" should be changed so that everyone can dye Costumes because it's not special like it was before. At the very least everyone should be able to view their Costume's dyes at an Outfit Station or in the Collections Menu.
Not sure about a costume, but the outfit station only shows me a colored square on console but not the name of the color.
You're partially right...
With the Gamepad UI, we cannot see the correct dye names on the left side of the menu where we slot the dyes, but we can see the correct dye names on the right side of the menu where we select the dyes...
Gamepad UI, Outfit Station Costume Menu, Left Side, Incorrect Dye Name:
Gamepad UI, Outfit Station Costume Menu, Right Side, Correct Dye Name:
And of course this is only a Gamepad UI problem because with the Keyboard UI the correct dye names can be seen on both sides of the menu...
Keyboard UI, Outfit Station Costume Menu, Left Side, Correct Dye Name:
Keyboard UI, Outfit Station Costume Menu, Right Side, Correct Dye Name:
Just add that to the already huge list of things that the Gamepad UI lacks compared to the Keyboard UI...
Edit:
The same goes for the Outfit Station's Outfit Menu.