Really basic stuff
Posted: Tue Jan 24, 2006 14:32
Ok, after hours and hours I'm giving up on finding out myself how to do these things...
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:
So in the end there was this 'mapinfo.lmp' in the root dir of the zip and the 'track01.ogg' in /music. I loaded the zip - nothing happened. I tried 'track01' without the extension. Nothing either. With the extension added to mapinfo it does not work as well.
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?
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?