Yes, I did look for it in the zDoom wiki (How is one supposed to find any help there?!) and in the documentation.
I wanted to have a music and texture replacement. After I could not get it to work with any wad tool, I decided to try using zips. So I encoded my music in ogg vorbis and then wanted to build them in. None of the keywords I searched for were even in the wiki. Searching for 'music', I found out that I should use MAPINFO (right so far?). I created a file 'mapinfo.lmp' with the content:
Code: Select all
map MAP01 "Testmap"
music "Track01"
What am I doing wrong? I guess that it's the same mistake with the hires textures... They just won't display. How am I supposed to call them? Where am I to put them?