Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

GTAForums does NOT endorse or allow any kind of GTA Online modding, mod menus, tools or account selling/hacking. Do NOT post them here or advertise them, as per the forum rules.

Best paint selection


GODHATESME
 Share

Recommended Posts

Whatever you like, one is not better than the other. Metallic has the ability to change the pearlescent, classic doesn't have this. Metallic colors can bleed through to the second color (this t20 has a black secondary color with orange tint from the metallic orange) and classic doesn't have this.

Link to comment
Share on other sites

Custom Crew Colours, of course. You can also add Pearlescents to them.

 

Create your own crew and bookmark this: http://gtaforums.com/topic/843211-crew-colour-editor/

 

Also, have a look at these threads afterwards:

 

http://gtaforums.com/topic/782581-kustom-crew-color-requests/

http://gtaforums.com/topic/858245-kustom-crew-color-showroom/

 

If given a choice though, I generally prefer metallic, but it all depends on the car in question. However, I prefer to only use custom colours--it's an addiction and obsession.

Edited by -LN-
  • Like 3
Link to comment
Share on other sites

Whatever you like, one is not better than the other. Metallic has the ability to change the pearlescent, classic doesn't have this. Metallic colors can bleed through to the second color (this t20 has a black secondary color with orange tint from the metallic orange) and classic doesn't have this.

 

Actually you can set pearlescent paint on any of the colours by setting any paint, going into Metallics, backing out into the Plates and purchasing any of them, and going back into the pearlescent menu.

 

Furthermore, "classic" colours and "metallic" colours are actually the same, just that the latter are more shiny (not sure if that's a pearl effect applied to all of them).

 

 

 

enum VehicleColorsChrome

{

COLOR_CHROME = 120

};

enum VehicleColorsClassic

{

COLOR_CLASSIC_BLACK = 0,

COLOR_CLASSIC_GRAPHITE = 1,

COLOR_CLASSIC_BLACK_STEEL = 2,

COLOR_CLASSIC_DARK_STEEL = 3,

COLOR_CLASSIC_SILVER = 4,

COLOR_CLASSIC_BLUISH_SILVER = 5,

COLOR_CLASSIC_ROLLED_STEEL = 6,

COLOR_CLASSIC_SHADOW_SILVER = 7,

COLOR_CLASSIC_STONE_SILVER = 8,

COLOR_CLASSIC_MIDNIGHT_SILVER = 9,

COLOR_CLASSIC_CAST_IRON_SILVER = 10,

COLOR_CLASSIC_ANHRACITE_BLACK = 11,

COLOR_CLASSIC_RED = 27,

COLOR_CLASSIC_TORINO_RED = 28,

COLOR_CLASSIC_FORMULA_RED = 29,

COLOR_CLASSIC_BLAZE_RED = 30,

COLOR_CLASSIC_GRACE_RED = 31,

COLOR_CLASSIC_GARNET_RED = 32,

COLOR_CLASSIC_SUNSET_RED = 33,

COLOR_CLASSIC_CABERNET_RED = 34,

COLOR_CLASSIC_CANDY_RED = 35,

COLOR_CLASSIC_SUNRISE_ORANGE = 36,

COLOR_CLASSIC_GOLD = 37,

COLOR_CLASSIC_ORANGE = 38,

COLOR_CLASSIC_DARK_GREEN = 49,

COLOR_CLASSIC_RACING_GREEN = 50,

COLOR_CLASSIC_SEA_GREEN = 51,

COLOR_CLASSIC_OLIVE_GREEN = 52,

COLOR_CLASSIC_BRIGHT_GREEN = 53,

COLOR_CLASSIC_GASOLINE_GREEN = 54,

COLOR_CLASSIC_PALE_DARK_GREEN = 56,

COLOR_CLASSIC_MIDNIGHT_GREEN = 59,

COLOR_CLASSIC_METALLIC_DARK_BLUE = 60,

COLOR_CLASSIC_GALAXY_BLUE = 61,

COLOR_CLASSIC_DARK_BLUE = 62,

COLOR_CLASSIC_SAXON_BLUE = 63,

COLOR_CLASSIC_BLUE = 64,

COLOR_CLASSIC_MARINER_BLUE = 65,

COLOR_CLASSIC_HARBOR_BLUE = 66,

COLOR_CLASSIC_DIAMOND_BLUE = 67,

COLOR_CLASSIC_SURF_BLUE = 68,

COLOR_CLASSIC_NAUTICAL_BLUE = 69,

COLOR_CLASSIC_ULTRA_BLUE = 70,

COLOR_CLASSIC_SCHAFTER_PURPLE = 71,

COLOR_CLASSIC_SPINNAKER_PURPLE = 72,

COLOR_CLASSIC_RACING_BLUE = 73,

COLOR_CLASSIC_LIGHT_BLUE = 74,

COLOR_CLASSIC_SLATE_BLUE = 81,

COLOR_CLASSIC_BABY_BLUE = 87,

COLOR_CLASSIC_YELLOW = 88,

COLOR_CLASSIC_RACE_YELLOW = 89,

COLOR_CLASSIC_BRONZE = 90,

COLOR_CLASSIC_DEW_YELLOW = 91,

COLOR_CLASSIC_LIME_GREEN = 92,

COLOR_CLASSIC_CHAMPAGNE = 93,

COLOR_CLASSIC_FELTZER_BROWN = 94,

COLOR_CLASSIC_CREEEN_BROWN = 95,

COLOR_CLASSIC_CHOCOLATE_BROWN = 96,

COLOR_CLASSIC_MAPLE_BROWN = 97,

COLOR_CLASSIC_SADDLE_BROWN = 98,

COLOR_CLASSIC_STRAW_BROWN = 99,

COLOR_CLASSIC_MOSS_BROWN = 100,

COLOR_CLASSIC_BISON_BROWN = 101,

COLOR_CLASSIC_WOODBEECH_BROWN = 102,

COLOR_CLASSIC_BEECHWOOD_BROWN = 103,

COLOR_CLASSIC_SIENNA_BROWN = 104,

COLOR_CLASSIC_SANDY_BROWN = 105,

COLOR_CLASSIC_BLEACHED_BROWN = 106,

COLOR_CLASSIC_CREAM = 107,

COLOR_CLASSIC_ICE_WHITE = 111,

COLOR_CLASSIC_FROST_WHITE = 112,

COLOR_CLASSIC_DARK_BROWN = 115,

COLOR_CLASSIC_PEA_GREEN = 125,

COLOR_CLASSIC_POLICE_BLUE = 127,

COLOR_CLASSIC_PURE_WHITE = 134,

COLOR_CLASSIC_HOT_PINK = 135,

COLOR_CLASSIC_SALMON_PINK = 136,

COLOR_CLASSIC_PFSITER_PINK = 137,

COLOR_CLASSIC_BRIGHT_ORANGE = 138,

COLOR_CLASSIC_GREEN = 139,

COLOR_CLASSIC_FLOURESCENT_BLUE = 140,

COLOR_CLASSIC_MIDNIGHT_BLUE = 141,

COLOR_CLASSIC_MIDNIGHT_PURPLE = 142,

COLOR_CLASSIC_WINE_RED = 143,

COLOR_CLASSIC_HUNTER_GREEN = 144,

COLOR_CLASSIC_BRIGHT_PURPLE = 145,

COLOR_CLASSIC_MIDNIGHT_GALAXY_BLUE = 146,

COLOR_CLASSIC_CARBON_BLACK = 147,

COLOR_CLASSIC_LAVA_RED = 150,

COLOR_CLASSIC_EPSILON_BLUE = 157

};

enum VehicleColorsWorn

{

COLOR_WORN_BLACK = 21,

COLOR_WORN_GRAPHITE = 22,

COLOR_WORN_SILVER_GREY = 23,

COLOR_WORN_SILVER = 24,

COLOR_WORN_BLUE_SILVER = 25,

COLOR_WORN_SHADOW_SILVER = 26,

COLOR_WORN_RED = 46,

COLOR_WORN_GOLDEN_RED = 47,

COLOR_WORN_DARK_RED = 48,

COLOR_WORN_GREEN = 57,

COLOR_WORN_SEA_WASH = 58,

COLOR_WORN_DARK_BLUE = 85,

COLOR_WORN_BLUE = 86,

COLOR_WORN_HONEY_BEIGE = 113,

COLOR_WORN_BROWN = 114,

COLOR_WORN_STRAW_BEIGE = 116,

COLOR_WORN_OFF_WHITE = 121,

COLOR_WORN_ORANGE = 123,

COLOR_WORN_LIGHT_ORANGE = 124,

COLOR_WORN_TAXI_YELLOW = 126,

COLOR_WORN_PALE_ORANGE = 130,

COLOR_WORN_WHITE = 132,

COLOR_WORN_ARMY_OLIVE_GREEN = 133

};

enum VehicleColorsUtil

{

COLOR_UTIL_BLACK = 15,

COLOR_UTIL_BLACK_POLY = 16,

COLOR_UTIL_DARK_SILVER = 17,

COLOR_UTIL_GUN_METAL = 19,

COLOR_UTIL_SHADOW_SILVER = 20,

COLOR_UTIL_RED = 43,

COLOR_UTIL_BRIGHT_RED = 44,

COLOR_UTIL_GARNET_RED = 45,

COLOR_UTIL_MIDNIGHT_BLUE = 75,

COLOR_UTIL_BLUE = 76,

COLOR_UTIL_SEA_FOAM_BLUE = 77,

COLOR_UTIL_LIGHTNING_BLUE = 78,

COLOR_UTIL_MAUI_BLUE_POLY = 79,

COLOR_UTIL_BRIGHT_BLUE = 80,

COLOR_UTIL_BROWN = 108,

COLOR_UTIL_MEDIUM_BROWN = 109,

COLOR_UTIL_LIGHT_BROWN = 110,

COLOR_UTIL_OFF_WHITE = 122

};

enum VehicleColorsMatte

{

COLOR_MATTE_BLACK = 12,

COLOR_MATTE_GRAY = 13,

COLOR_MATTE_LIGHT_GRAY = 14,

COLOR_MATTE_RED = 39,

COLOR_MATTE_DARK_RED = 40,

COLOR_MATTE_ORANGE = 41,

COLOR_MATTE_YELLOW = 42,

COLOR_MATTE_LIME_GREEN = 55,

COLOR_MATTE_DARK_BLUE = 82,

COLOR_MATTE_BLUE = 83,

COLOR_MATTE_MIDNIGHT_BLUE = 84,

COLOR_MATTE_GREEN = 128,

COLOR_MATTE_BROWN = 129,

COLOR_MATTE_ICE_WHITE = 131,

COLOR_MATTE_SCHAFTER_PURPLE = 148,

COLOR_MATTE_MIDNIGHT_PURPLE = 149,

COLOR_MATTE_FOREST_GREEN = 151,

COLOR_MATTE_OLIVE_DRAB = 152,

COLOR_MATTE_DARK_EARTH = 153,

COLOR_MATTE_DESERT_TAN = 154,

COLOR_MATTE_FOLIAGE_GREEN = 155

};

enum VehicleColorsMetals

{

COLOR_METALS_PEARLESCENT_STEEL = 18,

COLOR_METALS_BRUSHED_STEEL = 117,

COLOR_METALS_BRUSHED_BLACK_STEEL = 118,

COLOR_METALS_BRUSHED_ALUMINUM = 119,

COLOR_METALS_DEFAULT_ALLOY = 156,

COLOR_METALS_PURE_GOLD = 158,

COLOR_METALS_BRUSHED_GOLD = 159,

COLOR_METALS_PEARLESCENT_GOLD = 160

};

 

 

Edited by Gaffa
Link to comment
Share on other sites

There is no right or wrong but if I want a classic look I just choose a metallic color and give it black pearl, I find some of the classic paint jobs look like they have a light pearl or somehow affect the secondary paint.

  • Like 1
Link to comment
Share on other sites

CaptainMarvel

Custom Crew Colours, of course. You can also add Pearlescents to them.

 

Create your own crew and bookmark this: http://gtaforums.com/topic/843211-crew-colour-editor/

 

Also, have a look at these threads afterwards:

 

http://gtaforums.com/topic/782581-kustom-crew-color-requests/

http://gtaforums.com/topic/858245-kustom-crew-color-showroom/

 

If given a choice though, I generally prefer metallic, but it all depends on the car in question. However, I prefer to only use custom colours--it's an addiction and obsession.

Zanthera and the others in his thread are the true diamonds of the forum. They actually provide something of great use and positivity but don't seek glory or attention like the negative thread baiters. The Cadillac Diamond crew color I found in the mega thread will always be used/appreciated.

Link to comment
Share on other sites

 

Furthermore, "classic" colours and "metallic" colours are actually the same, just that the latter are more shiny (not sure if that's a pearl effect applied to all of them).

 

 

I'm pretty sure classic colors just have the pearl layer set to black. They are otherwise identical. Metallics come with a baked-in pearl coat, but you can select a custom pearl color at additional cost. If you select black as the pearl color, it will effectively be a costly way obtain the equivalent classic color.

Link to comment
Share on other sites

 

 

Furthermore, "classic" colours and "metallic" colours are actually the same, just that the latter are more shiny (not sure if that's a pearl effect applied to all of them).

 

 

I'm pretty sure classic colors just have the pearl layer set to black. They are otherwise identical. Metallics come with a baked-in pearl coat, but you can select a custom pearl color at additional cost. If you select black as the pearl color, it will effectively be a costly way obtain the equivalent classic color.

 

 

Aye that's more than likely it - I just didn't know whether there was some other game mechanic (like what?) causing the shine.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.