 | Changing group color in stepmania |  |
10-04-2007, 01:32 AM
|
#1 | | g//ay for k//eternal
hydrar is offline
Join Date: Jun 2006 Posts: 341
Marketplace Rating: 0
Tokens: 109.40
Bank: 1,956.14
Total Tokens: 2,065.54 Donate Tokens | Changing group color in stepmania hey is it possible to change a group of songs color. like the color display on the music select? if so how?
__________________
AWW yeaa | |
| |  | I think...... |  |
10-04-2007, 08:10 AM
|
#2 | | Remember to tip your Themer!
andrewseburn is offline
Join Date: Jul 2007 Location: Ontario Posts: 159
Marketplace Rating: 0
Tokens: 220.00
Bank: 98,249.41
Total Tokens: 98,469.41 Donate Tokens | I think...... I think it's in your theme's Metrics.ini file:
[SongManager]
NumGroupColors=13
GroupColor1=0,1,1,1
GroupColor2=0.2,0.8,1,1
GroupColor3=0.5,0.6,1,1
GroupColor4=1,0,0.7,1
GroupColor5=0,1,0.5,1
GroupColor6=0.6,0.6,1,1
GroupColor7=1,0,1,1
GroupColor8=0,0.8,1,1
GroupColor9=0.9,0.8,0,1
GroupColor10=0,1,0,1
GroupColor11=0.7,0,1,1
GroupColor12=0.4,1,0,1
GroupColor13=0.9,0.7,0.2,1
ExtraColor=1.0,0.0,0.0,1.0
ExtraColorMeter=10
-----------------
Back up your metrics.ini file then change it, and see if that works. (I say back it up, because I'm not positive on this.)
-----------
By the way, you could probably ask this in the THEME DISCUSSION threads.
__________________ CURRENT SELF-PROCLAIMED SKILL LEVEL:
Rookie (can achieve an A on most 2-step songs)
Amateur (can achieve an A on most 5-step songs) Pro (can achieve an A on most 8-step songs)
All-Star (can achieve an A on most 11-step songs)
Last edited by andrewseburn : 10-04-2007 at 01:15 PM.
| |
| |  |  | |  |
10-04-2007, 12:30 PM
|
#3 | | //bemanistyle::[Regular]
ZanasoBayncuh is offline
Join Date: Aug 2006 Posts: 531
Marketplace Rating: 0
Tokens: 172.00
Bank: 118,645.32
Total Tokens: 118,817.32 Donate Tokens | Quote:
Originally Posted by andrewseburn I think it's in your theme's Metrics.ini file:
[SongManager]
NumGroupColors=13
GroupColor1=0,1,1,1
GroupColor2=0.2,0.8,1,1
GroupColor3=0.5,0.6,1,1
GroupColor4=1,0,0.7,1
GroupColor5=0,1,0.5,1
GroupColor6=0.6,0.6,1,1
GroupColor7=1,0,1,1
GroupColor8=0,0.8,1,1
GroupColor9=0.9,0.8,0,1
GroupColor10=0,1,0,1
GroupColor11=0.7,0,1,1
GroupColor12=0.4,1,0,1
GroupColor13=0.9,0.7,0.2,1
ExtraColor=1.0,0.0,0.0,1.0
ExtraColorMeter=10
-----------------
Back up your metrics.ini file then change it, and see if that works. (I say back it up, because I'm not positive on this.)
-----------
By the way, you should probably have asked this in the THEME DISCUSSION threads. | Welcome to things I explained in this thread.
Also, since this person did not know that this was a question partaining to the theme, there's no reason to be critical over where it is posted, I'd think. This is appropriate enough. | |
| |  |
10-10-2007, 08:48 AM
|
#4 | | //bemanistyle::[Regular]
cusicat is offline
Join Date: Jul 2006 Location: Lungsod ng Makati, Pilipinas Posts: 689
Marketplace Rating: 0
Tokens: 5,324.47
Bank: 0.00
Total Tokens: 5,324.47 Donate Tokens | What are the colors available for stepmania? | |
| |
10-10-2007, 10:43 AM
|
#5 | | g//ay for k//eternal
Wan is offline
Join Date: Jun 2006 Location: Santiago, Chile Posts: 712
Marketplace Rating: 0
Tokens: 725.61
Bank: 617,360.76
Total Tokens: 618,086.37 Donate Tokens | Whatever you can imagine/create.
Let's use an example: That means:
0% red
100% green
100% blue
100% opacity
This color: ██████
_____________________________________________
You can create your own color, for example: GroupColorX=0.123,0.456,0.789,1 = ██████
Last edited by Wan : 10-10-2007 at 10:54 AM.
| |
| |
10-10-2007, 02:50 PM
|
#6 | | .: Trance Music :.
Ętheros is offline
Join Date: Oct 2006 Location: I don'te exist, therefore i cannot be found in any actual location, thus nullifying this question. Posts: 526
Marketplace Rating: 0
Tokens: 12,450.04
Bank: 32,499.33
Total Tokens: 44,949.37 Donate Tokens | So basically any color ever. what format is this BTW? I know Hexidecimal doesn't use transparency.
__________________ Quote:
Originally Posted by Tau fffff
True to its name, it does sound like someone hitting a piano really fucking hard. | Quote:
Originally Posted by Lukeyboysonic [*]Any incorrect spellings i will automatically change it for you without noticing. This is because people might not understand your posts due to bad spelling and grammar. Please check carefully before you post it. | | |
| |
10-10-2007, 03:07 PM
|
#7 | | STANLEY FUBAR
dieKatze88 is offline
Join Date: Jan 2005 Location: New Jersey Posts: 2,004
Marketplace Rating: 3
Tokens: 0.00
Bank: 15,833,203.76
Total Tokens: 15,833,203.76 Donate Tokens | Quote:
Originally Posted by diggit_6 So basically any color ever. what format is this BTW? I know Hexidecimal doesn't use transparency. | its RGBA
Red, Green, Blue, Alpha
diffuse, R, G, B, A;
If you want a half transparent green block:
diffuse, 0, 1, 0, 0.5;
etc...
__________________
Excel has no secret mod powers.
| |
| |  | |  |
10-10-2007, 03:07 PM
|
#8 | | Remember to tip your Themer!
andrewseburn is offline
Join Date: Jul 2007 Location: Ontario Posts: 159
Marketplace Rating: 0
Tokens: 220.00
Bank: 98,249.41
Total Tokens: 98,469.41 Donate Tokens | Actually, I think you CAN use HEX #RGB instead of the 1.1.1.1 method there. (Don't know if it'll work here, just know it works on several properties in the metrics file)
Anyways, Not sure what you call it, but it essentially seems to work in Percentage.
For each Value:
0 is 0%
1 is 100%
If you have a hex Colour such as #99DDFF (RRGGBB)
You can convert it to decimal to figure out what it would be with the stepmania notation.
Using windows calculator, I can convert these by choosing "Hex", punching in the number, then flipping the calculator to "Dec":
99 for example is = to 153
DD = 221
FF = 255
Since 1 represents 100% of the colour, we can just divide each of these by the full colour amount of 255 to get our percentages of colour.
99 - 153 divided by 255 = 0.6
DD - 221 divided by 255 = 0.867 (rounded off)
FF - 255 divided by 255 = 1
Final product is: 0.6,0.867,1,1 (< I'm using full opacity here)
__________________ CURRENT SELF-PROCLAIMED SKILL LEVEL:
Rookie (can achieve an A on most 2-step songs)
Amateur (can achieve an A on most 5-step songs) Pro (can achieve an A on most 8-step songs)
All-Star (can achieve an A on most 11-step songs)
| |
| |  |
10-10-2007, 06:48 PM
|
#9 | | also known as TOSE
AJ 187 is online now Join Date: Jun 2006 Location: Chicago Posts: 664
Marketplace Rating: 0
Tokens: 126.83
Bank: 311,804,381.81
Total Tokens: 311,804,508.64 Donate Tokens | | |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | All times are GMT -6. The time now is 02:41 PM. | | |