Furry_Monkey Posted February 18, 2016 Share Posted February 18, 2016 (edited) If you used this prior to October 12th 2016 then you need to update your existing bookmark. I've written a little application to help you edit your crew colour. You can either enter a hex value, use the colour picker, or load an image from a URL and pick a colour directly from it. Rather than have some massive piece of code in a bookmark I've simplified the whole thing into one line. Simply copy and paste the following code... javascript:(function(){var script=document.createElement('script');script.src="//www.furrymonkey.co.uk/_external/gta/edit-crew-colour.js";document.getElementsByTagName('head')[0].appendChild(script);})() Then create a new bookmark in your browser and call it something like "Edit crew colour", and paste the code you just copied as the address or URL. When you go to your crew page and you're in the edit tab (where the crew colour can be set), just click the bookmark when you want to edit the colour and it will pop up the dialog as shown here... Use that dialog to set your crew colour to anything you like, and then click "ok" to set it. You must also save your changes with the save button at the bottom of the page, as before. If it tells you that it couldn't save for some reason then it will tell you it was attempt 1 of 32 (currently - that may change). Click save again and it will try a different combination that may save your colour. It's rare that you'll have to do this more than a few times and unlikely you'll ever find a colour that won't save with any of the 32 tries. If you want to change the colour again you can either click the bookmark or just click the colour button on the page. Once the script is loaded it will stay available until you leave the page. To use an image to choose a colour, either type or paste the image URL into the text box in the dialog and press enter to load the image... You can then click anywhere in the image to select the colour under the mouse. This is helpful for when you have photos of vehicles and you're trying to match the colour. It will never be exact as the colours in the game are slightly different from what you see in real life, but you can get close enough and then make minor adjustments from there, should you need to. Here's a video clip from @IceDree showing how to use both Joonas's method and this method on a mobile device. He's using an Android device but it should work on other platforms as well. Big thanks to IceDree for making this video! Video Link If you have any requests for help with finding the right colour then please don't ask for them here. There's already a very good thread where there are lots of people helping out with that... http://gtaforums.com/topic/782581-kustom-crew-color-request-rare-share/ If you have any problems with this utility then just let me know. Update notes 28th November, 2017 Upped the number of "recently used colours" to 24, like it should have been from the start! Many thanks to @Randoom. for the heads-up about that. 15th June, 2016 Added a "recently used colours" box where any colours you recently saved are shown, up to a maximum of 10. (It only shows colours saved from now on.) 9th June, 2016 Fixed issue where the colour picker was picking the wrong colour if the browser page had been scrolled at all. 8th June, 2016 Updated website to use https protocol, in order to work with the recently updated Social Club. Edited July 22, 2020 by Furry_Monkey Added video link. somebunny, o_Marvelous, Dock and 45 others 48 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/ Share on other sites More sharing options...
Oobe Posted February 18, 2016 Share Posted February 18, 2016 Fantastic!! I would like the color called "Electric Lime" Can u explain what I need to do exactly? Many thanks Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068519194 Share on other sites More sharing options...
Furry_Monkey Posted February 18, 2016 Author Share Posted February 18, 2016 Fantastic!! I would like the color called "Electric Lime" Can u explain what I need to do exactly? Many thanks You'll need to direct questions about colours at the thread I linked above. Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068519278 Share on other sites More sharing options...
beretta-gt88 Posted February 18, 2016 Share Posted February 18, 2016 I've written a little application to help you edit your crew colour. You can either enter a hex value, use the colour picker, or load an image from a URL and pick a colour directly from it. Rather than have some massive piece of code in a bookmark I've simplified the whole thing into one line. Simply copy and paste the following code... javascript:$.getScript("http://www.furrymonkey.co.uk/_external/gta/edit-crew-colour.js"); Then create a new bookmark in your browser and call it something like "Edit crew colour", and paste the code you just copied as the address or URL. When you go to your crew page and you're in the edit tab (where the crew colour can be set), just click the bookmark when you want to edit the colour and it will pop up the dialog as shown here... Use that dialog to set your crew colour to anything you like, and then click "ok" to set it. You must also save your changes with the save button at the bottom of the page, as before. If you want to change the colour again you can either click the bookmark or just click the colour button on the page. Once the script is loaded it will stay available until you leave the page. To use an image to choose a colour, either type or paste the image URL into the text box in the dialog and press enter to load the image... You can then click anywhere in the image to select the colour under the mouse. This is helpful for when you have photos of vehicles and you're trying to match the colour. It will never be exact as the colours in the game are slightly different from what you see in real life, but you can get close enough and then make minor adjustments from there, should you need to. If you have any requests for help with finding the right colour then please don't ask for them here. There's already a very good thread where there are lots of people helping out with that... http://gtaforums.com/topic/782581-kustom-crew-color-request-rare-share/ If you have any problems with this utility then just let me know. Does this work on windows 10 and on Firefox? I tried and the screen goes white and in the top left corner it says [object object] I hope you can figure it out. Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068519950 Share on other sites More sharing options...
Furry_Monkey Posted February 18, 2016 Author Share Posted February 18, 2016 Does this work on windows 10 and on Firefox? I tried and the screen goes white and in the top left corner it says [object object] I hope you can figure it out. Sorry - my bad. Try the new bookmark. Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068519962 Share on other sites More sharing options...
beretta-gt88 Posted February 18, 2016 Share Posted February 18, 2016 Does this work on windows 10 and on Firefox? I tried and the screen goes white and in the top left corner it says [object object] I hope you can figure it out. Sorry - my bad. Try the new bookmark. I tried the one above and that's what happened did you just edit just now? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068519973 Share on other sites More sharing options...
Furry_Monkey Posted February 18, 2016 Author Share Posted February 18, 2016 Does this work on windows 10 and on Firefox? I tried and the screen goes white and in the top left corner it says [object object] I hope you can figure it out. Sorry - my bad. Try the new bookmark. I tried the one above and that's what happened did you just edit just now? I did, yes. It's something I *always* forget about when making bookmarklets, that's specific to Firefox. I never use it so it always slips my mind. It should be good now Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068519980 Share on other sites More sharing options...
beretta-gt88 Posted February 18, 2016 Share Posted February 18, 2016 (edited) Does this work on windows 10 and on Firefox? I tried and the screen goes white and in the top left corner it says [object object] I hope you can figure it out. Sorry - my bad. Try the new bookmark. I tried the one above and that's what happened did you just edit just now? I did, yes. It's something I *always* forget about when making bookmarklets, that's specific to Firefox. I never use it so it always slips my mind. It should be good now works now but it won't give me any color off images except grey or black do you know why? like I want the green off this but it won't show it if I slide the eye dropper over the hood it's black on the left weird. Edited February 18, 2016 by beretta-gt88 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068520110 Share on other sites More sharing options...
Hoss Soss Posted February 18, 2016 Share Posted February 18, 2016 I click "ok" but nothing changes. Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068520187 Share on other sites More sharing options...
Furry_Monkey Posted February 19, 2016 Author Share Posted February 19, 2016 Okay - there's obviously some teething problems. That I need to iron out. I click "ok" but nothing changes. What browser are you using? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068521256 Share on other sites More sharing options...
Silver_Wolf Posted February 19, 2016 Share Posted February 19, 2016 Furry_Monkey, sometimes you are an angel, despite crew emblem problems I am just about to start using the crew colour editor to design some wacky colour cars so this will come in very useful! Furry_Monkey 1 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068521377 Share on other sites More sharing options...
Furry_Monkey Posted February 19, 2016 Author Share Posted February 19, 2016 Does this work on windows 10 and on Firefox? I tried and the screen goes white and in the top left corner it says [object object] I hope you can figure it out. Sorry - my bad. Try the new bookmark. I tried the one above and that's what happened did you just edit just now? I did, yes. It's something I *always* forget about when making bookmarklets, that's specific to Firefox. I never use it so it always slips my mind. It should be good now works now but it won't give me any color off images except grey or black do you know why? like I want the green off this but it won't show it if I slide the eye dropper over the hood it's black on the left weird. I've tested it in Firefox and it works perfectly for me, so I don't know what your problem could be. Does the colour not change at all when you're hovering over the image? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068521565 Share on other sites More sharing options...
Hoss Soss Posted February 19, 2016 Share Posted February 19, 2016 Okay - there's obviously some teething problems. That I need to iron out. I click "ok" but nothing changes. What browser are you using? Chrome. Thank you for this awesome tool by the way and also for providing technical support! Your work is very much appreciated. Furry_Monkey 1 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068521768 Share on other sites More sharing options...
Furry_Monkey Posted February 19, 2016 Author Share Posted February 19, 2016 Okay - there's obviously some teething problems. That I need to iron out. I click "ok" but nothing changes. What browser are you using? Chrome. Thank you for this awesome tool by the way and also for providing technical support! Your work is very much appreciated. You're welcome mate, but let's get it working for you first When you say "nothing changes" can you explain a bit more? I guess the dialog shows and you pick a colour and then click "ok", but are you saying it doesn't change the colour on that page when the dialog closes? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068521828 Share on other sites More sharing options...
full360hack Posted February 19, 2016 Share Posted February 19, 2016 Is this mobile optimized? And I can't find the feature to upload crew emblem. Could you help point it out for me? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068522363 Share on other sites More sharing options...
Furry_Monkey Posted February 19, 2016 Author Share Posted February 19, 2016 Is this mobile optimized? And I can't find the feature to upload crew emblem. Could you help point it out for me? No - this is desktop only. It will function on a mobile device, but (depending on what it is) you probably won't be able to see the whole thing. I have no plans to make this mobile friendly. Not sure what you're asking about the crew emblem, as this is just for editing crew colours. Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068523063 Share on other sites More sharing options...
Soran Is On Posted February 19, 2016 Share Posted February 19, 2016 Very cool. Shared this on the twitterverse. We're such a helpful bunch around here. Furry_Monkey 1 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068523705 Share on other sites More sharing options...
Furry_Monkey Posted February 19, 2016 Author Share Posted February 19, 2016 Very cool. Shared this on the twitterverse. We're such a helpful bunch around here. When we're not being cantankerous wankers Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068523710 Share on other sites More sharing options...
full360hack Posted February 19, 2016 Share Posted February 19, 2016 Is this mobile optimized? And I can't find the feature to upload crew emblem. Could you help point it out for me? No - this is desktop only. It will function on a mobile device, but (depending on what it is) you probably won't be able to see the whole thing. I have no plans to make this mobile friendly. Not sure what you're asking about the crew emblem, as this is just for editing crew colours.Oh sorry, thanks for the info. I re-read the person who replied about an emblem tool and realized that he/she/shim was talking about a separate tool you made which no longer works. But I will try this color tool tonight. Furry_Monkey 1 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068523810 Share on other sites More sharing options...
beretta-gt88 Posted February 20, 2016 Share Posted February 20, 2016 I'm on Windows 10 and using Firefox image is .jpg does that matter? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068524510 Share on other sites More sharing options...
Hail Sithis Posted February 20, 2016 Share Posted February 20, 2016 (edited) Using Firefox and tried changing the color to pure black, gave an error about being "unable to save it and trying next combination", then it saved. I left the page and returned, the crew color is like transparent or something now. I'm not sure what that means and I can't get in the game right now to see what color it gives me Also I tried other colors prior, and it still gave me the error about not being able to save them. Update: just went on quickly to see and it did work (crew paint is pure black, or at least looks like it), however it's confusing why/that it would look like that on SC Will try other colors tomorrow Update2: Read thread on custom crew colors and realized it's supposed to be displayed like that. Guess I have no more problems. Thanks for the amazing app Edited February 20, 2016 by Kitsune Girls <3 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068524634 Share on other sites More sharing options...
Furry_Monkey Posted February 20, 2016 Author Share Posted February 20, 2016 Using Firefox and tried changing the color to pure black, gave an error about being "unable to save it and trying next combination", then it saved. I left the page and returned, the crew color is like transparent or something now. I'm not sure what that means and I can't get in the game right now to see what color it gives me Also I tried other colors prior, and it still gave me the error about not being able to save them. Update: just went on quickly to see and it did work (crew paint is pure black, or at least looks like it), however it's confusing why/that it would look like that on SC Will try other colors tomorrow Update2: Read thread on custom crew colors and realized it's supposed to be displayed like that. Guess I have no more problems. Thanks for the amazing app Yeah, when you go back to the SC just run the bookmark again and it will show you what colour you chose. Stupid Rockstar, with their stupid restricted colours I'm on Windows 10 and using Firefox image is .jpg does that matter? I'm on Windows 10 and it worked fine for me, with Firefox and the image you linked here. Does the colour not change at all when you're hovering over the image? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068525438 Share on other sites More sharing options...
MCMXCII Posted February 21, 2016 Share Posted February 21, 2016 This is pretty cool! I'll have to try this sometime. I can only use my tablet right now so I doubt this will work on it though. Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068527760 Share on other sites More sharing options...
beretta-gt88 Posted February 21, 2016 Share Posted February 21, 2016 (edited) Using Firefox and tried changing the color to pure black, gave an error about being "unable to save it and trying next combination", then it saved. I left the page and returned, the crew color is like transparent or something now. I'm not sure what that means and I can't get in the game right now to see what color it gives me Also I tried other colors prior, and it still gave me the error about not being able to save them. Update: just went on quickly to see and it did work (crew paint is pure black, or at least looks like it), however it's confusing why/that it would look like that on SC Will try other colors tomorrow Update2: Read thread on custom crew colors and realized it's supposed to be displayed like that. Guess I have no more problems. Thanks for the amazing app Yeah, when you go back to the SC just run the bookmark again and it will show you what colour you chose. Stupid Rockstar, with their stupid restricted colours I'm on Windows 10 and using Firefox image is .jpg does that matter? I'm on Windows 10 and it worked fine for me, with Firefox and the image you linked here. Does the colour not change at all when you're hovering over the image? Yes when I hover over it it's black I finally got the color from the car when I hover above the car and to the right top corner that's weird Edited February 21, 2016 by beretta-gt88 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068528888 Share on other sites More sharing options...
Furry_Monkey Posted February 21, 2016 Author Share Posted February 21, 2016 (edited) Yes when I hover over it it's black I finally got the color from the car when I hover above the car and to the right top corner that's weird Can you do me a favour? Can you get a screenshot of it, but when you're hovering over the image and it's going to select green, so as you described? I want to see if I can fix that. Edited February 21, 2016 by Furry_Monkey Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068530482 Share on other sites More sharing options...
beretta-gt88 Posted February 21, 2016 Share Posted February 21, 2016 Yes when I hover over it it's black I finally got the color from the car when I hover above the car and to the right top corner that's weird Can you do me a favour? Can you get a screenshot of it, but when you're hovering over the image and it's going to select green, so as you described? I want to see if I can fix that. Don't know how to take a pic on my lap top sorry wish I could Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068530666 Share on other sites More sharing options...
Furry_Monkey Posted February 21, 2016 Author Share Posted February 21, 2016 Yes when I hover over it it's black I finally got the color from the car when I hover above the car and to the right top corner that's weird Can you do me a favour? Can you get a screenshot of it, but when you're hovering over the image and it's going to select green, so as you described? I want to see if I can fix that. Don't know how to take a pic on my lap top sorry wish I could Just press "print screen" and that copies your screen into the clipboard. Then open MS Paint and paste your clipboard. Save it as a jpg file and then upload it to something like imgur.com - it's free and straight forward enough. Don't worry if you don't want to do it - it's no biggie. Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068530711 Share on other sites More sharing options...
beretta-gt88 Posted February 22, 2016 Share Posted February 22, 2016 Yes when I hover over it it's black I finally got the color from the car when I hover above the car and to the right top corner that's weird Can you do me a favour? Can you get a screenshot of it, but when you're hovering over the image and it's going to select green, so as you described? I want to see if I can fix that. Don't know how to take a pic on my lap top sorry wish I could Just press "print screen" and that copies your screen into the clipboard. Then open MS Paint and paste your clipboard. Save it as a jpg file and then upload it to something like imgur.com - it's free and straight forward enough. Don't worry if you don't want to do it - it's no biggie. I don't know much about computers have a nice day Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068532489 Share on other sites More sharing options...
Bnd Posted February 22, 2016 Share Posted February 22, 2016 When im trying load image it doesn't load it, Chrome, Win 10 Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068532496 Share on other sites More sharing options...
Furry_Monkey Posted February 22, 2016 Author Share Posted February 22, 2016 When im trying load image it doesn't load it, Chrome, Win 10 What exactly happens? You put the image URL into the text box, press enter and it just does nothing? Can you post the URL so I can try and see what's wrong? Link to comment https://gtaforums.com/topic/843211-crew-colour-editor/#findComment-1068532517 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now