Universal Doom Map Format: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with 'Universal Doom Map Format is a map format that is currently universal to ZDoom (and derivative ports). ==Links== [http://doom.wikia.com/wiki/UDMF UDMF] on Doom Wiki [http://zdo…')
 
(o fine)
Line 1: Line 1:
Universal Doom Map Format is a map format that is currently universal to ZDoom (and derivative ports).
Universal Doom Map Format is a map format that is planned to be supported in Eternity. It is written in text mode, and like [[ExtraData]], its purpose is to allow arbitrary definition of map objects (things, linedefs, sectors...), so that developers can add any new features without being limited to the fixed-size nature of the classic binary formats of Doom or Hexen mode.
 
The standard was defined by James "Quasar" Haley and has been successfully implemented in Vavoom, ZDoom and the ZDoom-derivative ports.


==Links==
==Links==

Revision as of 16:34, 13 May 2011

Universal Doom Map Format is a map format that is planned to be supported in Eternity. It is written in text mode, and like ExtraData, its purpose is to allow arbitrary definition of map objects (things, linedefs, sectors...), so that developers can add any new features without being limited to the fixed-size nature of the classic binary formats of Doom or Hexen mode.

The standard was defined by James "Quasar" Haley and has been successfully implemented in Vavoom, ZDoom and the ZDoom-derivative ports.

Links

UDMF on Doom Wiki

UDMF on ZDoom wiki