Gez
Why don't I have a custom title by now?!
Posts: 6458
Registered: 07-07 |
Contorted_Extirpation said:
I am simply using XWE incorrectly, because I dont know anything about "lumps". I do know that my lumps are all in order, starting with the map, the map-specific lumps, then the music file im using, and then the MAPINFO file, which I typed this in:
map MAP01
music REQUIEM
Im not sure what im doing wrong
What you're doing wrong here is that the "map" keyword expects two arguments, not one. So "music" gets interpreted as the second.
It's map <lumpname> "<Map Name>", so for example map MAP01 "Entryway", as you've done after.
You should read a bit about lumps. It's required knowledge for Doom editing. I recommend starting here.
|