MAPINFO I dont get
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Scarekrowe
- Posts: 30
- Joined: Fri Mar 19, 2004 2:02 pm
- Location: Kansas/Oklahoma
- Contact:
MAPINFO I dont get
I read Wiki on MAPINFO. I just don't really get it. Basically what I want is so whenever you look at the map it doesn't say "Entryway" beside Map01:. That's the only thing that's really bugging me. How do I change that to my level name? Where do I put the MAPINFO?
MAPINFO is placed inside your WADfile using a WAD-editting tool such as XWE. Use the wiki page you linked to determine how to create the lump. In particular, this is how you change the name of MAP01:
map map01 "My L33t Map"
map map01 "My L33t Map"
Here is an example of a MAPINFO lump:
NOTE: Anything to the right of the /'s are comments, in case you didn't know...
Code: Select all
defaultmap
evenlighting //I dunno what these do, but you need them for some reason
map map01 "My teh map adn stuff" //Names your map
sky1 sky1 0.0 //This will make it so that sky1 is the sky used for this map
next map02 //This will make it so that you go to map02 when you beat this map
secretnext map03 //The map to go to for secret exit
music D_RUNNIN //Sets the music to D_RUNNIN
cluster 1 //Um, just have this here...
clusterdef 1 //This defines some stuff for any maps labeled with the 'cluster 1' thingy
exittext
"yay u beet map 01 yay" //Defines intermission text
music D_EVIL //Makes it play D_EVIL when you're viewing the intermission text
flat [put a flatname here] //Defines the background when viewing intermission text
-
- Posts: 198
- Joined: Mon Apr 26, 2004 11:32 am
Especially when you have circles in your map, perfectly horizontal or vertical lines (on the map) which ar part of a circle pop out very ugly without evenlighting, though you just could avoid those lines in circle constructs. I think, the main reason this keyword was implemented is because some rotating polyobj might look better with it.Nanami wrote:You don't need evenlighting. And what it does is make it so walls at different angles aren't different light levels.
OK, so I'm quoting you.Xaser wrote:I think that "defaultmap" means that you can place stuff after it that will be applied to every map or something like that.

If that isn't what it is for, then this would be a good feature. There are quite a few map specific commands that it would be useful to be able to set for every map in the MAPINFO in one go rather than inserting it in the definition for every map.
- Scarekrowe
- Posts: 30
- Joined: Fri Mar 19, 2004 2:02 pm
- Location: Kansas/Oklahoma
- Contact: