QoL improvement for costume creator aficionados


Black Orchid II

 

Posted

I mention this every so often and even had a red name tell me "Hey that's a great idea" but nothing ever seems to happen with it. It would've been useful at launch but the more time passes and the more costume options we get (by all means keep 'em coming ) the more necessary something like this becomes so on behalf of anyone who spends an inordinate amount of time in the CC here's hoping yet again that it's on some to do list somewhere but maybe needs a reminder to be bumped up the list a bit.

The CC in my humble opinion is in desperate need of a color swap button. I made a sample button in this pic to show what it might look like/where it might be placed...



Examples of why I think it's needed:
Say you're going through the list of chest emblems... that takes long enough as is but, as the picture above shows, just by swapping the colors you can potentially make two completely different emblems from one option. Now the list is that much longer but each time you want to do this it takes 3-4 clicks to swap the primary and secondary colors... this could be cut down to 1 click with a swap button.

How about your SG has a color scheme of blue and white but some parts of your costume look better with blue on white and other parts with white on blue? Some parts you can't decide which way you like it better so you flip back and forth and end up wastefully clicking dozens of times finding out which way you prefer it (a flip flop would be a 2 click affair with a Swap button but instead it takes 6+ clicks without)

Also, combined with a handy Swap button, the "Copy current colors across entire body" and the similar ones for primary, secondary and "all" powers customization you could make sweeping changes to your look within seconds while staying within a certain color scheme.

The are many possibilities and honestly this one change would make a world of difference to all of us costume-a-holics... please consider implementing it.

My sore wrist and click finger thank you in advance.



One --> Artz Giveaway <-- To Rule Them ALL!


I will settle this. ORANGE FTW! - Ex Libris

 

Posted

I'm certain this would take more coding than is worth it...

...but it <is> an excellent idea.

So, /signed!


 

Posted

Yeah having a color swap button would be useful and probably wouldn't be too difficult to implement the way you described either. I know I've wasted many clicks flipping colors around like this over the years, especially for things like gloves, boots and shoulder items to get them to match other parts of various costumes.


Loth 50 Fire/Rad Controller [1392 Badges] [300 non-AE Souvenirs]
Ryver 50 Ele� Blaster [1392 Badges]
Silandra 50 Peacebringer [1138 Badges] [No Redside Badges]
--{=====> Virtue ♀

 

Posted

Quote:
Originally Posted by ThatGuyThere View Post
I'm certain this would take more coding than is worth it...

...but it <is> an excellent idea.

So, /signed!
Well sadly even if this was a "one-line" code change it still might never happen just because it would take some Dev some amount of time to look into. I honestly don't think it'd be too hard to do (and I'm saying that as Software Engineer IRL) but even if it were trivial that's no guarantee the Devs would ever be able to get around to it.


Loth 50 Fire/Rad Controller [1392 Badges] [300 non-AE Souvenirs]
Ryver 50 Ele� Blaster [1392 Badges]
Silandra 50 Peacebringer [1138 Badges] [No Redside Badges]
--{=====> Virtue ♀

 

Posted

Yep, that'd work.

Wanted: Dialog if "Save across entire body" is selected to bring attention to it still BEING selected - as this would, I believe, swap it throughout otherwise.


 

Posted

Absolutely NOT.

Instead, make clicking the X between the two colors do the swapping.

Quote:
Originally Posted by Memphis_Bill View Post
Yep, that'd work.

Wanted: Dialog if "Save across entire body" is selected to bring attention to it still BEING selected - as this would, I believe, swap it throughout otherwise.

I believe the Swap option is meant to be per-piece.

So, if you Swap your Blue and White chest, it becomes White and Blue. Once you change your entire costume's colors from Blue and White to Blue and Yellow, the chest is still swapped from that scheme and is now Yellow and Blue.


What shall claim a Sky Kings' Ransom?

PPD & Resistance Epic Archetypes

 

Posted

Quote:
Originally Posted by SkarmoryThePG View Post

I believe the Swap option is meant to be per-piece.

So, if you Swap your Blue and White chest, it becomes White and Blue. Once you change your entire costume's colors from Blue and White to Blue and Yellow, the chest is still swapped from that scheme and is now Yellow and Blue.
Maybe not meant to be, but should be. I think this would be a better idea (although probably more work code wise, but while your in there right....) than having it apply across the entire costume.


 

Posted

/signed

I'm totally behind this idea, for all of the reasons previously listed.


@Winter. Because I'm Winter. Period.
I am a blaster first, and an alt-oholic second.

 

Posted

So very, very signed. I was working on a costume the other day, and I was trying to keep it three colors (generally a good idea), and so on each piece I was just constantly going back and forth between the same three colors... A swap button would've seriously helped there.


NPCs: A Single Method to Greatly Expand Bases

 

Posted

I have wished for exactly this! Make it so!


 

Posted

I don't like Swap, can you change it to Switch?
Otherwise, awesome proposal.


Rabbits & Hares:Blue (Mind/Emp Controller)Maroon (Rad/Thermal Corruptor)and one of each AT all at 50
MA Arcs: Apples of Contention - 3184; Zen & Relaxation - 35392; Tears of Leviathan - 121733 | All posts are rated "R" for "R-r-rrrrr, baby!"|Now, and this is very important... do you want a hug? COH Faces @Blue Rabbit

 

Posted

Honestly they could call it Switch, Flip, Reverse or heck call it the Bacon Button for all I care it's the functionality that I want.
Also I agree it would be nice that if you have say the chest emblem in reverse colors (B/W instead of W/B) that it should remain swapped if you change it to B/Y.

Not sure about putting a swap button between the color radio buttons... it might be too easy to hit accidentally when going from primary to secondary but it could be just to the right of the secondary color as in

(_) (_) (Swap)

to keep them closer together and more efficient while not splitting up like kind buttons.

Any other suggestions or ideas to improve upon it?



One --> Artz Giveaway <-- To Rule Them ALL!


I will settle this. ORANGE FTW! - Ex Libris

 

Posted

The way some of the pieces are currently structured (some head details come to mind) are inverted with what should be the primary color in the secondary slot. I think this would be a great feature to add next time they are updating the interface.

/signed


 

Posted

Code Analysis time!

Let's assume costume colors are in a variable. Because that would be logical and the only way I can think of keeping track of them.

[code]
Make a new temp variable (of type color) assign color 1 to it.
assign color 2 to color 1
assign colorTemp to color 2.
Add a nifty button. done.

PMing to pohsyb ... now.


 

Posted

Quote:
Originally Posted by Chaos Creator View Post
Code Analysis time!

Let's assume costume colors are in a variable. Because that would be logical and the only way I can think of keeping track of them.

[code]
Make a new temp variable (of type color) assign color 1 to it.
assign color 2 to color 1
assign colorTemp to color 2.
Add a nifty button. done.

PMing to pohsyb ... now.
Funnily enough it was Pohsyb that thought it was a great idea (but has done nothing with it since) when I first sent it to him.

Whipped up a new iteration of the swap button. I think it fits in better with the design and my thought would be to have it show the primary color in the top half and the secondary in the bottom and when you click the button the colors would invert. Even without the word swap the act of the colors flipping (while they also change on your outfit) I think would make it instantly clear what the button does to those unfamiliar with it. It's also closer to the color buttons this way so less mouse movement to get to it.



Which do you guys think is better?




One --> Artz Giveaway <-- To Rule Them ALL!


I will settle this. ORANGE FTW! - Ex Libris

 

Posted

I really want a swap mechanism too, some sets have the curious trait that primary color is background on one piece and detail on another, for instance.


 

Posted

I like your original swap button better CR

And totally and completely signed... I do this all this all the time so I feel your pain (literally)


 

Posted

+1. I've also been wanting and suggesting this for years.


 

Posted

I support this suggestion. Anything that makes costume editing less cumbersome is welcome, and this is just overall a good idea.


Quote:
Originally Posted by Arcanaville View Post
Samuel_Tow is the only poster that makes me want to punch him in the head more often when I'm agreeing with him than when I'm disagreeing with him.

 

Posted

An excellent and simple suggestion (Not necessarily "simple" coding-wise, I just mean... a small change that would give large QoL benefit).

My name is (not really) the Electric-Knight and I approve (really) of this suggestion.

Great idea! I like the first button better, visually speaking.
I don't care where it is on the screen, it'd be a handy option!

Thanks for suggesting it!


@Zethustra
"Now at midnight all the agents and the superhuman crew come out
and round up everyone that knows more than they do"
-Dylan

 

Posted

Quote:
Originally Posted by SenseiBlur View Post
I like your original swap button better CR

And totally and completely signed... I do this all this all the time so I feel your pain (literally)
What specifically about the first one do you like better?
The word "Swap" instead of showing the colors and their present state (i.e. which is the primary) or the placement of the button? Or having it on the other side of the bar?

I'm curious what people would make this more functional, for instance should it be right next to the colors for convenience or further away so it's not in the way?



One --> Artz Giveaway <-- To Rule Them ALL!


I will settle this. ORANGE FTW! - Ex Libris

 

Posted

Quote:
Originally Posted by ChristopherRobin View Post
What specifically about the first one do you like better?
The word "Swap" instead of showing the colors and their present state (i.e. which is the primary) or the placement of the button? Or having it on the other side of the bar?

I'm curious what people would make this more functional, for instance should it be right next to the colors for convenience or further away so it's not in the way?
Both. Having it right next to the colors makes it look unrefined, clunky, and very prone to causing just as much problems as it's trying to fix. With the swap button, it's very obvious what the button does, where the button is, and it looks like it's supposed to be there and not something added in as an afterthought.


 

Posted

Quote:
Originally Posted by SenseiBlur View Post
Both. Having it right next to the colors makes it look unrefined, clunky, and very prone to causing just as much problems as it's trying to fix.
Also, you don't need to click the circle to change between primary and secondary; clicking anywhere on the bar works. Adding a third circle right next to Pri/Sec would imply clicking the bar cycles between the three circles when in fact the extra circle is a button, not a color.

The swap button should not mimic the appearance of the Pri/Sec color selection circles.


http://www.fimfiction.net/story/36641/My-Little-Exalt