The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:Map File

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:34, 20 March 2008 by 78-56-57-236.ip.zebra.lt (Talk) (* Unreal 2 format added)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A Map file is just like any other Unreal Engine file packages. Being a package they can contain all types of resources; the .unr file extension is merely a convention to denote "this package contains brushes and actors that make a playable map."

Check Antonio Cordero's website for a pretty thorough documentation of the Unreal package format and a Delphi unit that implements it.

Game File Extension
Unreal
Unreal Tournament
.UNR
Unreal 2 .UN2
UT2003
UT2004
.UT2
DeusEx .DX

Related Topics