Gimp Sims 3 Pattern Tutorial

By TSR Staff

For this Sims 3 pattern tutorial, it is assumed that you already have some basic knowledge about how to work with the Gimp. It will teach you how to use channels and working with the DDS format.

Needed for this tutorial:

  • The Gimp (freeware) – http://www.gimp.org/. You’ll need version 2.6 or higher.
  • DDS-plug-in for Gimp – http://nifelheim.dyndns.org/~cocidius/dds/ (use the win32 binaries link under downloads, and place the extracted dds.exe file in the Gimp plug-in folder, usually located at C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins).

Patterns in Sims 3

Patterns in The Sims 3 make use of the 4 channels red, green, blue, and alpha. The channels themselves are grayscales, and work as a mask. A pattern can use 1, 2, 3, or 4 channels.

There are basically two ways to create the channels: the direct method (working directly in each of the channels) and the indirect method (working on a base image and use the RGB channels of that image as the channels for your pattern.

Patterns with only one color (light and dark versions of one color) can be made very well with the (easier) indirect method. Four-color channel patterns must be made with the direct method. Patterns with 2 or 3 channels can be made with both, but it depends on the type of pattern which method will give the best result.

In this tutorial we will start with the more simple indirect method, and move on to working in the channels themselves later on.

Creating Channels – Indirect method – One color

First will be explained how to use the indirect method for patterns with 1 color.

  • Open Gimp and create a new 256×256 image.
  • Create your pattern. Since it’s a 1 color pattern, it will need to have lighter and darker shades of grey. Make sure the pattern is seamless. As an example is here a built-in pattern of Gimp used.
    create a seamless pattern

Everything in the pattern that is white, will fully take the color that is used for the pattern. The more darker grey it is, the less it will take the color that you choose for the pattern.

  • Choose a pure red as foreground color (255,0,0).
  • Select Bucket Fill – Mode: Multiply.
  • Fill your pattern with pure red.
    fill your pattern with pure red
  • Save your file as DDS: Compression None – Format RGBA8 – Generate mipmaps.
    save the DDS file
  • You can now start Sims3Workshop, import your DDS file there, and choose the color that you want to use for this pattern.

Creating Channels – Indirect method – Two or Three colors

When using 2 or 3 channels, you’ll need to work with layers. Make sure you have the window for layers open in Gimp (Windows > Dockable Dialogs > Layers).

  • Add 1 or 2 layers, depending on the number of colors you want to use for your pattern.
  • Create each part of the pattern on a different layer.
    Here you see the base of a pattern that will have 3 color options.
    Sims 3 pattern with three color options
  • Color the layers red, green and blue (when using 2 channels use red and green). Always use red for the background and green and blue for the layers above that.
    creating a Sims 3 pattern in Gimp
  • Merge the layers down to make it a one layer image (Layer > Merge down)
  • Save your file as DDS: Compression None – Format RGBA8 – Generate mipmaps.

Working directly in the channels

As long as you’re using solid colors in you pattern, a 2 or 3 channel pattern can be made with the indirect layer method without too much problems. But when your pattern has parts that are not solid, the red, green and blue channel can get mixed up, resulting in parts of the pattern that will take for instance a bit of both the colors in the green and blue channel. In that case it’s best to work directly in the channels. In the Gimp you will need to decompose the color channels into layers to be able to do that.

  • Create a new 256×256 image.
  • If you want to use 4 channels, you’ll need to add an alpha channel. To do that, choose Layer > Transparency > Add Alpha Channel. If you want to use less than 4 channels, you can skip this.
    add alpha channel
  • Decompose the color channels into layers. (Colors > Components > Decompose).
    decompose the color channels into layers
  • Choose RGB if your pattern will have less than 4 channels, and RGBA if you want to use 4.
  • Check the “Decompose to layers” box.
    decompose and extract channels

You now get a new image with 3 or 4 layers, called red, blue, green, and alpha. You can only work in grayscale in these layers.

Create the different parts of your pattern in each of the layers, and keep in mind that white parts will fully take the color, black will be fully transparent (it will let the channel below it show it’s color and for the lowest channel (red) it will show the background), and grey will partly show the color. Don’t use transparent parts when working in the decomposed channels, only black, white and grey.

don't use transparent parts

Since you can’t work with transparency in the decomposed channels, it is easier to create the base of your pattern in a different image, with each part in a different layer, and copy those parts into the decomposed channels. That way you can use transparency while designing your pattern. Make the decomposed channels completely black before you copy your pattern on it, and invert the black/white of your pattern if needed (Colors > Invert). Here is an example of a 4 channel pattern, with the original design in a different image, and each part of it copied into the decomposed channels.

When you’re ready with creating each part of your pattern, you’ll need to compose the channels again, to make the decomposed channels work again as red, blue, green and alpha channels.

  • In the menu choose Colors > Components > Compose.
    create Sims 3 pattern in Gimp
  • Choose Color model RGB if it has 3 channels, and RGBA with 4 channels. Don’t change the other settings.
    don't change the other settings

At this point the result you get can look very strange, especially when you have used the alpha channel. The color channels will also not look like you just made them when they were decomposed. Don’t worry, the end result will be ok.

This is for instance how the composed image of the earlier example and it’s red, green, blue and alpha channels looks like.

create seamless Sims 3 pattern in Gimp

  • Save the compose image as DDS file (you need to have the DDS-plugin for this).
  • Use Format RGBA8.
  • Select “Generate mipmaps.”
    save as DDS

You can now import the DDS file in The Sims 3 Workshop.

import Sims 3 pattern in the TSR workshop

The RGB mask Image can first look strange in The Sims 3 Workshop, but as soon as you have assigned colors to each of the channels, it will look like the pattern you designed.

finished Sims 3 pattern in Gimp

Additional Gimp tips

For making seamless patterns, it’s often helpful to turn the grid on, and make the grid fitting the 256×256 size.

  • Choose Edit > Preferences > Default Grid.
  • Change Spacing Width and Height to 8 pixels. (The grid will only change for new images! Existing images will keep the grid they had).
  • Choose View > Show Grid and/or View > Snap to Grid.

Test the seamlessness of your image by Tiling it.

  • Filters > Map > Tile ( 1024 is a good size to test for seamlessness).

You can change the layer and channel preview-size , to give you a better view on how they look.

  • Click on the little triangle in the upper right corner of the layer/channel window.
  • Choose Preview Size > Enormous.

When you want to turn a colored image to a grayscale, you can tweak the way it is done.

  • Colors > Desaturate. You can choose between Lightness, Luminosity or Average. The best result will for patterns often be the one that gives you the most contrast.
  • If the grayscale doesn’t give enough contrast, you can tweak it further by using Colors > Brightness-Contrast.
  • If that’s still not giving the wanted result, you can also use Colors > Curves. Grab the curve and move it to get the result you want to have.
Download blocked
Please turn off your ad-blocker to download.
If ads are a problem you can become a VIP member and enjoy an ad-free site.



Getting this message with no ad-blocker active?
Go here for help .

You still have in credit - why not treat yourself to some VIP?

No, thanks, not now Go to shop
Download Basket
Basket example

As a VIP member, you can add up to 1 Gb of custom content in your Download Basket and download it all together in just one click.

Try VIP membership for free.

Favorites
Basket example

This feature requires a free account - do you want to sign up now?


As a registered member, you can add up to 10 items in your favorites list.
As a VIP you can add up to 1GB of favorite items and download them all in one click.

Favorites

You free quota has been reached. As a free member you can have up to 10 items on your favorites list.

Favorites example

For as low as $3/Month you can:

  • Have unlimited favorites
  • Download all favorites in one click
  • Add favorites to the download basket
  • Download all selected favorites with the TSR CC Manager

Saved searches

Why not save your search and let us alert you when new matching downloads become available? All this and more for just $3 / mo!.

Upgrade Your Subscription
Get 4 free months of VIP at The Sims Resource by upgrading to an annual plan for just $24!
Upgrade Your Subscription
Get 4 free months of VIP at The Sims Resource by upgrading to an annual plan for just $24!
Upgrade Your Subscription
    Selected Payment Method:
    $24 will be charged to the selected payment method.
    TSR CC Manager
    Basket example
    As a VIP member, you can One Click download, install and manage your custom content fast and easy with the TSR CC Manager.
    Try VIP membership for free.
    .edu Email detected
    It looks like you're trying to register with an email from your educational facility. .edu emails don't tend to allow TSR emails through the gateway. As a result:
    • you won't be able to reset your password should you forget it
    • you won't able to change your email address later
    • if you need to contact Support, our Support Team will not be able to reach you.
    We strongly recommend you choose a personal email address.
    OK
    Generate Gift Card Promotion

    VIP Members get 3 Days Early Access
    VIP Early Article Access
    The Magazine will be publicly available on May 20, 2022. Don’t want to wait? Get VIP Membership and Read it Now!
    Update Email Address:
    E-mail*:

    In order to unlink your account, you must set a password
    Password:
    Password Again:

    Download Basket

    - items + - item(s) with required items

    Total size: - of 1GB ( left)

    Sort by
    Date, new to old
    • Date added to the basket
    • Name of creation
    • Artist name
    • Date item published
    • Size of the creation
    Asc
    • Asc
    • Desc
    Filter
    All items
    • All items
    • Selected only
    # Item Name
    Artist
    Date Added
    Item Type
    Size
    Please wait - loading...

    Download Basket

    Sort by
    Date, new to old
    • Date added to the basket
    • Name of creation
    • Artist name
    • Date item published
    • Size of the creation
    Asc
    • Asc
    • Desc
    Filter
    All items
    • All items
    • Selected only
    Please wait - loading...

    - items + - item(s) with required items

    Total size: - (1 GB Maximum)

    Please don't solicit our artists for other work, joining other sites or seeking to take and upload their work elsewhere. This is something we don't allow.

    This is a VIP feature only. Unlock everything by joining our VIP supporters plan today!
    Favorites example

    Limited Time Offer
    Now extended to 21st March!

    For a limited time only, we’re giving away a free Shockwave game to anyone signing up to our annual VIP premium access plan!

    Choose your free game!

    1
    2
    I don’t want a free game - just send me my VIP!
    Buy my annual VIP pass for giving me premium access to The Sims Resource and send me my free game!

    Your game code will be emailed to after you complete your purchase

    Want your game code to be sent to a different email? Click here to change

    *Note: games are non-refundable once this plan is purchased. Any refund we issue under our usual Terms Of Service will have the retail value of $6.99 deducted from the refund price.


    Limited Time Offer
    Now extended to 21st March!
    Are you sure you don't want a free game?

    Thanks! Someone from Support will be in touch very soon!

    Replies are normally within 24 hours and often a lot sooner.

    Ensure that you add [email protected] to your email safe-senders list!

    Want to add this item to your Basket?

    Learn More about VIP
    Want to install with CC Manager?

    Learn More about CC Manager
    By Artist Name
    Published November 15, 2022 •
    Download Now Downloaded View More Details See More and Download Now CC Manager CC Manager Add to Basket Add to Basket Please wait - adding... Added to Basket Delete from Basket Please wait - adding...