The most convenient way to browse and search the source files is by using a dedicated class browser such as UnCodeX.
These sources are for reference only. Never attempt to compile default packages – that's not the way modding works with the Unreal engine. Instead, derive your own custom classes from the game's default classes and use an INT file to hook them into the game.
Contents
Unreal Tournament 3
- Build 3487
-
- Unreal Tournament 3 v1.0 Source (2.89 MB Download from UDN)
- Build 3521
-
- Unreal Tournament 3 v1.1 Source (2.97 MB Download from UDN)
Unreal Tournament 2004
- Note: BeyondUnreal download links are broken. Please update them here if you find alternate links.
Original UnrealScript sources and .u files compiled for debugging support (obtained directly from Epic Games). From build 3323 onwards, the scripts download includes the Onslaught Bonuspack (OnslaughtBP) sources.
The UnrealScript sources also include the Onslaught C++ source code and excerpts from engine C++ code for:
- Chain of events at level startup
- Chain of events when spawning actors
- ticking Weapons and WeaponFire (UT2003)
- Pawn animations
- team beacons for players and vehicles
- Build 3369
-
- UT2004 Patch 3369 Sources (3.09 MB, download from GameFront)
- UT2004 Patch 3369 Debug Packages (15.77 MB, download from GameFront)
- Build 3355
-
- No official source files or debug packages available.
- Build 3339
-
- UT2004 Patch 3339 Sources (3.04 MB, download from BeyondUnreal)
- UT2004 Patch 3339 Debug Packages (15.52 MB, download from BeyondUnreal)
- Build 3323
-
- UT2004 Patch 3323 Sources and Native Header Files (3.03 MB, download from BeyondUnreal)
- UT2004 Patch 3323 Debug Packages (15.61 MB, download from BeyondUnreal)
- Build 3270
-
- UT2004 Patch 3270 Sources (2.9 MB, download from BeyondUnreal)
- UT2004 Patch 3270 Debug Packages (15.5 MB, download from BeyondUnreal)
- Build 3236
-
- UT2004 Patch 3236 Sources (2.9 MB, download from BeyondUnreal)
- UT2004 Patch 3236 Debug Packages (15.5 MB, download from BeyondUnreal)
- Build 3204
-
- UT2004 Patch 3204 Sources (2.91 MB, download from GameFront)
- UT2004 Patch 3204 Debug Packages (15.52 MB, download from BeyondUnreal)
- Build 3186
-
- UT2004 Patch 3186 Sources (2.96 MB, download from GameFront)
- more...
-
- All UT2004 Editing Downloads (from GameFront)
Note: The debug .u files can only be used for exactly that: debugging your code. They will not allow you to connect to internet servers. Backup your original .u files before installing the debug packages to test your code and restore your original files if you want to play online games.
Unreal Tournament 2003
Original UnrealScript sources and .u files compiled for debugging support (obtained directly from Epic Games).
- Build 2225
-
- UT2003 Patch 2225 Sources (1.4 MB, download from BeyondUnreal)
- UT2003 Patch 2225 Debug Packages (14.8 MB, download from BeyondUnreal)
- Build 2199
-
- UT2003 Patch 2199 Sources (1.37 MB, download from Epic Games)
- Build 2186
-
- UT2003 Patch 2186 Sources (2.41 MB, download from Epic Games)
- UT2003 Patch 2186 Debug Packages (7.96 MB, download from Epic Games)
- Build 2166
-
- UT2003 Patch 2166 Sources and Debug Packages (9.6 MB, download from BeyondUnreal)
- Build 2136
-
- UT2003 Patch 2136 Sources (1.7 MB, download from BeyondUnreal)
- UT2003 Patch 2136 Sources and Debug Packages (9.6 MB, download from BeyondUnreal) – contains UDebugger update
Note: The debug .u files can only be used for exactly that: debugging your code. They will not allow you to connect to internet servers. Backup your original .u files before installing the debug packages to test your code and restore your original files if you want to play online games.
Postal 2
Original UnrealScript source code (from Running With Scissors' web site)
- Version 1407
-
- WinZip Self-Extractor: Postal 2 Version 1407 Sources (2.8 MB, download from Running With Scissors)
XIII
- Version 839
-
- Complete source files including classes, textures: Undox script docs
Unreal and Unreal Tournament
Although you could easily extract the source code with UnrealEd, El Muerte provided downloads for the script source of these games:
- http://unreal.elmuerte.com/Unreal-Gold-ScriptSource.zip
- http://unreal.elmuerte.com/UT-436-ScriptSource.zip
The above links are dead. Here are GitHub and Bitbucket repositories containing UT99 451b exported sources.
Other Unreal Engine Games
The source files can be exported with UnrealEd's Actor Classes Browser (File -> Export All Scripts) but they might be incomplete in some UnrealEngine 2 builds due to missing subobjects in the default properties. This is one reason for Epic to make the UT2003 sources available for download.
Note that exported sources might not contain subobjects, but this isn't a problem for older engine builds like v436, because at that time subobject definitions in default properties were not supported.
Some compiler directives (those specifically pertaining to native code) are also often lost when decompiling the built-in packages instead of downloading the sources.
Also, some Unreal Engine based games have the source code removed from the shipped packages. America's Army and XIII are two such examples. When this is the case the Unreal Script code cannot be exported.
Related Topics
- Setting Up UnrealScript – simple tutorial showing how to get started. One of a series of UnrealScript Lessons.
- Class Wikifier
- Class Tree – the full hierarchy of classes
- UnrealScript