Quote:
Originally Posted by Junior G-Man Is there anyway to change the orders that folders appear on series sort (Ex: having them appear DDR 1st-DDR SuperNOVA then Beatmania, IIDX, BM III etc etc), and is there a way to change the color of the folders themselves (like how DDREX has it, Green for DDREX songs, Blue for 1st-Max 2 and so on)? |
Hurray I can acculey help with this one.
OK HERE IT GO'S
First you Need to Count how many folders you have in your Songs Folder and put them in alphabetical order (This will help with the colors later)
Then you Need to go to the metrics folder (Stepmania/themes/Defualt/metrics) if you do it in Defualt it changes for the any other theme you might have (with a few exseptions).
Then you need to find the text that controls the colors it looks like this
[SongManager]
NumGroupColors=28
GroupColor1=0.0,0.4,0.8,1 // sky blue
GroupColor2=0.0,0.4,0.8,1 // sky blue
GroupColor3=0.0,0.4,0.8,1 // sky blue
GroupColor4=0.0,0.4,0.8,1 // sky blue
GroupColor5=0.0,0.4,0.8,1 // sky blue
GroupColor6=1,0.1,0.1,1 // light red
GroupColor7=1,0.1,0.1,1 // light red
GroupColor8=0.1,0.7,0.3,1 // green
GroupColor9=0.2,0.6,1.0,1 // blue
GroupColor10=1,1,1,0.8 // white
GroupColor11=0,1,0,0.8 // green
GroupColor12=1,0.1,0.1,1 // light red
GroupColor13=0.8,0.6,0.0,1 // orange
GroupColor14=1.0,0.0,0.0,1.0 // red
GroupColor15=1.0,0.0,0.0,1.0 // red
GroupColor16=0.9,0.9,0,1 // yellow
GroupColor17=0.9,0.9,0,1 // yellow
GroupColor18=0.9,0.9,0,1 // yellow
GroupColor19=0.9,0.9,0,1 // yellow
GroupColor20=1.0,0.0,0.0,1.0 // red
GroupColor21=0.0,0.4,0.8,1 // sky blue
GroupColor22=1.0,0.0,0.0,1.0 // red
GroupColor23=0.8,0.8,0.8,0.8 // gray
GroupColor24=0.75,0.75,0,1 // yellow
GroupColor25=0.2,1,0.2,1 // light green
GroupColor26=0.0,0.9,1,1 // light blue
GroupColor27=0.1,0.7,0.3,1 // green
GroupColor28=0.1,0,0.2,0.9 // Black
BeginnerColor=0.0,0.9,1,1 // light blue
EasyColor=0.9,0.9,0,1 // yellow
MediumColor=1,0.1,0.1,1 // light red
HardColor=0.2,1,0.2,1 // light green
ChallengeColor=0.2,0.6,1.0,1 // blue
EditColor=0.8,0.8,0.8,1 // gray
ExtraColor=1.0,0.0,0.0,1.0 // red
ExtraColorMeter=10
the only Difference between yours and mine is i have 28 folders and so i use 28 colors. yours will have about 7. The only thing you need to worry about is the text that says GroupColor next to it.
NOW HERE COME THE TRICKY PART
first i would put the number of folders you have at the top (where is says NumGroupColors). you already have colors to work with here but ill tell you how to custom your colors to (I use white for really good folders) the numbers after the equals sign are what controls the colors and 1.0 is = to 100% of that color (so if you divide 1 by 90 you get 0.9 and that 90% of of that color) the numbers are seperated by ,s
the first number is Red shade.
the 2nd number is Green shade.
the 3rd number is blue shade.
and the 4th number controls how bright or dark the colors are.
Make sure you only have as many colors as you do folders or its gonna scrue you up.
i really hope this helps you out in anyway about colors and if you have any more questions go ahead and PM me here.
P.S. the colors that i use are up there and if you want to use them all you have to do is copy and paste a line and change the number after GroupColor to be in order with the rest of your colors. ohh and you can use the same color as many times as you want. for example
My DDR 1st-5th mixs are all sky blue
both my MAX and MAX2 are light red
all my ultramixs are yellow and so on so forth
ohh and at the bottom (if you care) you can change the colors of the little feet that tell you how hard the song is lol
GOOD LUCK