MAP (file format)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 2602:306:379d:1aa0:49dc:7b74:5177:4727 (talk) at 04:17, 16 July 2016 (→‎Maps). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

MAP
Filename extension
.map
Type of formatDebug

.MAP files are a type of debugging symbol.

These are typically plain text files that indicate the relative offsets of functions for a given version of a compiled binary.

Maps

.MAP files are also uncompiled Quake maps. These files are plain text files. Detailed file format specifications can be found on the internet: Quake MAP Specs

Valve's Hammer Editor saved level files in the binary, proprietary .rmf or text-based, human-readable .map format prior to version 4.0.

In addition, the Halo series uses .map files for the levels. Duke Nukem 3D uses .map files for user-created levels.

.map files are also used by the MapInfo Professional Geographic Information System.

.MAPs are also identified as color maps. An example of such software that supports .map files is SoundSpectrum's G-Force music visualizer.

Image Maps

Another form of the .MAP file is for HTML image maps. An image map is formatted in HTML and creates click-able areas over a provided image.

See also

Template:Id Software file formats