Unreal Tournament 3 marks the return of the world's première first-person shooter. It unleashes the full power of Unreal Engine 3, taking graphics, gameplay, and challenge to a whole new level. Players engage in intense battles with other human players online, or against Unreal artificial intelligence that sets the industry standard. With the most powerful futuristic weapons and vehicles available, this is FPS action at its best!

Post tutorial RSS Tutorials
Custom Character Tutorial

Custom Character Tutorial

Players Modelling Tutorial

Custom player character tutorial for UT3 created by Sevv

FixupRedirects commandlet

FixupRedirects commandlet

Mapping/Technical Tutorial

When you Rename an object in the Editor it creates a 'Redirector' that points from the old object location to the new location. This is so that other...

Stock map stats

Stock map stats

Mapping/Technical Tutorial

Here's a spreadsheet of all the stats for each of the stock maps

Cooking for PS3

Cooking for PS3

Level Design/Theory Tutorial

This is how to get your level running on the PS3 system.

Preparing your map for publishing and distribution

Preparing your map for publishing and distribution

Mapping/Technical Tutorial

This is a tutorial for getting a custom UT3 level to appear in the menu

Unreal tournament 3 Basic room and playerspawn.

Unreal tournament 3 Basic room and playerspawn.

Level Design/Theory Tutorial

This tutorial will show you how to make a basic room with a playerspawn, lights, weapons in it and how to add some bots so you can test.

UDK - Parallax Mapping

UDK - Parallax Mapping

Textures Tutorial

Tutorial on how to do Parallax Mapping in the UDK. It's a step by step guide from a diffuse to the height and normalmap that are finally combined in the...

"Introduction to UDK Tools" posted on design3

"Introduction to UDK Tools" posted on design3

Server Tools Tutorial

A new tutorial covering the specialty tools in UDK has been posted on design3.com

"Introduction to Unreal Frontend" posted on design3

"Introduction to Unreal Frontend" posted on design3

Installers Tutorial

A new tutorial covering Unreal Frontend has been posted on design3

Advanced BSP Manipulation - Building a 90º Corridor

Advanced BSP Manipulation - Building a 90º Corridor

Mapping/Technical Tutorial 10 comments

A set of 4 Video Tutorials each for a different BSP manipulation method, the first 3 videos are in an Addictive world and the last one in Subtractive...

Call of Duty style iron sights in UT3 Tutorial

Call of Duty style iron sights in UT3 Tutorial

Client Side Coding Tutorial 6 comments

This post was updated on the 19th of April, please download the new file and note the changes. In this tutorial I explain how to recreate the Call of...

Unreal Tournament 3 Darkmatch Setup

Unreal Tournament 3 Darkmatch Setup

Mapping/Technical Tutorial

This explains the very simple step you have to take to make your map function like DM-Darkmatch.

Screen Overlays with the UI Editor

Screen Overlays with the UI Editor

GhostWriter Mapping/Technical 23 comments

A tutorial looking at the UI editor from the Unreal 3 Engine. This tutorial will explain how to set up screen overlays that can be used for things like...

Unreal 3 Teleporter Tutorial (UTTeleporter)

Unreal 3 Teleporter Tutorial (UTTeleporter)

Mapping/Technical Tutorial 9 comments

Learn how to make a simple two-way teleporter in unreal 3 using the UTTeleporter actor.

Flashing Lights/Lightning with Unreal 3

Flashing Lights/Lightning with Unreal 3

GhostWriter Mapping/Technical 4 comments

A tutorial looking at how to create flashing lights in Unreal 3. They can be used for effects such as lightning, explosions, disco lights etc.

Importing Videos into Unreal

Importing Videos into Unreal

GhostWriter Mapping/Technical 9 comments

A tutorial looking at converting video files so that they work within the Unreal 3 engine.

TF2 Shading in UT3

TF2 Shading in UT3

Textures Tutorial 60 comments

I'm not going to write much as this should be self explaining to anyone knowing the UT3 materialeditor, all this is based on valves techpapers on TF2

Nightblade Mapping - Doors

Nightblade Mapping - Doors

Nightblade Mapping/Technical

A guide to adding and configuring doors in a Nightblade map.

Introduction to Nightblade Mapping

Introduction to Nightblade Mapping

Nightblade Mapping/Technical

An introduction to Nightblade mapping. Explains how to set up the alpha for mapping, and some of the basic tasks necessary to get a map ingame.

UI Tutorial: custom fonts

UI Tutorial: custom fonts

UI/HUD Tutorial 2 comments

how to import custom fonts into UT3 for your UI using the editor

How to make a custom static mesh for Unreal3

How to make a custom static mesh for Unreal3

Props Modelling Tutorial 10 comments

Well this tutorials shows you how to create a static prop, UV,texture and getting it into Unreal 3.

Unreal Learning #7: Game Rules

Unreal Learning #7: Game Rules

Server Side Coding Tutorial 16 comments

This tutorial will show you how to write a mutator that uses Game Rules. The code was written by Erwan 'Xiongmao' Allain for Shee Labs Mutator Week.

Unreal Learning #6: Post Processing

Unreal Learning #6: Post Processing

Client Side Coding Tutorial 11 comments

This tutorial will show you how to write a mutator that uses post processing. The code was written by Luke 'Ambershee' Parkes-Haskell for Shee Labs Mutator...

Unreal Learning #5: Attachments

Unreal Learning #5: Attachments

Server Side Coding Tutorial 13 comments

This tutorial will show you how to write a mutator that attaches a spotlight to a player. The code was written by Luke 'Ambershee' Parkes-Haskell for...

Unreal Learning #4: Advanced Weapons (part 2) - Material Switching

Unreal Learning #4: Advanced Weapons (part 2) - Material Switching

Server Side Coding Tutorial 18 comments

This tutorial is part of a series of three will show you how to create complex materials, and how to program a weapon which can alter them, and a physics...

Unreal Learning #4:  Advanced Weapons (part 1) - Complex Materials

Unreal Learning #4: Advanced Weapons (part 1) - Complex Materials

Client Side Coding Tutorial 11 comments

This tutorial is part of a series of three will show you how to create complex materials, and how to program a weapon which can alter them, and a physics...

Unreal Learning #3: Delving Deeper into UnrealScript

Unreal Learning #3: Delving Deeper into UnrealScript

Server Side Coding Tutorial 7 comments

After having written our first mutator, and created a mutator with a user configuration menu, we'll now take a closer look at the UnrealScript language.

Unreal Learning #2: UT3 Configurable Mutators

Unreal Learning #2: UT3 Configurable Mutators

Server Side Coding Tutorial 57 comments

This second tutorial will teach you how to write a mutator with configurable properties, and how to create and set up a user interface scene for it.

Unreal Learning #1: My First Unreal Tournament 3 Mutator

Unreal Learning #1: My First Unreal Tournament 3 Mutator

Server Side Coding Tutorial 116 comments

A brief tutorial outlining how to write a simple mutator for Unreal Tournament 3. This is a relatively in depth and detailed tutorial, ideal for any budding...