The UT2 file format is a proprietary map file format developed by Epic Games specifically for the video game Unreal Tournament 2003. It serves as a container for all the data required to render a playable level within the Unreal Engine 2.0 environment. This includes geometry data, lighting information, texture references, sound triggers, and actor placements such as weapons, spawn points, and AI navigation nodes. Because the Unreal Engine is highly modular, the UT2 file acts as a package that links to external asset libraries (such as .utx for textures, .usx for static meshes, and .uax for audio) rather than embedding all raw assets directly, which helps keep file sizes manageable while maintaining complex level design. These files are essential for the game's engine to calculate physics, collision detection, and visibility culling during gameplay. While primarily associated with Unreal Tournament 2003, the format is a precursor to the later UT3 and UDK formats, representing a significant era in PC gaming modding and level design history.