I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:The GIMP

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

The GIMP (GNU Image Manipulation Program), available at www.gimp.org

You should find a version for almost any platform. (And its Free)

Terrain Maps for UT2003[edit]

Generating a terrain map for UT2003 is pretty simple in The GIMP.

A few quick easy steps to have a nice random terrain map.

  1. Create a New image.
  2. Right click in image goto filters -> render -> Clounds -> Plasma2
  3. Tweak settings to your pleasure and hit "OK"
  4. Right click in image goto filters -> Blur -> Blur
  5. Run it 30-50 times depending on how smooth you want the terrain. (Theres a repeat # of times option)
  6. Tweak till you have what you want.
  7. save as bitmap.

And your done.

This seems to generate terrain that is a bit "bumpy" in spots but running the in-editor smooth over it seems to work wonders.

Creating a seamlessly tiling texture in GIMP[edit]

  1. Size your intended image to what is appropriate
  2. Go to Layers>Transorm>Offset
  3. There is a choice to simply offset by half in both x and y, or you can enter your own values if you prefer
  4. Now you will see lines in the image, these are your old edges
  5. Press the "c" key to bring up the cloning tool
  6. Sample an area with a brush ( holding ctrl while left clicking) that has about 95 per cent hardness, I will typically start with a brush that has a diameter 1/4 the width and or height of my texture then use a small one for finishing touches
  7. Once you have gotten rid of the lines, offset the image by half again to check and make sure you didn't create any new edge discrepancies, if it looks good, offset it again and save it for import into UED

Useful UnrealEngine-related plugins[edit]

The following two plugins help provide the same features as nVidia's texture tools, without the need for Photoshop:

But how do I install the damn thing?[edit]

Debian[edit]

On the console, type: apt-get install gimp

For RedHat, Mandrake, Suse[edit]

(and other RPM based Linux distributions): If you selected The GIMP while installing the distribution, it's probably already installed. If not, use the software manager or package manager of your distribution to install it (or if you prefer the console, use rpm).

For Gentoo[edit]

On the console, type emerge -av gimp, or use a graphical tool if you'd rather (kportage, porthole, etc.).

Windows[edit]

Download installer here
The official homepage is here; seperate packages of precompiled dependencies can be found here too.

Mac OS X[edit]

GIMP.app.

Everything else[edit]

Try compiling the sources which can be downloaded from http://www.gimp.org or check your distribution's package management system if it has one

Related Topics[edit]

  • Creating Textures : There's a small tutorial for adding alpha to images at the bottom