EMAPINFO

From Eternity Wiki
Revision as of 09:09, 3 January 2006 by Joe (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MapInfo serves as a methods of customizing some asthetic properties of a map which would otherwise be unchangeable, as well as adding the ability to use some Eternity specific features. MapInfo is used by editing the map's header in a wad editor with the "View raw data" (XWE) option turned on. A basic MapInfo setup may be similar to this:

 [level info]
 levelname = Evil Hell Lab
 creator = DooMGuy667

This would change the automap and intermission screen names for your map to "Evil Hell Lab" and when the creator command is used in the console, output "DooMGuy667".

Alternatively, an EMAPINFO lump may be used to change MapInfo variables on many maps. For example, create a lump in your wad named EMAPINFO and addd this to it:

 [E1M1]
 levelname = NotHangar
 creator = NotRomero

This will change the MapInfo properties for E1M1. By changing [E1M1] to [E1M2], the changes would apply to E1M2 instead. Note that MapInfo information in a map's header will be used instead of the information in an EMAPINFO lump, when available.