<?xml version="1.0"?>
<rss version="2.0"><channel><title>Tutorials: Texturing Tips and Tutorials</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/?d=5</link><description>Tutorials: Texturing Tips and Tutorials</description><language>en</language><item><title>Unblocking bulk files from another program</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/unblocking-bulk-files-from-another-program-r147/</link><description><![CDATA[
<p>
	Tired of the tedious process of individually unblocking files, unblock the the zip in the same manner before extracting and your subsequent files will be unblocked. A lot of my time has been wasted doing this, so I hope I can save someone else the hassel and time
</p>
]]></description><guid isPermaLink="false">147</guid><pubDate>Thu, 28 Jan 2016 05:06:13 +0000</pubDate></item><item><title>Step by Step quide on creating a police texture using Paint.net</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/step-by-step-quide-on-creating-a-police-texture-using-paintnet-r142/</link><description><![CDATA[


<p>
	This is an hour long tutorial on creating a police car texture in real time using paint.net.
</p>

<p>
	Mouse pointer is left visible. Included is all the download links ( in the description )
</p>

<p>
	<a href="https://www.youtube.com/watch?v=-1WfNwqBQDc" rel="external nofollow">https://www.youtube.com/watch?v=-1WfNwqBQDc</a>
</p>


]]></description><guid isPermaLink="false">142</guid><pubDate>Fri, 27 Nov 2015 15:32:07 +0000</pubDate></item><item><title>GTA IV Material Types and Setup</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/gta-iv-material-types-and-setup-r103/</link><description><![CDATA[

<p><strong><span style="text-decoration:underline;"><span style="font-size:24px;">Material Types for GTA IV vehicle modding</span></span></strong></p><p>
</p><p>
Grand Theft Auto IV requires pre-defined rendering types in order to draw polygons in its shader-based RAGE engine. All of these shaders can be found in the directory:</p><p>
Grand Theft Auto IV/common/shaders/win32_30</p><p>
</p><p>
However, you will only find shader names in this location, and no details about them. This tutorial will help you understand how each material should be set up with its corresponding shader</p><p>
</p><p>
All materials in Zmodeler must have one of these shaders specified:</p><ul><li><strong>badges </strong><br></li><li>basic<br></li><li>chrome<br></li><li>disc<br></li><li>generic<br></li><li><strong>interior </strong><br></li><li><strong>interior2 </strong><br></li><li><strong>lightsemissive </strong><br></li><li><strong>mesh </strong><br></li><li><strong>paint1 </strong><br></li><li><strong>paint2 </strong><br></li><li><strong>paint3 </strong><br></li><li>rims1<br></li><li>rims2<br></li><li>rubber<br></li><li><strong>shuts </strong><br></li><li><strong>tire </strong><br></li><li><strong>vehglass </strong><br></li></ul><p></p><p>
I have searched online, and I haven't figured out how to set up all of these materials as of yet; however, the ones in <strong>bold </strong>are commonly used on GTA vehicles and should suffice in any car mod. The rest that <strong>aren't in bold</strong> can be ignored for now.</p><p>
</p><p>
------</p><p>
</p><p>
<strong><span style="text-decoration:underline;"><span style="font-size:24px;">Naming materials:</span></span></strong></p><p>
</p><p>
Every material must be set up with a name and a shader. For example:</p><p>
</p><p>
<span style="color:#0000ff;"><strong>vehicle_generic_tyrewallblack</strong></span> <strong><span style="color:#ff0000;">tire</span></strong></p><p>
</p><p>
Note that the section in <strong>blue </strong>is the name of the material and the section in <strong>red</strong> is the shader name.</p><p>
</p><p>
The name of the material can be anything you want, but it is commonly easier to name it the same as the main texture that the material is using. In this case, the vehicle_generic_tirewallblack.png texture is being used for this material.</p><p>
</p><p>
In addition, many of the GTA shaders can render polygons differently, resulting in varied appearances. All of these settings can be found in the directory:</p><p>
Grand Theft Auto IV/common/shaders/db</p><p>
</p><p>
If you look at some IV vehicles, such as the Merit or the Lokus, you will notice that polygons of the headlight glass have this mixed shader type applied to them. In this case, the mixed type is <strong>lights(vehglass)</strong></p><p>
</p><p>
<strong>lights </strong>represents the shader, and <strong>vehglass </strong>represents the setting for that shader. This type of material is commonly used for when you have glass in front of headlights that are mapped to a lightsemissive material, which both the Merit and Lokus have.</p><p>
</p><p>
------</p><p>
</p><p>
<strong><span style="text-decoration:underline;"><span style="font-size:24px;">Paint colors:</span></span></strong></p><p>
</p><p>
Many shaders in IV also allow them to be painted different colors.</p><p>
</p><p>
<strong>Examples:</strong></p><p>
</p><p>
<strong>paint1 [CLR:2]</strong></p><p>
This means that this material will use the second color number value in the carcols data line (#1,<strong>#2</strong>,#3,#4,) and it will use the paint1 shader.</p><p>
</p><p>
</p><p>
<strong>paint2 [CLR:1]</strong></p><p>
This means that this material will use the first color number value in the carcols data line (<strong>#1</strong>,#2,#3,#4,) and it will use paint2's metallic paint shader.</p><p>
</p><p>
[CLR:3] and [CLR:4] use the 3rd and 4th carcols color number values, respectively.</p><p>
</p><p>
------</p><p>
</p><p>
<strong><span style="text-decoration:underline;"><span style="font-size:24px;">Material Setup:</span></span></strong></p><p>
</p><p>
Each material requires that they are properly set up in order to export and appear properly in GTA IV. This requires that you apply the corresponding textures to the corresponding texture layers for each material.</p><p>
</p><p>
In order to specify the settings for each texture layer, press the "Edit" button and set up the layer accordingly.</p><p>
</p><p>
Note that you do not want to UV map any object(s) until you have properly set up the material. This could lead mapping issues afterwards.</p><p>
</p><p>
</p><p>
<strong>badges</strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Badge texture. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Badge normal-map texture. Apply as GTA: DontProduct3, UV#1</p><p>
Layer 3: Specular texture, typically vehicle_generic_smallspecmap. Apply as GTA: Specular, UV#1 </p></blockquote><p></p><p>
</p><p>
</p><p>
<strong>interior/interior2 </strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Main interior texture. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Specular texture for interior, typically vehicle_generic_smallspecmap. Apply as GTA: Specular, UV#1</p></blockquote><p></p><p>
</p><p>
</p><p>
<strong>lightsemissive </strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Base texture, typically vehicle_generic_glasswindows2. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Dirt texture, typically vehicle_genericmud_car. Apply as GTA: Dirt/Mud/Reflection, UV#2</p><p>
Layer 3: Specular texture, typically vehicle_generic_smallspecmap. Apply as GTA: Specular, UV#1</p></blockquote><p></p><p>
</p><p>
</p><p>
<strong>mesh</strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Main vehicle texture. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Dirt texture. Apply as GTA: Dirt/Mud/Reflection, UV#2</p><p>
Layer 3: Normal-map texture. Apply as GTA: DontProduct3, UV#1</p><p>
Layer 4: Specular texture for main texture. Apply as GTA: Specular, UV#1 </p></blockquote><p></p><p>
</p><p>
<strong>paint1</strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Base texture, typically vehicle_generic_smallspecmap. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Dirt texture, typically vehicle_genericmud_car. Apply as GTA: Dirt/Mud/Reflection, UV#2</p><p>
Layer 3: Specular texture, typically vehicle_generic_alloy_silver_spec. Apply as GTA: Specular, UV#1</p></blockquote><p></p><p>
</p><p>
<strong>paint2</strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Base texture, typically vehicle_generic_smallspecmap. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Dirt texture, typically vehicle_genericmud_car. Apply as GTA: Dirt/Mud/Reflection, UV#1</p><p>
Layer 3: Specular texture, typically vehicle_generic_alloy_silver_spec. Apply as GTA: Specular, UV#1</p><p>
</p></blockquote><p></p><p>
</p><p>
<strong><span style="color:#ff0000;">paint3*</span></strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
The paint3 shader involves the use of livery textures.</p><p>
</p><p>
Learn how to set up and UV map paint3 materials in corleone's tutorial <a href="https://www.lcpdfr.com/topic/6465-tutorial-how-to-map-and-make-templates-for-gta-iv-models/" rel="">here</a>.</p></blockquote><p></p><p>
</p><p>
<strong>shuts</strong></p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Inner door shuts texture, typically vehicle_generic_doorshut. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Normal-map texture. typically vehicle_generic_detail2_normal, Apply as GTA: DontProduct3, UV#1</p><p>
Layer 3: Specular texture, typically vehicle_generic_smallspecmap. Apply as GTA: Specular, UV#1 </p></blockquote><p></p><p>
</p><p>
<strong>tire</strong></p><p>
</p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Main vehicle texture, typically vehicle_generic_tyrewallblack. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Dirt texture, typically vehicle_generic_tyrewall_dirt. Apply as GTA: Dirt/Mud/Reflection, UV#2</p><p>
Layer 3: Normal-map texture. typically vehicle_generic_tyrewall_normal, Apply as GTA: DontProduct3, UV#1</p><p>
Layer 4: Specular texture for main texture, typically vehicle_generic_tyrewall_spec. Apply as GTA: Specular, UV#1 </p></blockquote><p></p><p>
</p><p>
<strong>vehglass [lights(vehglass), etc]</strong></p><p>
</p><p>
</p><p></p><blockquote class="ipsStyle_spoiler" data-ipsspoiler=""><p>
Layer 1: Base texture, typically vehicle_generic_glasswindows2. Apply as GTA: Texture, UV#1</p><p>
Layer 2: Dirt texture, typically vehicle_glassdirt. Apply as GTA: Dirt/Mud/Reflection, UV#2</p><p>
Layer 3: Specular texture, typically vehicle_generic_smallspecmap. Apply as GTA: Specular, UV#1</p></blockquote><p></p><p>
</p><p>
------</p><p>
</p><p>
Reference resources for this tutorial:</p><p>
<a href="http://forum.zmodeler3.com/viewtopic.php?f=11&amp;t=5565&amp;sid=f122362c1d0ed093fee89a1925dab431" rel="external nofollow">forum.zmodeler3.com</a></p>


]]></description><guid isPermaLink="false">103</guid><pubDate>Wed, 03 Sep 2014 20:42:00 +0000</pubDate></item><item><title>Zmodeler Texture "codes"</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/zmodeler-texture-quotcodesquot-r76/</link><description><![CDATA[<p>LIST:</p><p>
</p><p>
</p><p>
<span style="background-color:rgb(20,20,20);"><span style="color:#ffffff;"><span style="font-size:18px;"><span style="font-family:'comic sans ms';">generic</span></span></span></span></p><p>
<span style="background-color:rgb(20,20,20);">mesh</span></p><p>
<span style="background-color:rgb(20,20,20);">vehglass</span></p><p>
<span style="background-color:rgb(20,20,20);">lightsemissive</span></p><p>
<span style="background-color:rgb(20,20,20);">tire</span></p><p>
<span style="background-color:rgb(20,20,20);">interior</span></p><p>
<span style="background-color:rgb(20,20,20);">interior2</span></p><p>
<span style="background-color:rgb(20,20,20);"><span style="color:#ffffff;">[CRL:1]</span></span></p><p>
<span style="background-color:rgb(20,20,20);">[CRL:2]</span></p><p>
<span style="background-color:rgb(20,20,20);">badges</span></p><p>
<span style="background-color:rgb(20,20,20);">chrome</span></p>
]]></description><guid isPermaLink="false">76</guid><pubDate>Tue, 04 Feb 2014 20:14:27 +0000</pubDate></item><item><title>How to get gta iv in a windowed mode</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/how-to-get-gta-iv-in-a-windowed-mode-r57/</link><description><![CDATA[<p>Video and uploaded by me tmusson21.</p>
]]></description><guid isPermaLink="false">57</guid><pubDate>Thu, 25 Jul 2013 20:05:43 +0000</pubDate></item><item><title>How to get gta iv in a windowed mode</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/how-to-get-gta-iv-in-a-windowed-mode-r56/</link><description><![CDATA[

<p>Video and uploaded by me tmusson21.<a href="http://www.lcpdfr.com/applications/core/interface/file/attachment.php?id=3848" rel="">bandicam 2013-07-25 06-06-59-769.mov</a></p>


]]></description><guid isPermaLink="false">56</guid><pubDate>Thu, 25 Jul 2013 20:05:19 +0000</pubDate></item><item><title>How to Convert Real Life Images of Police Cars to GTA IV Textures</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/how-to-convert-real-life-images-of-police-cars-to-gta-iv-textures-r55/</link><description><![CDATA[

<p><span style="font-size:18px;"><span style="color:#000080;">Title says it all but here is the video I made:</span></span></p><p>
</p><p>
<a href="http://www.youtube.com/watch?v=0TSDzSeuJ8M" rel="external nofollow">http://www.youtube.com/watch?v=0TSDzSeuJ8M</a></p><p>
</p><p>
If this helped please subscribe or give it a like. I hope this helped some people at least.</p><p>
</p><p>
Thank you,</p><p>
</p><p>
Bossnix</p>


]]></description><guid isPermaLink="false">55</guid><pubDate>Mon, 17 Jun 2013 22:46:44 +0000</pubDate></item><item><title>How to make gta4 Police car skins (Old version)</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/how-to-make-gta4-police-car-skins-old-version-r30/</link><description><![CDATA[

<p>Please take your time to Hit that subscribe and like  Button  <a href="http://www.youtube.com/watch?v=Qw5Mtkw3GyM" rel="external nofollow">http://www.youtube.com/watch?v=Qw5Mtkw3GyM</a></p>


]]></description><guid isPermaLink="false">30</guid><pubDate>Thu, 06 Dec 2012 21:39:02 +0000</pubDate></item><item><title>How to Change ELS Lightbar Colors</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/how-to-change-els-lightbar-colors-r20/</link><description><![CDATA[


<p><em>(This is a port of the same tutorial I posted a few years back on GPM)</em></p>
<p>
</p>
<p>
Find and extract the emerglights.png located in the car's .wtd file.</p>
<p>
</p>
<p>
It should look something like this..</p>
<p>
<img src="http://img832.imageshack.us/img832/7007/emerglights.png" alt="emerglights.png" loading="lazy"></p>
<p>
</p>
<p>
Now. There are 2 areas you need to edit here. The bit with the little mini images of the lightbars and the big colorful things.</p>
<p>
</p>
<p>
<img src="http://img824.imageshack.us/img824/4456/emerglightstut1.png" alt="emerglightstut1.png" loading="lazy"></p>
<p>
</p>
<p>
Those..</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Now with the lightbar image bit, you need to find your car's lightbar type. i.e. if its useing the Vector then its obviously the one that looks like the Vector.. so you would edit this one..</p>
<p>
</p>
<p>
<img src="http://img190.imageshack.us/img190/8792/emerglightstut2.png" alt="emerglightstut2.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
But in this case it's not that one but this one...</p>
<p>
</p>
<p>
<img src="http://img840.imageshack.us/img840/1789/emerglightstut3.png" alt="emerglightstut3.png" loading="lazy"></p>
<p>
</p>
<p>
..as I am editing <a href="http://gtapolicemods.com/index.php?/files/file/580-ford-crown-victoria-cvpi-v46a-els-h/" rel="external nofollow">FORD CROWN VICTORIA / CVPI-V4.6A <abbr title="Emergency Lighting System">ELS</abbr>-H</a></p>
<p>
</p>
<p>
Now to editing it. It is very important to note that the color is slightly transparent! So you will need a program like <a href="http://www.gimp.org/" rel="external nofollow">GIMP</a> or Photoshop to do this. Paint (to my knowledge) will NOT WORK!</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
This one's easy as it is just a rectangle..</p>
<p>
</p>
<p>
First make a new transparent layer. Next take your box/select tool and select the entire bar. Make sure you are currently on the new layer.</p>
<p>
</p>
<p>
<img src="http://img88.imageshack.us/img88/5786/tutw.png" alt="tutw.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Then with the fill/bucket tool select 'fill whole selection' and set the opacity level to about 50% and fill that area with the desired color. Then with the pencil or paintbrush tool go over the black separator lines, but with no opacity! These have to be solid. Oh, and be sure the area is still box selected. Should look like this..</p>
<p>
</p>
<p>
<img src="http://img291.imageshack.us/img291/9932/tut2co.png" alt="tut2co.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Now, switch to the original layer, and clear the boxed contents. Should look..</p>
<p>
</p>
<p>
<img src="http://img18.imageshack.us/img18/8981/tut3k.png" alt="tut3k.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
Do the same thing to the smaller one next to it.</p>
<p>
</p>
<p>
Alright you should be here by now..</p>
<p>
</p>
<p>
<img src="http://img225.imageshack.us/img225/439/tut4.png" alt="tut4.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Good. Onto this section...</p>
<p>
</p>
<p>
<img src="http://img826.imageshack.us/img826/9655/tut5f.png" alt="tut5f.png" loading="lazy"></p>
<p>
</p>
<p>
Now these are the textures that the individual 'bulbs' in the lightbar will have when they are off.</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
In this case this part of editing is very easy because we only have one color on the lightbar. So most are going to be the same color. If we had different colors we would need to figure out what sections of the bar used what. For example I already know where certain thing go for this car. This should be pretty obvious when you 1st open up the original texture. For this car it like this...</p>
<p>
</p>
<p>
<img src="http://img121.imageshack.us/img121/5746/tut6g.png" alt="tut6g.png" loading="lazy"></p>
<p>
</p>
<p>
5 is for the rear secondary's and i'm not sure what 6 is for.</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Anyhow this not so hard for this car. You are just going to make 1,2,3,and 4 orange.</p>
<p>
</p>
<p>
Get yo box select tool and select one of em.</p>
<p>
</p>
<p>
<img src="http://img51.imageshack.us/img51/1866/tut7k.png" alt="tut7k.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Then will the fill tool, set the opacity to around 50% (this can varies per car and color) and fill that box.</p>
<p>
</p>
<p>
<img src="http://img855.imageshack.us/img855/7996/tut8.png" alt="tut8.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Now for the trick.. with that select tool box still there, right click and go to 'copy visible'.</p>
<p>
</p>
<p>
<img src="http://img838.imageshack.us/img838/89/tut9.png" alt="tut9.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Then just copy and paste a few time over the others and boom.</p>
<p>
</p>
<p>
<img src="http://img5.imageshack.us/img5/745/tut10f.png" alt="tut10f.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Now say you wanted that back secondary light to be green. Use a similar process.</p>
<p>
</p>
<p>
Use the circle select tool (cause its a circle!) and do the same. Bucket fill with a green at about 75% opacity (only cause we are covering red this time so it takes a little more).</p>
<p>
</p>
<p>
Should get something like this...</p>
<p>
</p>
<p>
<img src="http://img812.imageshack.us/img812/4085/tut11l.png" alt="tut11l.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
And that is it for the emerglights file!</p>
<p>
</p>
<p>
Save as a .png with any name.</p>
<p>
</p>
<p>
Next is the emerglights_emis.png</p>
<p>
</p>
<p>
Extract the emerglights_emis.png from the .wtd</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Open it up!</p>
<p>
</p>
<p>
Should look something like this..</p>
<p>
</p>
<p>
<img src="http://img217.imageshack.us/img217/3337/emerglightsemis.png" alt="emerglightsemis.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
What this file does is give texture to the individual 'bulbs' when they are on.</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Now again this will be easy as our lightbar is all one color. If it were not we'd have to figure out which ones go to which parts of the lightbar. This can be really annoying sometimes. Just remember these were designed with some sense so its not going to be toooo complicated. Oh and those labels are there for a reason.</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
But we don't have to worry about that!</p>
<p>
</p>
<p>
Because our bar all has the same color we are just going to make all the ones to the right orange.</p>
<p>
</p>
<p>
These..</p>
<p>
</p>
<p>
<img src="http://img822.imageshack.us/img822/6919/emistut1.png" alt="emistut1.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
With your box select tool, select any of those and fill with the bucket tool with an opacity of about 65% (again this will vary depending on the colors, just experiment)..</p>
<p>
</p>
<p>
<img src="http://img806.imageshack.us/img806/3108/emistut3.png" alt="emistut3.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Now, with the box still selected, right click and go to 'copy visible'.</p>
<p>
</p>
<p>
<img src="http://img714.imageshack.us/img714/6505/emistut4.png" alt="emistut4.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Then it is just a simple process of copying and pasting that over all of those that i showed we had to make orange.</p>
<p>
</p>
<p>
You can even use a trick to make this go faster. Cover the top row then box select it, copy visible and paste onto the lower two.</p>
<p>
</p>
<p>
<img src="http://img19.imageshack.us/img19/5870/emistut5.png" alt="emistut5.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Should end up like this...</p>
<p>
</p>
<p>
<img src="http://img231.imageshack.us/img231/6107/emistut6.png" alt="emistut6.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Now since we concluded that we wanted the back secondary's to be green we have to change the top static, generally the secondary's will be one of the statics. So do the same as before but this time only the one and making it green. I suggest a bucket fill opacity of about 75%.</p>
<p>
</p>
<p>
<img src="http://img3.imageshack.us/img3/4714/emistut7.png" alt="emistut7.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Oh whoops i missed one.. this one needs to be orange too for some reason.</p>
<p>
</p>
<p>
<img src="http://img857.imageshack.us/img857/134/emistut8.png" alt="emistut8.png" loading="lazy"></p>
<p>
</p>
<p>
Generally you don't need to touch that one.</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Thats it!</p>
<p>
</p>
<p>
Save it as a .png with any name.</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Finally import these over the ones you extracted from the car's .wtd</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Lastly to get the <abbr title="Emergency Lighting System">els</abbr> reflections right edit your <abbr title="Emergency Lighting System">els</abbr>.ini. Depending on the car's name go to its section in the <abbr title="Emergency Lighting System">els</abbr>.ini file. For example say it was just the regular police. Find the section for police...</p>
<p>
</p>
<p></p>
<pre class="ipsCode">

[ POLICE ]



Active = 1

Halogen_Only = 0

Color_Light1L = 0

Color_Light2L = 0

Color_Light3R = 2

Color_Light4R = 0

Color_Light7L = 3

Color_Light8C = 3

Color_Light9R = 3

Offst_SLights = 0

</pre>
<pre>




The primary light are Lights 1 to 4. The secondary lights are 7 to 9.



Since we made the primary's orange we'll set the primarys to amber, the closed to orange. Only red, blue, white, amber, and green are supported. They have corresponding numbers as seen in the reference section of the <abbr title="Emergency Lighting System">els</abbr>.ini (located at the bottom).




</pre>
<pre class="ipsCode">

// REFERENCE

//

// Active Determines whether the <abbr title="Emergency Lighting System">ELS</abbr> can be enabled on that vehicle / 0 for OFF, 1 for ON

// Halogen_Only Determines whether the model is intended for halogen only lighting patterns

// Offst_SLights Y axis offset of secondary environment lights relative to vehicle

//

// Red 0

// Blue 1

// White 2

// Amber 3

// Green 4

</pre>
<pre>




So to set the primarys to yellow we change 1-4 to 3 and to make the secondarys green(since we make em green) set 7-9 to 4. Oh and don't forget that this car is a Halogen.



End result show look like this..


</pre>
<pre class="ipsCode">

[ POLICE ]



Active = 1

Halogen_Only = 1

Color_Light1L = 3

Color_Light2L = 3

Color_Light3R = 3

Color_Light4R = 3

Color_Light7L = 4

Color_Light8C = 4

Color_Light9R = 4

Offst_SLights = 0

</pre>
<p></p>
<p>
</p>
<p>
DONE. Lets go test it out.</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
In-game:</p>
<p>
</p>
<p>
<img src="http://img4.imageshack.us/img4/4817/gtaiv2011040222565092.png" alt="gtaiv2011040222565092.png" loading="lazy"></p>
<p>
</p>
<p>
<img src="http://img21.imageshack.us/img21/3333/gtaiv2011040222571648.png" alt="gtaiv2011040222571648.png" loading="lazy"></p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
Questions? Comments? PM or email me (simplestarwarsfan@gmail.com)</p>


]]></description><guid isPermaLink="false">20</guid><pubDate>Sat, 29 Sep 2012 02:50:00 +0000</pubDate></item><item><title>Texturing Tips and Tricks</title><link>https://www.lcpdfr.com/tutorials/index.action/grand-theft-auto-iv/texturing-tips-and-tutorials/texturing-tips-and-tricks-r8/</link><description><![CDATA[


<p>In this tutorial, I will share my tips on creating textures using raster graphics software (such as GIMP or Adobe Photoshop). Since I first started skinning, I've since realized that texturing vehicles would likely be better served by Vector graphics software (such as Inkscape or Adobe Illustrator). If I were to start learning again, I'd try vector graphics. But I didn't, and I've only learned to use raster for texturing, so there you go. There are many great text and video tutorials on the ins-and-outs of raster editing programs such as Photoshop, but few of them on the specifics of creating textures (a.k.a. skins) for vehicles such as those in GTA. I'm going to concentrate on those specifics, but for more general image editing help, you'd be better served by searching the web.</p>
<p>
</p>
<p>
I'll concentrate on vehicles for GTA IV, but most of these tips work for other game textures such as pedestrians or signs, as well as other games like GTA SA, or vehicles in flight or truck simulators.</p>
<p>
</p>
<p>
While I strive to be as accurate and informative as I can, I am by no means a professional artist. I'm a hobbyist, learning his way as he goes along, just like many of you. Feel free to add your suggestions and/or corrections.</p>
<p>
</p>
<p>
Most images here have been scaled down and can be clicked to view in larger sizes. I'd also like to thank all the photographers and artists whose images appear in this tutorial. Without such visual aids, it would be much more difficult to teach.</p>
<p>
</p>
<p>
I've covered many different aspects, each in its own lesson:</p>
<p>
</p>
<p>
<strong>Lesson 1: Basics</strong></p>
<p><strong>
Lesson 2: Layers</strong></p>
<p><strong>
Lesson 3: Positioning &amp; Reference Points</strong></p>
<p><strong>
Lesson 4: Text &amp; Fonts</strong></p>
<p><strong>
Lesson 5: Normal Maps</strong></p>
<p><strong>
Lesson 6: Optimizing a Simple Logo a: Colour Correction, b: Adding Realistic Detail</strong></p>
<p><strong>
Lesson 7: Creating a Complex Logo From a Car Photo</strong></p>
<p><strong>
Lesson 8: Creating Simulated Reflective Vinyl</strong></p>
<p>
</p>
<p>
<strong><span style="font-size:18px;">Lesson 1: Basics</span></strong></p>
<p>
</p>
<p>
If you're completely new to modding GTA, I suggest you acquaint yourself with installing mods before you create your own skin.</p>
<p>
</p>
<p>
Editing Software:</p>
<p>
</p>
<p>
Any Windows PC comes pre-installed with MS Paint, but I'm afraid it'll be too limited for what we need. Adobe Photoshop (PS) or Corel Paint Shop Pro are great, if you can afford them. But there are free alternatives that have nearly all of PS's functionality. paint.net <a href="http://www.getpaint.net/" rel="external nofollow">http://www.getpaint.net/</a> is popular, but I haven't used it much. Since I'm familiar with The GIMP <a href="http://www.gimp.org/" rel="external nofollow">http://www.gimp.org/</a>, I'll be referring to it throughout this tutorial. Regardless of which program you use, remember there is a wealth of great tutorials on the web, specific to each program.</p>
<p>
</p>
<p>
If you haven't used any of these programs before, I'd try editing an existing texture first, before you make your own from scratch. Just be aware that if you change someone else's work and release it on the web, that most artists require their permission for you to do so, or at least that you credit them for their original work. Check the readme if one's included, or contact the artist if you're not sure. The last thing anyone wants to hear is <em>"Mr. X stole a logo from Mr. Y's car. Mr. X is a thief! Mr. Y's a selfish jerk!"</em>. We don't need that drama, we're here to have fun.</p>
<p>
</p>
<p>
File Types:</p>
<p>
</p>
<p>
GTA IV imports &amp; exports textures in .png format so our final product will need to be saved as a .png. However, while we're editing, .png has its limitations. You'll likely want to save yourt work as you go along, before it's finished. I suggest you save your work in one the following file types:</p>
<p>
</p>
<p>
-.psd for Photoshop,</p>
<p>
</p>
<p>
-.xcf for GIMP,</p>
<p>
</p>
<p>
-paint.net has an available plugin to read .psd files</p>
<p>
</p>
<p>
This allows you to save your work while keeping information such as seperate layers. What are layers? I'll explain in our second lesson.</p>
<p>
</p>
<p>
You've got a car downloaded, it came with skins already installed, and it likely came with a template. Since it's such a popular car, I'll use Bxbugs123's CVPI as an example:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976885049/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7176/6976885049_e9c04a9716.jpg" alt="6976885049_e9c04a9716.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Note that the above template is an example only, it's been scaled-down for easy viewing here. For best results, use the full-size one included with your downloaded car.</p>
<p>
</p>
<p>
The template shows you reference to where the skin will be applied, but it is not intended to be included as a part of the skin. If you fill in the template itself with your desired colurs, text, etc., it will look poor. I'll asume that you want a quality skin, or you wouldn't be here. So, how do we utilize the template, 'painting' on top of it, and then getting rid of the template later? By using layers.</p>
<p>
</p>
<p>
<strong><span style="font-size:18px;">Lesson 2: Layers</span></strong></p>
<p>
</p>
<p>
<em>"Layers? Sounds kinda technical, what about text, or stripes or something?"</em> Text, stripes, logos, etc. are all best used in seperate layers. "GIMPtrick"'s video on YouTube does an excellent job of describing the "whats" and "hows" of layers, I have the "whys" for us below.</p>
<p>
</p>
<div class="ipsEmbeddedVideo"><iframe width="459" height="344" src="http://www.youtube.com/embed/SSJEojImzSc?feature=oembed" frameborder="0" loading="lazy"></iframe></div>
<p>
</p>
<p>
There's a few reasons to use layers. You can have the template on the lowermost layer (like the 'tabletop" in the video), and 'paint' the solid background colour on a middle layer, your stripes on an upper layer, and text on another layer. I go a step further, and make each stripe colour on its own layer. This way, there's no gaps or bleed-through with two or more adjoining stripes. just like the dots in the video. If we need to correct the position or colour of one stripe, we can do so without affecting the other layers.</p>
<p>
</p>
<p>
I'm going to make a replica of the Ontario Provincial Police Crown Vic:</p>
<p>
<a href="http://www.flickr.com/photos/smittyy/4799999962/" rel="external nofollow"><img src="http://farm5.staticflickr.com/4073/4799999962_b14caa9a3b.jpg" alt="4799999962_b14caa9a3b.jpg" loading="lazy"></a></p>
<p>
<a href="http://www.flickr.com/photos/smittyy/4799999962/" rel="external nofollow">Russell County (Rockland) O.P.P.</a> by <a href="http://www.flickr.com/people/smittyy/" rel="external nofollow">smitty93</a>, on Flickr</p>
<p>
</p>
<p>
So, let's open our CVPI template with GIMP, and right away, save it as an .xcf file. Our main background colour is black, so let's make a new black layer.</p>
<p>
</p>
<p>
Right-click on the background layer, create a new layer, and for simplicity, call it "black". GIMP will automatically select the newest layer for us to paint on, but if we needed to work on the another layer, we can click on it in the layers dialog, and edit on that layer.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830759228/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7053/6830759228_91e69c4f4a.jpg" alt="6830759228_91e69c4f4a.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976884421/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7056/6976884421_ce3f774944.jpg" alt="6976884421_ce3f774944.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
<em>"Whoa! Where'd the template go?"</em></p>
<p>
</p>
<p>
Don't worry, we can hide it. Either completely, by clicking the little 'eyeball'... :</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830758864/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7199/6830758864_d6b0594d98.jpg" alt="6830758864_d6b0594d98.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
...or partially, by lowering its opacity (making it partly transparent), both found in the layers dialog:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830758778/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7209/6830758778_be87aaf221.jpg" alt="6830758778_be87aaf221.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
We're now done with the black, so let's hide it completely, so we can see what we're doing. If you hide the template as well, you'll see the canvas is grey checkers, representing transparency. We'll need the template though, so let's leave it visible.</p>
<p>
</p>
<p>
--Note regarding white backgrounds--</p>
<p>
</p>
<p>
Some GTA IV vehicles support 'transparent' textures. They already have a white base, so no 'white' layer is needed. If you leave the skin's background transparent, you'll achieve a smaller file size, and a texture with slightly more detail that "pops" from the car, as if it were really decals. Most of Bxbug's cars require soild backgrounds, while LUXART's support transparency. If you're not sure if your car uses transparent textures, just paint the background solid white. You can tell whether or not by viewing the original textures in SparkIV. This example of LUXART's texture is transparent, notice the grey checkered background:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830758630/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7195/6830758630_6ea21043d5.jpg" alt="6830758630_6ea21043d5.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Let's make some more layers. The white paint, the stipes, logos, etc. will all be in seperate layers. Let's do the white paint next, by first creating a new "white" layer. We can verify that we're actually working on the "white" layer, and not the "black" or "template" because "white" is selected in the layers dialog. The roof's simple, it's all-white, so we'll draw a box and fill it with the bucket tool.</p>
<p>
</p>
<p>
The front doors need a little more precision, so that we don't paint the rear doors as well. We'll lower the opacity of the while layer, to around 50%, so we can see both the white and the template. We'll zoom in and paint with the brush or the pencil, erase some if we need to, all the while not affecting the black layer, template layer, or any other layer. Here. I just need to finish painting along the left gap between the doors:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976883725/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7044/6976883725_2d67992695.jpg" alt="6976883725_2d67992695.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Repeat the process for each new colour, stripe, logo, etc. Creating text will automatically create a new layer as well. I'll give more tips on text &amp; fonts in lesson 4.</p>
<p>
</p>
<p>
Remember, you can keep saving your work as an .xcf or .psd as you work. When you've finished, you'll need to save it as a .png., which doesn't allow multiple layers. GIMP will ask you if you'd like to merge the layers, or you can do so yourself before hand. Right-click on each layer in the layers dialog, and select "merge down". You can now delete the template layer also. Don't worry, If you need to change something later, you still have the .xcf copy in all its layers.</p>
<p>
</p>
<p>
<strong><span style="font-size:18px;">Lesson 3: Positioning &amp; Reference Points</span></strong></p>
<p>
</p>
<p>
How do you know where to put details like logos, text, &amp; stripes, or what size they should be? We can use a photo as a layer, and use it like we would use tracing paper. It should be noted that we are NOT using the photo as part of our final texture. We are using it for reference only. Think of it as using a projector on a white wall, projecting a photo on the wall, and painting what we see in the image. When we're done, we'd turn off the projector, or in this case, toggle the layer off or delete it.</p>
<p>
</p>
<p>
Since the above reference photo is a nice side-shot, let's save it, and drag it into our texture in GIMP.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976883545/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7065/6976883545_28a76a3d25.jpg" alt="6976883545_28a76a3d25.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
The photo is now its own new layer. We'll get rid of the excess background by placing a box around the edges of the car and selecting "crop to selection" from the Layer menu. (selecting "crop to selection" from the Image menu will crop the entire image, we don't want to do that). We'll resize it so that it's roughly the same size as the car in the template.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830758068/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7069/6830758068_0cfc46caf1.jpg" alt="6830758068_0cfc46caf1.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Lower the opacity of the photo layer, and position it over the car in the template.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976883095/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7056/6976883095_49e504aec1.jpg" alt="6976883095_49e504aec1.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
If the photo still doesn't fit, you can rotate it, or even change its perspective. This is an extreme example, to give you an idea.</p>
<p>
</p>
<p>
Resizing, rotating, and such can degrade the image quality a little bit each time, so we'd normally be concerned about overdoing it. But we aren't concerned here, since we won't be using any part of the photo itself in our texture. When we're ready to save the final texture as a .png, we'll delete the photo layer completely.</p>
<p>
</p>
<p>
I'm sure you can see the benefit of putting the real car over the template, especially if this car had a more complex design.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830757692/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7194/6830757692_2fbfb4de73.jpg" alt="6830757692_2fbfb4de73.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Now you can perfectly place all of your details, in their own seperate layers. Here, I've added details such as the crown, "O.P.P.", "POLICE", black and white stripes. <strong>None of these details are actually sourced from the reference photo.</strong> The text is made with the text tool, stripes with the brush tool, and the crown is taken from a different, high-res image (I'll describe how in a future lesson). When we delete the photo layer, the details will remain, in perfect proportions and positions:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830757560/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7184/6830757560_3e858507c8.jpg" alt="6830757560_3e858507c8.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
<strong><span style="font-size:18px;">Lesson 4: Text &amp; Fonts</span></strong></p>
<p>
</p>
<p>
Since lettering makes up such a big part of our textures, I've tried to put a lot of info in this lesson. Many of the methods here are also applicable to logos, stripes, or whatever.</p>
<p>
</p>
<p>
Finding the right font:</p>
<p>
</p>
<p>
If you have a sample image, and don't recognise what font is used, you can try asking in the forums, or searching yourself. I have samples of some common fonts below. <a href="http://www.identifont.com/" rel="external nofollow">Identifont</a> lets you identify a typeface by answering a series of questions. <a href="http://new.myfonts.com/WhatTheFont/" rel="external nofollow">WhatTheFont</a> lets you submit an image, and then automatically searches its database. Just remember to crop your example image so that only the lettering is visible.</p>
<p>
</p>
<p>
Note that not all lettering is necessarily a "font", and therefore may not be type-able. An example would be the scripted "Ford" in the blue oval logo. Such lettering would need to be "hand-drawn" (literally or digitally) in order to duplicate.</p>
<p>
</p>
<p>
Font Samples:</p>
<p>
</p>
<p>
These are just some of the many fonts that I use for vehicles, in not-much of a particular order. When making licence plates, "Roadway", "Mandatory", and obviously "Licence Plate" are useful.</p>
<p>
</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830935998/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7202/6830935998_1fbffe905d.jpg" alt="6830935998_1fbffe905d.jpg" loading="lazy"></a></p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6977063929/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7048/6977063929_0315f8fcbe.jpg" alt="6977063929_0315f8fcbe.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Editing the text:</p>
<p>
</p>
<p>
By this, I don't mean editing what the text says, but how it appears. When we input text with the text tool, GIMP creates a new text layer. We can tell it's a text layer by the 'T' icon:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976882595/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7037/6976882595_4ec305557d.jpg" alt="6976882595_4ec305557d.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
While it's a text layer, we can change things such as the typeface (font), the font size, colour, whether each line is aligned left, center, or right, and the spacing between each line or between each letter. We can also change the word itself, in case we need to correct a typo. If you've closed the text editor box shown in the centre here, you can reopen it by right-clicking the text layer in the layers dialog and selecting "Text Tool".</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830757220/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7202/6830757220_d759fcfb7f.jpg" alt="6830757220_d759fcfb7f.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Some editing techniques will alter the layer in such a way that it's treated like any other layer. From then on, we can't edit it with the tools in the text editor, such as changing font, etc. These methods may be used with things other than text as well, such as logos and stripes, but are especially useful here.</p>
<p>
</p>
<p>
For example, if we need "slanted" text, and there's no italic version of a typeface, we can use GIMP's shear tool to angle it right or left:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976882155/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7065/6976882155_a46eeafcfa.jpg" alt="6976882155_a46eeafcfa.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
After. Note how the layer called "POLICE" no longer has a 'T' icon. This means that GIMP no longer considers it to be a text layer:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830756832/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7202/6830756832_2a1b1a601a.jpg" alt="6830756832_2a1b1a601a.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Often, the text is either too tall or too short, relative to its width. We can scale the text either vertically or horizontally to achieve the proportions we want. Here, I've reduced the vertical size, in order to 'squish' the text:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830756722/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7065/6830756722_7542e14833.jpg" alt="6830756722_7542e14833.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
After:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830756614/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7055/6830756614_99a6f58af5.jpg" alt="6830756614_99a6f58af5.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Let's make a red outline to the text. I've selected red as my foreground colour, and created a duplicate of the text layer. To do this, right-click the layer and select "Duplicate Layer". The new layer is called "POLICE #1". Here' I've selected the "POLICE" layer to work on, you can tell by the blue in the layer dialog. Right-click the "POLICE" layer again, and select "Alpha to Selection". This puts dotted lines chasing each other around the text:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976881547/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7061/6976881547_26c226cb47.jpg" alt="6976881547_26c226cb47.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Now from the "Select" drop-down menu, select "Grow". Note that only the dotted lines grow, not the image. Here I've grown the selection by about 4 or 5 pixels:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976881355/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7061/6976881355_de79a3bc67.jpg" alt="6976881355_de79a3bc67.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
We can now fill that selection with the bucket fill tool. To fill the entire selection at once, hold down the shift key, instead of filling each letter seperately. The black layer is on top of the red layer, but if they're mixed up, just move them around with the little green arrows in the layers dialog.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976881173/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7195/6976881173_9c595b15b7.jpg" alt="6976881173_9c595b15b7.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
To make a fade between two colours, use the Gradient tool (just to the right of the bucket tool). Here, I've selected the outline again by using "Alpha to Selection". I have grey as the foreground colour, and red as the background colour. I've clicked the cursor at the bottom of the text, and dragged it to the top.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830755860/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7063/6830755860_faf6ecefc9.jpg" alt="6830755860_faf6ecefc9.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Here's a basic square to illustrate how placement of the cursor affects the gradient fade:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976880781/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7176/6976880781_74c7416eb3.jpg" alt="6976880781_74c7416eb3.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
You can fade at any angle you wish. By going diagonally, it makes the fade go diagonally:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976880681/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7191/6976880681_43aaf38c0e.jpg" alt="6976880681_43aaf38c0e.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Like I mentioned before, these methods are also very useful for stripes, logos, or whatever you need.</p>
<p>
</p>
<p>
<strong><span style="font-size:18px;">Lesson 5: Normal Maps</span></strong></p>
<p>
</p>
<p>
You've likely noticed in SparkIV some strange textures, usually licence plates, that look like this:</p>
<p>
</p>
<p>
<img src="http://i989.photobucket.com/albums/af15/loneblustranger/frontplate_n.png" alt="frontplate_n.png" loading="lazy"></p>
<p>
</p>
<p>
It's called a Normal Map, and creating it is actually quite easy once you know how.</p>
<p>
</p>
<p>
<em>"Wait, what is it, and why do I need one"</em></p>
<p>
</p>
<p>
It's a type of bump map, used for 'faking' the lighting of bumps and dents, without using more polygons. Here's a video:</p>
<p>
</p>
<div class="ipsEmbeddedVideo"><iframe width="459" height="344" src="http://www.youtube.com/embed/zC-TJVBZzEk?feature=oembed" frameborder="0" loading="lazy"></iframe></div>
<p>
</p>
<p>
If you aren't using GIMP or Photoshop, you can create them with programs such as <a href="http://shadermap.com/" rel="external nofollow">ShaderMap (free) and ShaderMap Pro (payware)</a> or CrazyBump (payware).</p>
<p>
</p>
<p>
If you are using GIMP or PS, there's free plugins available for each, that let you create Normal Maps right in the program. For Photoshop, nVIDIA makes one here: <a href="http://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop" rel="external nofollow"></a><a href="%7Boption%7D">http://developer.nvi...adobe-photoshop</a><a href="%7Boption%7D">, and for GIMP, you can find one here: </a><a href="http://code.google.com/p/gimp-normalmap/." rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">http://code.google.c...imp-normalmap/.</a><a href="%7Boption%7D"></a><a href="%7Boption%7D"> Apparently, there was an nVIDIA plugin for Paint Shop Pro, but it doesn't work with the latest version.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
As always, I'll be using GIMP for this lesson, so go ahead, install the pluin, and open GIMP.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Each normal map texture is paired with a regular texture, the same dimensions, and for the most part, identical other than the obvious strange blue/purple colour.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Some recent vehicle mods have the licence plates as a part of the main texture, but many still have the plates as seperate textures, usually 512x256 pixels. They're usually called "backplate" and "frontplate", and their normal maps are called "frontplate_n" and "backplate_n" Here's a 512x256 "frontplate" that I made:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/frontplate.png" alt="frontplate.png" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
We'll make a copy of "frontplate" and call it "frontplate_n", which will end up as our normal texture.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
We want the numbers to appear as though they're higher than the background. This particular style of plate has "CA EXEMPT" painted on, but it isn't stamped into the plate like the numbers are:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/41002268@N03/5101114651/" rel="external nofollow"><img src="http://farm2.staticflickr.com/1161/5101114651_4782cae217.jpg" alt="5101114651_4782cae217.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/41002268@N03/5101114651/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">1044243</a><a href="%7Boption%7D"></a><a href="%7Boption%7D"> by </a><a href="http://www.flickr.com/people/41002268@N03/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">Carbon Arc</a><a href="%7Boption%7D"></a><a href="%7Boption%7D">, on Flickr</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
For realism's sake, we don't want the "CA EXEMPT" to appear any higher than the background, so we'll just fill it in:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/snip1.jpg" alt="snip1.jpg" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
We're now ready to create our normal map, and actually, we're almost finished. Select Filters - Map - Normalmap:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/lonestranger_ryan/6830755410/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7198/6830755410_329c7178cb.jpg" alt="6830755410_329c7178cb.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
And this window will appear:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/snip3.jpg" alt="snip3.jpg" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
There's a lot of options here, but you don't need to mess around with much. Two things you will need to adjust are:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
a: Filter type. There's 4sample, Sobel 3x3, Sobel 5x5, Prewitt 3x3, etc. These will all have different effects on the intensity of the normal map. You can play around with them, and it'll show you how it'll look in the preview. I find Sobel 3x3 works best for my uses.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
b: Notice that I have "Invert X" and "Invert Y" checked. This is because the filter creates a normal map based on lightness and darkness. Normally, it will make dark areas low, and light areas high. Since this is the opposite of our licence plate, we need to invert them with the checkboxes. An alternative would be to make a plate texture with a dark background and light letters, but this is simpler.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Press OK, save your work, and that's it!</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><strong><span style="font-size:18px;"><a href="%7Boption%7D"></a><a href="%7Boption%7D">Lesson 6a: Optimizing a Simple Logo: Colour Correction</a></span></strong></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Sometimes, a Google image search will provide us with a perfect replica of a logo such as a door crest. Often, we aren't so lucky, and we'll cover those instances in Lesson 7. For now, let's do some minor editing on otherwise good logos.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
If you click &amp; view the largest size of this photo, you can see the rear side window decal is for Nevada Crime Stoppers:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/saxxon57/4111365550/" rel="external nofollow"><img src="http://farm3.staticflickr.com/2497/4111365550_0373c7c6e3.jpg" alt="4111365550_0373c7c6e3.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/saxxon57/4111365550/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">IMG_9156 &amp;quot;Nevada Highway Patrol&amp;quot;</a><a href="%7Boption%7D"></a><a href="%7Boption%7D"> by </a><a href="http://www.flickr.com/people/saxxon57/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">saxxon57</a><a href="%7Boption%7D"></a><a href="%7Boption%7D">, on Flickr</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Google image search only comes up with some red or black logos, not yellow:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://www.cityofhenderson.com/police/images/Crime_Stoppers_logo.JPG" alt="Crime_Stoppers_logo.JPG" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
We're going to turn the above solid image into a transparent yellow one.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
In the Layers dialog, mouse over the layer and right-click. Select "Add Alpha Channel". This allows us to add transparency. With the "Select By Colour" tool, click the white area, then right-clic, select "Edit", and select "Cut". There might be some stray white pixels around the edges, but that's fine for now:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/lonestranger_ryan/6976880337/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7060/6976880337_fc5ea38cd5.jpg" alt="6976880337_fc5ea38cd5.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
If we just went ahead and bucket-filled everything, it would either leave rough edges, or not fill in everything, or both. Instead, we'll use the "Colourize" function.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
The next step is only needed since there's more than one colour, in this case black and red. From the colours menu, select "Brightess-Contrast" and slide the contrast all the way to the left. This will make everyting the same shade of grey. Otherwise, in the next step, the portions that are currently red will always look lighter than the black ones.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Now, to make it yellow, from the "Colors" menu again, select "Colorize". By using the "Colour Picker" tool on the priginal photo, I know the yellow color should be around Hue: 33 and Saturation: 51. Adjust lightness as needed:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/lonestranger_ryan/6976880299/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7052/6976880299_2752e2d81b.jpg" alt="6976880299_2752e2d81b.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
To match the photo, we can delete the "OF NEVADA" bit, and resize the numbers, but I think you get the idea.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><strong><span style="font-size:18px;"><a href="%7Boption%7D"></a><a href="%7Boption%7D">Lesson 6b: Optimizing a Simple Logo: Adding realistic detail</a></span></strong></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
It's easy to find a great quality logo for a force as large as the RCMP, such as this one from Wikipedia:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://upload.wikimedia.org/wikipedia/en/thumb/c/c5/Royal_Canadian_Mounted_Police.svg/200px-Royal_Canadian_Mounted_Police.svg.png" alt="200px-Royal_Canadian_Mounted_Police.svg." loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Heck, it's even a transparent .svg file available in sizes from 200px to 2000px, and if you weren't as picky as me, you could scale it to fit and just use it as-is. But, I think what seperates a good skin from a great one are the details. On this close-up of an RCMP car door, we can see the decal has a white background that is a little larger than the logo:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/29768538@N02/5858823557/" rel="external nofollow"><img src="http://farm4.staticflickr.com/3148/5858823557_4ac6695311.jpg" alt="5858823557_4ac6695311.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/29768538@N02/5858823557/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">RCMP Door Logo</a><a href="%7Boption%7D"></a><a href="%7Boption%7D"> by </a><a href="http://www.flickr.com/people/29768538@N02/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">mile105</a><a href="%7Boption%7D"></a><a href="%7Boption%7D">, on Flickr</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
It's greyish-white because it's made from reflective vinyl:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/31617864@N02/4199175150/" rel="external nofollow"><img src="http://farm3.staticflickr.com/2610/4199175150_1384fde306.jpg" alt="4199175150_1384fde306.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/31617864@N02/4199175150/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">DSC_0043</a><a href="%7Boption%7D"></a><a href="%7Boption%7D"> by </a><a href="http://www.flickr.com/people/31617864@N02/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">C-GCLL</a><a href="%7Boption%7D"></a><a href="%7Boption%7D">, on Flickr</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
We're going to add the greyish-white surround to the RCMP logo from Wikipedia, in just few simple steps.</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
I've opened the 500px version of it in GIMP. We can see the canvas is no larger than the edges of the logo:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/Captuthtrhre.jpg" alt="Captuthtrhre.jpg" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
We need a bigger canvas to put our white surround onto, so from the "Image" menu, select "Canvas size", and change the width from 500 to 550 pixels or so. Move the logo to the centre of the canvas, and you'll see the layer is still 500px wide, as shown by the yellow dotted lines:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/Capgbgfbture.jpg" alt="Capgbgfbture.jpg" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
From the "Layer" menu, select "Layer to image size". We're going to make a copy of the layer to make our white with. Mouse over the background layer in the Layers dialog, right-click, and select "Duplicate Layer". The top layer we'll leave unchanged. Working on the bottom layer now, mouse over the bottom layer in the layers dialog, righ-click, and select "Alpha To Selection". This will put dotted lines around the border of the logo. From the "Select" menu, select "Grow". In this case, I chose to grow by 6 pixels. How much you need to grow may take some trial and error. You can see the selection's dotted lines are bigger than the logo now:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/Capturgbgfbe.jpg" alt="Capturgbgfbe.jpg" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Finally, with a suitable greyish-white as your foreground colour, just bucket fill the selection:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/Captufbfdbre.jpg" alt="Captufbfdbre.jpg" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Holding shift while you bucket fill will fill the entire selection, leaving no gaps between the white and the logo. That's why I chose to leave the original logo in an upper layer. Merge, and you're done!</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Round, oval, square or rectangular decals are even simpler. Just make your lower layer with the "Rectangle Select" or "Ellipse Select" tool. For instance, my Los Angeles Sheriff and Police Departments skins both have simulated clear backing to the "Emergency 9-1-1" decals on the fenders, such as here in the lower left of the photo:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/navymailman/3400889817/" rel="external nofollow"><img src="http://farm4.staticflickr.com/3442/3400889817_3d208f7812.jpg" alt="3400889817_3d208f7812.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/navymailman/3400889817/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">LOS ANGELES POLICE DEPARTMENT (LAPD)</a><a href="%7Boption%7D"></a><a href="%7Boption%7D"> by </a><a href="http://www.flickr.com/people/navymailman/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">Navymailman</a><a href="%7Boption%7D"></a><a href="%7Boption%7D">, on Flickr</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Here, I'd just make a rectangle, a little lighter than the black paint, and place my white "Emergency 9-1-1" lettering above the rectangle. Here's the final result (click for full size):</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.xfire.com/profile/loneblustranger/screenshots/?view#116488178" rel="external nofollow"><img src="http://screenshot.xfire.com/s/116488178-2.jpg" alt="116488178-2.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><strong><span style="font-size:18px;"><a href="%7Boption%7D"></a><a href="%7Boption%7D">Lesson 7: Creating a Complex Logo From a Car Photo</a></span></strong></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
As I stated before, sometimes finding a suitable logo isn' so easy. Search for "Michigan State Patrol logo", and you'll find many like this:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://upload.wikimedia.org/wikipedia/en/thumb/c/c0/MI_-_State_Police_logo.jpg/220px-MI_-_State_Police_logo.jpg" alt="220px-MI_-_State_Police_logo.jpg" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
On its own, it looks good, but it's not quite the same as what is actually on the cars:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/joeross/4538987185/" rel="external nofollow"><img src="http://farm5.staticflickr.com/4066/4538987185_e3aae42362.jpg" alt="4538987185_e3aae42362.jpg" loading="lazy"></a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><a href="http://www.flickr.com/photos/joeross/4538987185/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">Michigan State Police cars -- Door Seal on 1992 Ford Mustang 5.0</a><a href="%7Boption%7D"></a><a href="%7Boption%7D"> by </a><a href="http://www.flickr.com/people/joeross/" rel="external nofollow"></a><a href="%7Boption%7D"></a><a href="%7Boption%7D">Corvair Owner</a><a href="%7Boption%7D"></a><a href="%7Boption%7D">, on Flickr</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
Using the photo above, I'm going to show you how to create a perfect logo nearly from scratch, and end up with something like this:</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a><img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/michiganlogoleft194.png" alt="michiganlogoleft194.png" loading="lazy"></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
</a></p>
<p><a href="%7Boption%7D"></a><a href="%7Boption%7D">
If you'd like to work on the same image yourself, you can download the original size herehere</a> A big thanks to <a href="http://www.flickr.com/people/joeross/" rel="external nofollow">Corvair Owner</a> on Flickr for the photo.</p>
<p>
</p>
<p>
<strong>Step 1a: Finding a suitable photo.</strong></p>
<p>
</p>
<p>
Large, high-resolution photos, taken straight on to the subject work best. The larger, the better. Even though the final logo we place on the template will be shrunk down to around 125 to 200 pixels high, the process we will use to create it will work best if it is much larger.</p>
<p>
</p>
<p>
Shadows, reflections, or body creases can be dealt with, but are best avoided if possible. Smaller photos, or ones shot at an angle aren't impossible to work with, but will make our job more diffucult.</p>
<p>
</p>
<p>
The photo I've chosen isn't perfect. If we used the logo as-is, the body lines and reflections would show. Our goal is to remove these imperfections. Fortunately, it is high-res, in focus, and shot straight-on.</p>
<p>
</p>
<p>
<strong>Step 1b: Optimizing smaller photos, in case you can't find a large one.</strong></p>
<p>
</p>
<p>
The CVPI's door is 250 pixels high from the window to the rocker panel. The logo we place on it won't be any larger than that, but a larger image will be easier to work with. If the largest image you can find is only 250 or 300 pixels high, it's best to enlarge it before further editing. In GIMP, from the Image menu, select "Scale Image". A good rule of thumb is to double its width and height. It won't appear any more detailed at first, but it gives us four times the pixels to manipulate.</p>
<p>
</p>
<p>
For reference, in our case, the logo will be 194 pixels high. Using my method from Lesson 3, I placed a photo over the template to determine placement and size of the logo. I measured the height using the "Measure" tool:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976880049/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7198/6976880049_b9a69c8995.jpg" alt="6976880049_b9a69c8995.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
<strong>Step 2: Seperate each colour into its own layer.</strong></p>
<p>
</p>
<p>
Stay with me, it's easier than it sounds. With our Michigan State Police logo, we have only four colours: gold, navy blue, black, and a little bit of red. At least, that's how the vinyl was printed. In the photo, none of the colours are uniform, due to the reflections. The gold and blue are lighter at the top, and the black is nearly grey. We'll correct each one seperatly, in its own layer, and keep the original photo in its own layer as well.</p>
<p>
</p>
<p>
I cropped the image to just the logo area, just to make life simpler. Now's a good time to save the work as an .xcf, so we can save as we go and keep our layers intact. Let's start with the gold. With the "Select By Colour" tool, left-click on the gold area. The dotted lines show what has been selected.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830754932/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7204/6830754932_722bca5224.jpg" alt="6830754932_722bca5224.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
As you can see, it only picked some of the darker area below. To add the lighter areas, hold "Shift" and click the missing areas. To un-select an a shade, hold "Ctrl" and click it. You'll likely need to zoom in to see what you're doing:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976879795/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7205/6976879795_dc4ac70ec9.jpg" alt="6976879795_dc4ac70ec9.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
You might not need to go too crazy picking every little stray pixel. In this screencap, sone of the edges near the black aren't selected, and some of the black is selected, such as the sun:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830754648/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7181/6830754648_dc039205d2.jpg" alt="6830754648_dc039205d2.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
We'll do our best to preserve these details, but in reality, many of them will be lost when we scale down to fit the template. On the other hand, had we started with a small photo, these details might not even be picked up at all.</p>
<p>
</p>
<p>
Once you're satisfied that you have enough gold selected, mouse over anywhere in the main window, right-click, select "Edit", select "Copy". Right-click again, select "Edit", select "Paste". We now have our gold on its own, so let's make it its own layer. Mouse over "Floating Selection (Pasted Layer)", right-click, select "New Layer":</p>
<p>
<img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/Capgregture.jpg" alt="Capgregture.jpg" loading="lazy"></p>
<p>
</p>
<p>
I've hidden the lower layer to show the gold by itself. Now, it's even more apparent that it's all sorts of different shades:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976879419/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7205/6976879419_3bfb9242ae.jpg" alt="6976879419_3bfb9242ae.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
We're ready to make it all one colour. With the "Colour Picker" tool, select the pedominant colour, or whatever you feel is the correct shade. In this case, I picked the upper part of the elk. In the "Layers, Channels, Paths, Undo" dialogue, mouse over the new layer, right-click, and select "Alpha To Selection". This will select all the gold area with dotted lines again. Now, we just use the "Bucket Fill" tool to paint everything the same colour. Hold "Shift" as you click it, and it will fill the entire selection in one go. If you need to un-select the gold again, just click the main window with the "Rectange Select" tool.</p>
<p>
</p>
<p>
Repeat the process for the black layer. As long as you dont select and drag them around, each layer will stay aligned. Sometimes, there will be some portions that were selected, but aren't part of the logo (black horizontal lines, in this case). Just erase them from the black layer, as I've started to do here:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976879155/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7200/6976879155_a42dcdd199.jpg" alt="6976879155_a42dcdd199.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Another issue with my black layer is that some areas weren't picked up at all, for instance where the black and gold meet. To fix it, I paint it by hand, purposely "painting outside the lines" and going into the gold. Here, the black layer is above the gold:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976878903/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7039/6976878903_7e97ac0c7b.jpg" alt="6976878903_7e97ac0c7b.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
But, if we move the black layer below the gold, it's easier to work with. Using this method ensures that there's no gap between black and gold. Since the gold layer's edges are nearly perfect, it looks best on top:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830753742/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7045/6830753742_b10d6a452b.jpg" alt="6830753742_b10d6a452b.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
**Tip: you can quickly and easily change the paintbrush and eraser size with the "[" and "]" keys.**</p>
<p>
Correcting these errors is the most tedious part of the process. You don't have to be perfect, but major errors will likely show up after we scale it down.</p>
<p>
</p>
<p>
Here's my finished black layer. Looks awful, right?:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830753578/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7209/6830753578_2b833679f4.jpg" alt="6830753578_2b833679f4.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
But with the gold layer above it:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830753362/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7046/6830753362_72a25e435e.jpg" alt="6830753362_72a25e435e.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
For the blue, we don't even need to select/copy/paste it. Create a new layer, below the gold and black ones. Just paint it all in by hand, like I did when I corrected the black. This will ensure there's no gaps between the blue and the other colours.</p>
<p>
<img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/Captvfsdvfvure.jpg" alt="Captvfsdvfvure.jpg" loading="lazy"></p>
<p>
</p>
<p>
Lastly, we'll tackle the red. This is a very colourful and detailed area, notice that the gold layer didn't pick up the lettering:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830752914/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7192/6830752914_ebb10ca4d6.jpg" alt="6830752914_ebb10ca4d6.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Since it has no errors on its own, We'll just copy it as-is from the photo layer:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976877799/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7200/6976877799_c79470e25a.jpg" alt="6976877799_c79470e25a.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Copy, paste, and create new layer as before. Using the "Eraser" tool, we'll erase the surrounding blue. Since we already created a nice black layer (which we'll place above), we can erase some of the black edges so that we're sure there's no blue left:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976877699/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7206/6976877699_a30a430a31.jpg" alt="6976877699_a30a430a31.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
That should just about do it. Saving a copy your work as an .xcf file will keep each layer seperate, in case we need to go back and darken the blue layer, for instance. But for the final product, we need to merge all the layers. From top to bottom: gold, black, red, blue.</p>
<p>
</p>
<p>
The MSP logos are different from the right side of the car to the left, so we need to reverse ours for the other side. After merging, make a copy of the image. In the new image, make a copy of the layer by right-clicking it and selecting "Duplicate Layer". Flip the new layer with the "Flip" tool. Here, I've lowered its opacity so I can tell them apart. You might need to move it side-to-side a little to line up with the lower layer:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976877517/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7207/6976877517_52ecf0ffef.jpg" alt="6976877517_52ecf0ffef.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Hide the upper layer, and erase the "lightning bolt" part from the lower layer:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976877283/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7184/6976877283_be1883070a.jpg" alt="6976877283_be1883070a.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Now, working on the upper layer, erase the edges of the crest:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976877027/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7059/6976877027_aa1f103f67.jpg" alt="6976877027_aa1f103f67.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Move the upper layer down below the lower layer, merge the two, and fill in any gold near the edge of the crest and lightning bolt, and it's done:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830751848/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7052/6830751848_4ab2fe9fd4.jpg" alt="6830751848_4ab2fe9fd4.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
From the Image menu, select "Scale Image", and make it 194 pixels high. Copy &amp; paste it onto the template, using the reference photo for near-perfect fit:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976876571/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7188/6976876571_26556d9dae.jpg" alt="6976876571_26556d9dae.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Since it's much smaller now, many details have been lost. Some were good, and some were bad. In scaling it down, the image was smoothed a bit. We lost some sharp details that looked nice, and lost some rough edges and imperfections as well. That's why we don't have to be super-picky with errors in the high-res version. If, after scaling down, we still spot errors, we can easliy go back to our full-size .xcf file and correct them. If I choose to make the blue darker, or the gold yellower, etc., I can easily do so, since I still have the original copy, seperated into layers.</p>
<p>
</p>
<p>
I hope this helped you create your own high-quality logo.</p>
<p>
</p>
<p>
<strong><span style="font-size:18px;">Lesson 8: Creating Simulated Reflective Vinyl</span></strong></p>
<p>
</p>
<p>
Ridgerunner had asked for this lesson long ago, but until now, I hadn't posted it to the public.?</p>
<p>
</p>
<p>
Note that I said "simulated". This lesson is intended to teach how to make you graphics appear as though they're made from reflective vinyl, but they will <strong>not</strong> react to the light as, say, a specular map can do.</p>
<p>
</p>
<p>
The basic steps are</p>
<p>
1: Create our graphics such as stripes, lettering, logos normally, as if they weren't reflective.</p>
<p>
2: Create a seamless pattern that looks like our desired reflective material.</p>
<p>
3: Apply the pattern to the desired areas, but in a new layer.</p>
<p>
</p>
<p>
Regardless of the type of material, the process of applying it to the texture is the same.</p>
<p>
</p>
<p>
<strong>Step 1: Creating the base graphics.</strong></p>
<p>
</p>
<p>
We likely want the reflective pattern to appear on the stripes only, and not the background "paint" of the car. When creating the graphics, leave them in their own layer, don't merge them to a soild background before applying the pattern. If you want the pattern to be applied only to certain sections, it's even better to leave those sections in their own layer, although it's not essential.</p>
<p>
</p>
<p>
<strong>Step 2a: Creating a seamless pattern from scratch.</strong></p>
<p>
</p>
<p>
We can make a pattern from scratch, or from an image. First, we'll make one from scratch, and later, after I've shown step 3, I'll show you how to make one from an image. Making one from an image is a little more complicated, and it might make more sense if we've already learned what we're trying to achieve.</p>
<p>
</p>
<p>
Create a new image in GIMP, only 2x2 pixels large, with a transparent background.</p>
<p>
</p>
<p>
<img src="http://i989.photobucket.com/albums/af15/loneblustranger/GTA%20IV%20tutorials/hyhCapture.jpg" alt="hyhCapture.jpg" loading="lazy"></p>
<p>
</p>
<p>
Make one pixel 100% black. Create a new layer, and make two more pixels, in opposite corners. Make them also 100% black, but lower the layer's transparency to around 50%.</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830751430/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7179/6830751430_8c46aeeecf.jpg" alt="6830751430_8c46aeeecf.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Merge the layers and save the image. Your scratch-made pattern is done, but leave its window open for now. (There's a way of saving it as a pattern instead of an image, but this method works fine for me). This is just a basic pattern, and might not be best for every type of reflective decal, so feel free to experiment with different sizes and arrangements.</p>
<p>
</p>
<p>
Step 3: Applying the pattern.</p>
<p>
</p>
<p>
Open your car texture. In this example of my RCMP Taurus, all of the graphics are in a single transparent layer, with the template in a separate layer. Here's a closeup of the driver's door:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976904257/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7183/6976904257_88fd1fc6bc.jpg" alt="6976904257_88fd1fc6bc.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Select the layer you want the pattern applied to, right-click the layer, and select "Alpha to Selection". This will apply "crawling ants" dotted lines around the edges of the graphics:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6830777850/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7046/6830777850_436ae11b1f.jpg" alt="6830777850_436ae11b1f.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Create a new layer, since we won't be applying the pattern directly to the graphics yet. Leave the window open, and go back to the pattern you made. Right-click it and select "copy", then go back to the car texture again. Select the "Bucket Fill" tool from the toolbox. In the lower part of the toolbox, there's some options. Under "Fill Type", select "Pattern Fill". The default pattern will likely be "Pine", but we'll change it regardless. Click the little "Pine" box, and a window with a bunch of patterns will show up. the one in the top left is called "Clipboard". It's whatever the last item we copied was, in this case, or scratch-made pattern. Select it. The "crawling ants" should still be there around our graphics. In the new layer, use the "Bucket Fill" tool to fill the "crawling ants" with our pattern:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976903555/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7064/6976903555_d7c4258ef1.jpg" alt="6976903555_d7c4258ef1.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
If there's areas of the graphics that you don't want the pattern applied to, just remove the pattern with the eraser tool, as I'm doing here on the crest:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976903097/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7061/6976903097_90e1f081d8.jpg" alt="6976903097_90e1f081d8.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
Of course it's way too dark, that's why we kept the pattern in its own layer. Depending on the pattern, you may need to experiment with the layer to get it to look right. In this case, I just reduced the pattern layer's opacity to 14%:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6976902591/" rel="external nofollow"><img src="http://farm8.staticflickr.com/7041/6976902591_5b5ef42b1c.jpg" alt="6976902591_5b5ef42b1c.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
But, you may want to try different modes of merging. In the layers dialog, it says "Mode: Normal". Beside it is a drop-down menu, with dissolve, dodge, burn, etc. If you haven't used them before, try each one to see how it effects the texture, and remember you can still adjust the opacity as well.  Once satisfied, merge the layers, and you're done! Here's the same pattern, applied to a different livery, and what it looks like in real life. Click for larger sizes in order to see the reflective detail:</p>
<p>
<a href="http://www.flickr.com/photos/lonestranger_ryan/6103658484/" rel="external nofollow"><img src="http://farm7.staticflickr.com/6191/6103658484_385e0b2989.jpg" alt="6103658484_385e0b2989.jpg" loading="lazy"></a></p>
<p>
</p>
<p>
<a href="http://www.flickr.com/photos/billkatygemma/4497966997/" rel="external nofollow"><img src="http://farm3.staticflickr.com/2740/4497966997_ecc6f69845.jpg" alt="4497966997_ecc6f69845.jpg" loading="lazy"></a></p>
<p>
<a href="http://www.flickr.com/photos/billkatygemma/4497966997/" rel="external nofollow">City of London Police, Octavia Police Car</a> by <a href="http://www.flickr.com/people/billkatygemma/" rel="external nofollow">BillKatyGemma</a>, on Flickr</p>


]]></description><guid isPermaLink="false">8</guid><pubDate>Fri, 21 Sep 2012 18:31:27 +0000</pubDate></item></channel></rss>
