*Note: I created the most of the tutorials using the Roboblitz and Gears of War editors. Based on the engine, and the version, some properties specified may be in slightly different locations than what is displayed in the screenshots.

If you need to learn how to create a basic map I would reccomend:
For UT99, UT2K3 & UT2K4: the Unreal Wiki.
For UT3: Waylon's Tutorials.



Console Command





ConsoleCommand will enter command text into the game as if it was entered through a console.

• The Target is the object variables representing the actor who's issuing the console command. I use this most frequently to automatically enter cheat codes when testing a map. I use the 'player' as the actor entering the code because the cheat codes will then apply to the player.

*Note: If using the 'Player' variable, make sure the 'All Players' checkbox is left unchecked otherwise, it's possible to affect other players as well.