I don't need to test my programs. I have an error-correcting modem.

Legacy:Assault Mapping Tutorial

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

Introduction[edit]

This tutorial is intended to cover everything one needs to know to successfully build a map (and a good map) for the Assault gametype in UT2004. It does, however, assume you have a fair amount of prior knowledge about map building in general and how to do most basic map-building tasks. If you're just starting out you may want to read some of the other more basic tutorials on map building before tackling this one.

In the interest of brevity, this tutorial makes heavy use of links to smaller mini-tutorial pages for basic tasks, (such as how to Add an Actor, and so on). If you find that despite being familiar with most of the basics there is still a procedure mentioned here which you don't know how to do, simply click on the link to be taken to a page with more detailed information on how to accomplish that sort of task.

The Tutorial[edit]

With all that having been said, let's get on to the good stuff. This tutorial is organized in a series of sections which cover different aspects of building an Assault map, starting at the beginning and leading naturally from one to the next. It is strongly recommended that you read this tutorial through from beginning to end at least once. The sections are as follows:

Legacy:Assault Mapping Tutorial/Getting Started
Understanding what it means to make an Assault map, and planning and building the basic map from which all else follows.
Legacy:Assault Mapping Tutorial/Creating A Destroyable Objective
How to build a first objective, and then how to blow it up.
Legacy:Assault Mapping Tutorial/PlayerStarts And The PlayerSpawnManager
The basics of handling spawn points for Assault maps.
Legacy:Assault Mapping Tutorial/Attacking And Defending
Bot pathing and other things you need to know about how objectives affect gameplay.
Legacy:Assault Mapping Tutorial/Continuing The Assault
Creating a second type of objective, handling map progression, and what to do when it's all over.
Legacy:Assault Mapping Tutorial/Other Objectives
Some ins and outs of other types of objectives you can add to your map.
Legacy:Assault Mapping Tutorial/Adding Vehicles And Turrets
Vehicle spawns, defending camps, and related issues.

Finishing and Polishing your map.[edit]

Legacy:Assault Mapping Tutorial/WrapUp
A few last notes and thoughts now that you're a real Assault mapper.

Other Resources[edit]

Tutorial Map Files[edit]

http://www.foogod.com/AS-Tutorial/AS-Tutorial1.zip
The basic map of "Tutorial Valley", on which this tutorial is based.
http://www.foogod.com/AS-Tutorial/AS-Tutorial2.zip
Tutorial Valley with a first objective (including everything up through "Attacking and Defending")
http://www.foogod.com/AS-Tutorial/AS-Tutorial3.zip
AS-Tutorial3 with the insides of the base built (as described in the beginning of "Continuing the Assault")
http://www.foogod.com/AS-Tutorial/AS-Tutorial4.zip
Tutorial Valley with a second objective, progressing spawns, and round ending (including everything up through the end of "Continuing the Assault")

Related Wiki Topics[edit]

Mapping For AS (UT2004)
Various miscellaneous tips and notes from MarZer (and possibly others) about effective Assault mapping in UT2004.
Mapping For AS (UT)
Some information on mapping for the older style of Assault in the original Unreal Tournament game.

Notes[edit]

This tutorial was originally written and contributed to the Wiki community by Foogod. Questions and comments are welcome! Please either leave them on my personal page or at the bottom of the relevant tutorial page. If you see something which is wrong or unclear and you think needs some correction, please feel free to edit the text directly (that's what the Wiki is for!), but please try to keep the tutorial flow intact (no thread discussions in the middle of the tutorial text, please).

Related Topics[edit]

Discussion[edit]

Note: To reduce clutter, comments on the tutorial pages will be periodically moved to the Legacy:Assault Mapping Tutorial/Discussion page. Look there for older comments and thread discussions.

Anon: Pleeeaaasseee add the last parts to the tutorials... like now :P:) please, thanks. The tutorial was already very good and helped me alot , so now i'm desperate for the final lessons.

Blip2: I've been thinking of finishing this (if Foogod isn't arround anymore), maybe have a few drafts up tonight

King Mango: Excellent work.

SuperApe: Yeah, this looks great.


Category:Legacy Tutorial | Category:Legacy Mapping