Skip to content

Commit 42cbc16

Browse files
authored
Revamp in-game colors (#831)
1 parent 500cad9 commit 42cbc16

File tree

5 files changed

+63
-36
lines changed

5 files changed

+63
-36
lines changed

game-assets/cncnet.pack/rulesmd.ini

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3648,12 +3648,15 @@ Yellow=38,159,255 ; Pastel yellow
36483648
Purple2=211,201,189
36493649
Purple3=191,201,189
36503650

3651-
; New MP colors
3652-
Crimson=240,225,190 ; Crimson
3653-
Brown=21,171,101 ; Brown
3654-
NewMagenta=215,230,250 ; Magenta
3651+
; New MP Colors
3652+
Camel=25,80,200 ; Khaki
3653+
Crimson=235,250,180 ; Crimson
36553654
Teal=125,255,130 ; Teal
36563655
Pistachio=57,220,230 ; Pistachio
3656+
Brown=18,210,140 ; Brown
3657+
Mint=100,100,255 ; Bright Mint
3658+
NewMagenta=215,230,250 ; Magenta
3659+
Periwinkle=185,110,230 ; Lavender
36573660

36583661
;gs note to coders, these entries are all doubled, so ColorSchemes[5] is White, not 2.
36593662

game-assets/cncnet.pack/uimd.ini

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Observer.DisplayColor=96,96,96
2828
Observer.ColorScheme=LightGrey
2929

3030
Slot1.DisplayColor=222,227,8
31-
Slot1.ColorScheme=Yellow
31+
Slot1.ColorScheme=Gold
3232

3333
Slot2.DisplayColor=255,0,0
3434
Slot2.ColorScheme=DarkRed
@@ -51,17 +51,26 @@ Slot7.ColorScheme=Purple
5151
Slot8.DisplayColor=255,156,239
5252
Slot8.ColorScheme=Magenta
5353

54-
Slot9.DisplayColor=190,22,85
55-
Slot9.ColorScheme=Crimson
54+
Slot9.DisplayColor=200,170,140
55+
Slot9.ColorScheme=Camel
5656

57-
Slot10.DisplayColor=101,67,33
58-
Slot10.ColorScheme=Brown
57+
Slot10.DisplayColor=180,10,90
58+
Slot10.ColorScheme=Crimson
5959

60-
Slot11.DisplayColor=250,25,250
61-
Slot11.ColorScheme=NewMagenta
60+
Slot11.DisplayColor=0,128,128
61+
Slot11.ColorScheme=Teal
6262

63-
Slot12.DisplayColor=0,128,128
64-
Slot12.ColorScheme=Teal
63+
Slot12.DisplayColor=180,250,40
64+
Slot12.ColorScheme=Pistachio
6565

66-
Slot13.DisplayColor=180,250,40
67-
Slot13.ColorScheme=Pistachio
66+
Slot13.DisplayColor=150,85,30
67+
Slot13.ColorScheme=Brown
68+
69+
Slot14.DisplayColor=180,255,220
70+
Slot14.ColorScheme=Mint
71+
72+
Slot15.DisplayColor=250,25,250
73+
Slot15.ColorScheme=NewMagenta
74+
75+
Slot16.DisplayColor=190,160,255
76+
Slot16.ColorScheme=Periwinkle

game-assets/ra2mode.pack/rulesmd.ini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3247,11 +3247,14 @@ NeonGreen=0,0,0 ; Black
32473247
Yellow=38,159,255 ; Pastel yellow
32483248

32493249
; New MP Colors
3250-
Crimson=240,225,190 ; Crimson
3251-
Brown=21,171,101 ; Brown
3252-
NewMagenta=215,230,250 ; Magenta
3253-
Teal=125,255,130 ; Teal
3254-
Pistachio=57,220,230 ; Pistachio
3250+
Camel=25,80,200 ; Khaki
3251+
Crimson=235,250,180 ; Crimson
3252+
Teal=125,255,130 ; Teal
3253+
Pistachio=57,220,230 ; Pistachio
3254+
Brown=18,210,140 ; Brown
3255+
Mint=100,100,255 ; Bright Mint
3256+
NewMagenta=215,230,250 ; Magenta
3257+
Periwinkle=185,110,230 ; Lavender
32553258

32563259
; PCG; 09/10/2K; Added these to de-link the load screen text colors
32573260
; from random artist fiddling.

game-assets/ra2mode.pack/uimd.ini

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Observer.DisplayColor=96,96,96
2828
Observer.ColorScheme=LightGrey
2929

3030
Slot1.DisplayColor=222,227,8
31-
Slot1.ColorScheme=Yellow
31+
Slot1.ColorScheme=Gold
3232

3333
Slot2.DisplayColor=255,0,0
3434
Slot2.ColorScheme=DarkRed
@@ -51,17 +51,26 @@ Slot7.ColorScheme=Purple
5151
Slot8.DisplayColor=255,156,239
5252
Slot8.ColorScheme=Magenta
5353

54-
Slot9.DisplayColor=190,22,85
55-
Slot9.ColorScheme=Crimson
54+
Slot9.DisplayColor=200,170,140
55+
Slot9.ColorScheme=Camel
5656

57-
Slot10.DisplayColor=101,67,33
58-
Slot10.ColorScheme=Brown
57+
Slot10.DisplayColor=180,10,90
58+
Slot10.ColorScheme=Crimson
5959

60-
Slot11.DisplayColor=250,25,250
61-
Slot11.ColorScheme=NewMagenta
60+
Slot11.DisplayColor=0,128,128
61+
Slot11.ColorScheme=Teal
6262

63-
Slot12.DisplayColor=0,128,128
64-
Slot12.ColorScheme=Teal
63+
Slot12.DisplayColor=180,250,40
64+
Slot12.ColorScheme=Pistachio
6565

66-
Slot13.DisplayColor=180,250,40
67-
Slot13.ColorScheme=Pistachio
66+
Slot13.DisplayColor=150,85,30
67+
Slot13.ColorScheme=Brown
68+
69+
Slot14.DisplayColor=180,255,220
70+
Slot14.ColorScheme=Mint
71+
72+
Slot15.DisplayColor=250,25,250
73+
Slot15.ColorScheme=NewMagenta
74+
75+
Slot16.DisplayColor=190,160,255
76+
Slot16.ColorScheme=Periwinkle

package/Resources/GameOptions.ini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ Orange=255,165,24,4
2626
Cyan=49,214,231,5
2727
Purple=148,41,189,6
2828
Pink=255,156,239,7
29-
Crimson=190,22,85,8
30-
Brown=101,67,33,9
31-
Magenta=250,25,250,10
32-
Teal=0,128,128,11
33-
Pistachio=180,250,40,12
29+
Khaki=200,170,140,8
30+
Crimson=180,10,90,9
31+
Teal=0,128,128,10
32+
Pistachio=180,250,40,11
33+
Brown=150,85,30,12
34+
Mint=180,255,220,13
35+
Magenta=250,25,250,14
36+
Lavender=190,160,255,15
3437

3538
; Keys that are ALWAYS written to spawn.ini when the game starts.
3639
; These can be overriden by gamemode-specific code.

0 commit comments

Comments
 (0)