The script has been updated to include the 2012 models and release series information!
In late 2007 I made a set of Scion specific userbars because I got frustrated by people with huge pictures of their cars in their signatures, I was hoping they would catch on so that signatures would get smaller, and they did.
About a year ago, while updating images for ’08, ’09 and ’10 I decided to build a script that generates the images dynamically to make it easier to continue updating models, years and colors and I had plans to add additional user customization features so people can roll their entire mod list into an animated userbar that cycles through each item, reducing the size of the signature even further.

I still want to formalize this project, and continue adding features but for the time being the project has lost a bit of traction and is on-hold. I’ve updated the colors, release series information and models for the 2011 model year, so everything is current and I plan on leaving them up indefinitely.
How-To Build Your Bar
The script takes a specially formatted filename in the url and returns an image. The ONLY part of the URL that ever changes is the filename you are requesting. The URL will always look similar to this:
http://cdn.indemnity83.com/scion/05bsptc.gif
The bold text is the only thing you have to change; for a standard scion production vehicle the filename is made up of 3 pieces of information:
- The two-digit year (e.g. ’05′, et. all)
- The color code (see table below)
- The model (e.g. ‘tc’, ‘xa’, ‘xb’ or ‘xd’)
If you have a release series, the structure is similar but only has two required pieces of information and an optional third:
- The RS number (e.g. ‘rs1′, ‘rs3′, et. all)
- The model (e.g. ‘tc’, ‘xa’, ‘xb’ or ‘xd’)
- Optionally, you can put the production number in the filename to have it shown on your bar (e.g. ’350′, ’1275′). Note that the script already knows how many of each RS were made, you ONLY have to put your number.
Using On A Forum
Forums use a special kind of markup called BBCode, if you want to use the image as a signature or in the body of a post on a forum you’ll need to wrap the image url with [image] tags, like this:
[img]http://cdn.indemnity83.com/scion/05bsptc.gif[/img]
Inserting in a Website
To get the image to show up in a webpage, you’ll need to use the html tag, as an example:
<img src=”http://cdn.indemnity83.com/scion/05bsptc.gif” />
List of Color Codes
- AR — Absolutely Red
- AP — Azure Pearl
- BCP — Black Cherry Pearl
- BSP — Black Sand Pearl
- BBM — Blue Blitz Mica
- BP — Blizzard Pearl
- BR — Blue Ribbon Metallic
- CSM — Classic Silver Metallic
- FM — Flint Mica
- GGM — Galactic Gray Mica
- GB — Gloss Black
- IIP — Indigo Ink Pearl
- NBM — Nautical Blue Metallic
- SSM — Silver Streak Mica
- SCM — Sizzling Crimson Mica
- SW — Super White
- WLP — Wave Line Pearl
- BRM — Barcelona Red Metallic
- BCM — Black Currant Metallic
- EW — Electric Wasabi
- HL — Hot Lava
- MGM — Magnetic Gray Metallic
- BBCM — Blackberry Crush Metallic
- GRM — Gold Rush Mica
- HTM — Hypnotic Teal Mica
- M — Murasaki
- SRM — Stingray Metallic
- BOP — Blue Onyx Pearl
- CM — Camouflage Metallic
- EG — Envy Green
- PW — Polar White
- SRP — Salsa Red Pearl
- SM — Shadow Mica
- SY — Solar Yellow
- TCM — Thunder Cloud Metallic
- TP — Torched Penny
- PGP — Phantom Gray Pearl
- SBM — Spectra Blue Mica
- B — Black
- C — Cement
- ARM — Army Rock Metallic
- EBM — Elusive Blue Metallic
- VB — Voodoo Blue
- AGM — Amazon Green Metallic
- XP — xPresso
- SB — Speedway Blue
- PBM — Pacific Blue Metallic
- HV — High Voltage
A Few Other Notes
- The script uses file caching to speed up renders and browser headers to speed up downloads. So these images should load VERY FAST (as in, hundredths of seconds).
- Unless you absolutely have to, I don’t recommend downloading the image and uploading to your site/forum manually. Browsers won’t know that your image is the same as my copy, and it will have to be downloaded multiple times by the client. Also, you wont get any of the updates I make to the script.



