the mod is amazing, however I have a little bug with respect to the tires. Both soft and hard tires have a red stripe and wet tires are a light blue color, not corresponding to the original blue tone. do you know how to fix this problem? (I use the skyfall mod)
Those are modifications that I made to the colors, the red color in both is because that is how skyfall put it if I think I'm not wrong, but you can fix it yourself without problems, what you have to look for, well I'm going to send you a txt with colors with the code that is used, so that you can configure the colors to your preference, I try to put the phosphorescent colors
in this file: render_materials.xml inside the car folder Everything you ask me is modified, at the end there are the different colors for each tire. And this is the file with the color options that I had to make them look a little more striking to my liking, but you can change it to your liking without problem bro.
It's in Spanish because I speak Spanish, hehehe, greetings
________________________________ COlors
Rojo #ff0303 #e10221
Azul #0028ff #0076f4
Verde #00ff28 #1eff05 #74f400
Amarillo #c2ff05 #ffff00 #f4f500
naranja #f37600 #ff9800
Tipos de neumáticos 2013 F1
Verde: neumático F1 de compuesto húmedo intermedio.
Azul: neumático F1 de compuesto húmedo completo.
Rojo: neumático F1 de compuesto súper blando.
Amarillo: neumático compuesto suave F1.
Blanco: neumático F1 de compuesto medio.
Naranja: neumático F1 de compuesto duro (el color de 2012 fue plateado)
MalvaRosa------
HEX
#f80597
RGB
248, 5, 151
HSL
324, 98%, 50%
UIColor(red: 0.97, green: 0.02, blue: 0.59, alpha: 1.00)
[UIColor colorWithRed: 0.97 green: 0.02 blue: 0.59 alpha: 1.00];
Rojo------
HEX
#fd0303
RGB
253, 3, 3
HSL
0, 99%, 50%
UIColor(red: 0.99, green: 0.01, blue: 0.01, alpha: 1.00)
[UIColor colorWithRed: 0.99 green: 0.01 blue: 0.01 alpha: 1.00];
Verde-----
HEX
#37fd03
RGB
55, 253, 3
HSL
107, 99%, 50%
UIColor(red: 0.22, green: 0.99, blue: 0.01, alpha: 1.00)
[UIColor colorWithRed: 0.22 green: 0.99 blue: 0.01 alpha: 1.00];
HEX
#09f805
RGB
9, 248, 5
HSL
119, 98%, 50%
UIColor(red: 0.04, green: 0.97, blue: 0.02, alpha: 1.00)
[UIColor colorWithRed: 0.04 green: 0.97 blue: 0.02 alpha: 1.00];
HEX
#7CF106
Swift
UIColor(red: 0.49, green: 0.95, blue: 0.02, alpha: 1.00)
Objective-C
[UIColor colorWithRed: 0.49 green: 0.95 blue: 0.02 alpha: 1.00];
HEX
#D6F201
Swift
UIColor(red: 0.84, green: 0.95, blue: 0.00, alpha: 1.00)
Objective-C
[UIColor colorWithRed: 0.84 green: 0.95 blue: 0.00 alpha: 1.00];
Azul------
HEX
#0429f3
RGB
4, 41, 243
HSL
231, 99%, 48%
UIColor(red: 0.02, green: 0.16, blue: 0.95, alpha: 1.00)
[UIColor colorWithRed: 0.02 green: 0.16 blue: 0.95 alpha: 1.00];
Azul CYAN
HEX
#2EFEF7
UIColor(red: 0.18, green: 1.00, blue: 0.97, alpha: 1.00)
[UIColor colorWithRed: 0.18 green: 1.00 blue: 0.97 alpha: 1.00];
AZUL
HEX
#0552f8
Swift
UIColor(red: 0.02, green: 0.32, blue: 0.97, alpha: 1.00)
Objective-C
[UIColor colorWithRed: 0.02 green: 0.32 blue: 0.97 alpha: 1.00];
Amarillo------
HEX
#f8f405
RGB
248, 244, 5
HSL
59, 98%, 50%
UIColor(red: 0.97, green: 0.96, blue: 0.02, alpha: 1.00)
[UIColor colorWithRed: 0.97 green: 0.96 blue: 0.02 alpha: 1.00];
Naranja------
HEX
#fb5604
UIColor(red: 0.98, green: 0.34, blue: 0.02, alpha: 1.00)
[UIColor colorWithRed: 0.98 green: 0.34 blue: 0.02 alpha: 1.00];
HEX
#ff2301
UIColor(red: 1.00, green: 0.14, blue: 0.00, alpha: 1.00)
[UIColor colorWithRed: 1.00 green: 0.14 blue: 0.00 alpha: 1.00];
HEX
#FA4103
Swift
UIColor(red: 0.98, green: 0.25, blue: 0.01, alpha: 1.00)
Objective-C
[UIColor colorWithRed: 0.98 green: 0.25 blue: 0.01 alpha: 1.00];
Blanco------
HEX
#fefefe
RGB
254, 254, 254
HSL
324, 0%, 100%
UIColor(red: 1.00, green: 1.00, blue: 1.00, alpha: 1.00)
[UIColor colorWithRed: 1.00 green: 1.00 blue: 1.00 alpha: 1.00];
Violeta
HEX
#9F03FA
Swift
UIColor(red: 0.62, green: 0.01, blue: 0.98, alpha: 1.00)
Objective-C
[UIColor colorWithRed: 0.62 green: 0.01 blue: 0.98 alpha: 1.00];