[How-To] Get the Chameleon paints

Hello, I don’t know how to help you sadly, I only work with GTA base cars.
Wdym by store ? Like your script won’t save them ? Or they won’t show on the car ?

Hello, you’ll have to figure it out by yourself because I don’t know how your LSCustoms script works, sorry. :confused:

Its esx_lscustoms, esx legacy 1.8.5 if that helps, if not ill figure it out.

You’ll have to add them to the GetColors function in the config file:

The easiest would be to just add them to the Chrome category, but you could add a new category, but I havent looked much at how to do that, could be just by adding a new line to Config.Colors.

You can fin all the indexes here:

And labels here:

2 Likes

Thank you

1 Like

Hey @AvaN0x :slight_smile:

WildBrick142 has just recently updated the release, this may conflict with your tutorial, I am not 100% sure but think you should look into it so we can further assist people :slight_smile:

—CHANGES (2.0)—

-Added gradient textures for all 62 Rockstar chameleon colors. I tried my best to get them as close as possible to the real deal. Some might be quite off, definitely expect some jank, but at the very least you won’t have to scroll through a ton of black paints anymore. Since those are NOT direct unmodified rips from console files, the full “credits stuff” disclaimer still fully applies.
-Added 4 new paints: Anodized Electric , HSW Badge , Emeralds , Fubuki Castle.
-Remastered all previous paints. Some for better or for worse, you will be your own judge.
-NOTE: Rockstar paints take priority, so my custom paints now start from ID 223.

How do I use this on los santos on my server? do i need to be in the correct build and activate colors in my los santos menu?

1 Like

You can follow the tutorial to add the colors to FiveM, and to add the colors to your menu:

it was not working but from day to day to work. even with the testcolor command that they made available up there. know if anything?

7 Likes

Nobody knows what menu or script or framework you’re using, you haven’t given any context and therefore we’re all clueless.

1 Like

None of this even works. I am using the 2699 build and made sure to stream the chameleon camo but it’s not working. even downloaded that fork of vmenu. Please explain better

1 Like

Please take a moment to scroll to the top of the forum and follow the instructions provided; it does indeed work, and everything has been explained in detail.

Hello, it does work, multiple people used and made it work before you.
I heard that there was a V2 update adding more custom colors on gta mods that I haven’t supported yet. You should still be able to adapt all the informations for the V2, or use the V1 for the time being.


It does work

3 Likes

did you figure out how to get it to work for qb-customs? i have them in the list just now showing

1 Like

Update of the topic

The topic as been updated to add the informations about the V2 :slight_smile:

1 Like

Updated :slight_smile:

1 Like

Thanks for the tut, currently testing adding them all into a resource usable on QB so once I have that good i’ll see where to put that for easier use :slight_smile:

2 Likes

Just checked this tutorial. I can say, the results are perfect!

I also made a new section in vMenu that works with Secondaries, also (because why not).

Thank you so much!

1 Like

Thank for this! I was able to merge this into esx Ls Customs for those looking to do the same, just add a stream folder into esx_lscustoms and fxmanifest along the meta files then this into the Config.lua

elseif color == 'chameleon' then
		colors = {
			{ index = 223, label = _U('anodizedMonochrome')},
			{ index = 224, label = _U('daynightflip')},
			{ index = 225, label = _U('verliererflip')},
			{ index = 226, label = _U('anodizedsprunk')},
			{ index = 227, label = _U('vicecityflip')},
			{ index = 228, label = _U('synthwavepearl')},
			{ index = 229, label = _U('seasonsflip')},
			{ index = 230, label = _U('tbogtpearl')},
			{ index = 231, label = _U('bubblegumpearl')},
			{ index = 232, label = _U('rainbowprismatic')},
			{ index = 233, label = _U('sunsetflip')},
			{ index = 234, label = _U('visionsprismatic')},
			{ index = 235, label = _U('mazioraprismatic')},
			{ index = 236, label = _U('3dglassesflip')},
			{ index = 237, label = _U('chirstmasflip')},
			{ index = 238, label = _U('temperatureprismatic')},
			{ index = 239, label = _U('239hswflip')},
			{ index = 240, label = _U('anodizedelectro')},
			{ index = 241, label = _U('monikaprismatic')},
			{ index = 242, label = _U('anodizedfubuki')}

		}

and this into your locales of your choosing

 --chameleon
  ['chameleon'] = 'Chameleon',
  ['anodizedMonochrome'] = 'Anodized Monochrome',
  ['daynightflip'] = 'Day Night Flip',
  ['verliererflip'] = 'Verlierer Flip',
  ['anodizedsprunk'] = 'Anodized Sprunk',
  ['vicecityflip'] = 'Vice City Flip',
  ['synthwavepearl'] = 'Synthwave Pearl',
  ['seasonsflip'] = 'Seasons Flip',
  ['tbogtpearl'] = 'TBOGT Pearl',
  ['bubblegumpearl'] = 'Bubblegum Pearl',
  ['rainbowprismatic'] = 'Rainbow Prismatic',
  ['sunsetflip'] = 'Sunset Flip',
  ['visionsprismatic'] = 'Visions Prismatic',
  ['mazioraprismatic'] = 'Maziora Prismatic',
  ['3dglassesflip'] = '3DGlasses Flip',
  ['chirstmasflip'] = 'Christmas Flip',
  ['temperatureprismatic'] = 'Temperature Prismatic',
  ['239hswflip'] = 'HSW Flip',
  ['anodizedelectro'] = 'Anodized Electro',
  ['monikaprismatic'] = 'Monika Prismatic',
  ['anodizedfubuki'] = 'Anodized Fubuki',

image

2 Likes