Cogito, ergo sum

Difference between revisions of "Legacy:Apply Texture"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(*Added a list for keyboard shortcuts)
 
m (changed invalid link)
 
Line 26: Line 26:
 
[[Image:Legacy_interface-Ed3-texturebrowser.png|center|The Texture Browser.]]
 
[[Image:Legacy_interface-Ed3-texturebrowser.png|center|The Texture Browser.]]
  
===Open a Package ===
+
=== Open a Package ===
  
The first step when using the Texture Browser is to load some texture packages. In the Texture Browser window use File -> Open. [http://www.planetunreal.com/unrealed/index.asp?action=spec_art&cat_id=5&art_id=33 Unreal Tournament Textures].  
+
The first step when using the Texture Browser is to load some texture packages. In the Texture Browser window use File -> Open. ([http://www.birrabrothers.com/drac/index.php?dsps=145 Texture reference list]).
  
 
You should be taken automatically to the default Textures folder, so you can just select any file and open it. The Texture Browser will load the package and display some of the textures. You can scroll down to see all textures in the package.
 
You should be taken automatically to the default Textures folder, so you can just select any file and open it. The Texture Browser will load the package and display some of the textures. You can scroll down to see all textures in the package.

Latest revision as of 15:03, 19 April 2015

This page is one of a sequence of Mapping Lessons.

Previous tutorials:


By default Unreal applies a bubbly greenish texture. We're going to apply different textures to make it look better.

Intructions[edit]

Select a surface.[edit]

Left click on any surface of your cube to select it. It turns a blueish color to indicate it is selected.

Open the Texture Browser[edit]

You can open the Texture Browser in a couple of different ways:

  1. Do UnrealEd Main Menu → View → Texture Browser
  2. Or, you can push the Texture Browser button in the middle of the toolbar. (Button #5 under Browsers)
Legacy interface.toolbar.png

The Textures window appears:

The Texture Browser.

Open a Package[edit]

The first step when using the Texture Browser is to load some texture packages. In the Texture Browser window use File -> Open. (Texture reference list).

You should be taken automatically to the default Textures folder, so you can just select any file and open it. The Texture Browser will load the package and display some of the textures. You can scroll down to see all textures in the package.

Apply Texture[edit]

Select the surface you want to apply a texture to. Select a texture from the Texture Browser. It becomes highlighted. The texture should now appear on the selected surface.

Select another surface and click on a different texture. It is immediately applied to your surface.

Selecting Multiple Surfaces[edit]

Now, holding the Ctrl key, select multiple surfaces. If you accidentally select one you didn't want to, you can deselect by holding Ctrl and clicking that surface again. Select a new texture and it is applied to all of the surfaces you have selected at once.

A quck list of keyboard shortcuts for selecting textures:

Shift+...

W
Will select all the walls of the selected brush
B
Selects all of the walls associated with the brush
S
Selects all the walls in the level

Changing the Image Preview Size[edit]

At any time, you can change Views (from the Cascading Menus at the top of the Browser window) in the Texture Browser to show texture dimensions and other properties.

See Selecting Surfaces for useful keyboard shortcuts when working with textures.


Next Lessons[edit]


Related Topics[edit]


Musicalglass: I made this a lot more readable, added multi select and added headers so each step appears in quick navigation

RabidZombie: Isn't select all surfaces Shift + S, not Shift + B. This is the case with UED3. Need to be sure if it is with older UEDs so this can be changed correctly

Tarquin: See Keyboard Shortcuts. Isn't SHIFT + S select ALL surfaces? We want to select the BRUSH's surfaces.

Foogod: Tarquin is correct: Shift+S selects all surfaces in the whole level. Shift+B selects all surfaces which are part of the same brush, which is usually more useful, and almost certainly what was intended here. I've clarified this a bit in the text.