Archvile
Register | User Profile | Member List | F.A.Q | Privacy Policy | New Blog | Search Forums | Forums Home
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > Help with changing music
 
Author
All times are GMT. The time now is 15:35. Post New Thread    Post A Reply
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10


I am completely clueless on how to do this. I wanted to make an mp3 file as the music,but I dont know where to start.

I do know that I need XWE, which I already have, but everytime I open it an error message comes up saying the following:

"Failed to create key Doom.wadfile\shell\editXWE."

The program then loads, and another error message comes up that says "List index out of bounds (0)"

-All help will be greatly appreciated. Thanks

Old Post 02-07-10 21:57 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
th3malleus
Warming Up


Posts: 23
Registered: 01-10


Is your .WAD configured?

Old Post 02-07-10 22:04 #
th3malleus is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
InsanityBringer
Member


Posts: 385
Registered: 08-07


Just XWE failing to write to the system part of the registry, which is enough to completly screw it over. Either run it as an admin or open up XWE.INI, find the line 'NOREGISTRY=0' and turn the zero to a one.

Either that or use SLumpEd. It does the job just as well

Old Post 02-07-10 22:14 #
InsanityBringer is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10



InsanityBringer said:
Just XWE failing to write to the system part of the registry, which is enough to completly screw it over. Either run it as an admin or open up XWE.INI, find the line 'NOREGISTRY=0' and turn the zero to a one.

Either that or use SLumpEd. It does the job just as well



Thanks. I changed "0" to "1" for the command you said and there are now no more errors. Im still confused on how to use the program though.

Last edited by Contorted_Extirpation on 02-08-10 at 22:30

Old Post 02-07-10 22:37 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10


""

Last edited by Contorted_Extirpation on 02-08-10 at 22:36

Old Post 02-07-10 22:45 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
stewboy
Member


Posts: 404
Registered: 05-05


Import the mp3 file into the wad with XWE (or SlumpEd, but I'm not experienced with that). Then, create a new lump called MAPINFO, and put stuff in there.
Eg:
map map01 "Enteryway!"
music "LumpnameOfTheMusic"
whatever else you want to put in

Oh, and make sure both lumps (music and MAPINFO) aren't in between map-specific lumps - just put them at the start or the end of the wad.

Old Post 02-08-10 00:02 #
stewboy is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
th3malleus
Warming Up


Posts: 23
Registered: 01-10



Contorted_Extirpation said:


I dont know what you mean. (Im very dumbfounded with all the technical parts of editing). Im using "Zdoom (Doom in Hexen) format.



What I meant was is XWE configured with the doom2.wad (Or DOOM.wad, etc.) as it's main .wad file.

Old Post 02-08-10 01:53 #
th3malleus is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10



th3malleus said:


What I meant was is XWE configured with the doom2.wad (Or DOOM.wad, etc.) as it's main .wad file.

oh it must be since now I can open my map using XWE and it shows up.

Old Post 02-08-10 11:04 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10


""

Last edited by Contorted_Extirpation on 02-08-10 at 22:35

Old Post 02-08-10 21:43 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
stewboy
Member


Posts: 404
Registered: 05-05


Did you accidentally delete an important lump for a map? Did you accidentally put another lump in between the map lumps?
Check to see if you have any backups (I don't know if XWE has this turned on by default, but check anyway.)

Old Post 02-08-10 22:22 #
stewboy is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10



th3malleus said:


What I meant was is XWE configured with the doom2.wad (Or DOOM.wad, etc.) as it's main .wad file.

yes

Old Post 02-08-10 22:25 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10



stewboy said:
Did you accidentally delete an important lump for a map? Did you accidentally put another lump in between the map lumps?
Check to see if you have any backups (I don't know if XWE has this turned on by default, but check anyway.)

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

Old Post 02-08-10 22:29 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Contorted_Extirpation
Banned


Posts: 72
Registered: 01-10



stewboy said:
Import the mp3 file into the wad with XWE (or SlumpEd, but I'm not experienced with that). Then, create a new lump called MAPINFO, and put stuff in there.
Eg:
map map01 "Enteryway!"
music "LumpnameOfTheMusic"
whatever else you want to put in

Oh, and make sure both lumps (music and MAPINFO) aren't in between map-specific lumps - just put them at the start or the end of the wad.

awesome. it works now. I have it working fine, hope I can get used to this

Last edited by Contorted_Extirpation on 02-08-10 at 22:46

Old Post 02-08-10 22:39 #
Contorted_Extirpation is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
jossiejojo
Warming Up


Posts: 15
Registered: 05-10


Do you actually need the inverted commas? " " and the title of the map or level? (ie enteryway)

Old Post 05-09-10 11:34 #
jossiejojo is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
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.

Old Post 05-09-10 12:45 #
Gez is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
jossiejojo
Warming Up


Posts: 15
Registered: 05-10


Thanks Gez youre a star

Actually Ive got some new music working nicely using the mapinfo file - its just an MP3 of birdsong...

Problem is my sky1 has now disappeared: its there in the wad but its gone from the game...

any thoughts?

Old Post 05-09-10 13:01 #
jossiejojo is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Gez
Why don't I have a custom title by now?!


Posts: 6458
Registered: 07-07


MAPINFO map declarations are not cumulative, so you have to specify the sky as well.

Here are two examples of a full map declaration for a map 1 named "Entryway" and using the REQUIEM music lump:

Old syntax:
code:
map MAP01 "Entryway" next "MAP02" secretnext "MAP02" sky1 "SKY1" cluster 5 par 30 music "REQUIEM"


New syntax:
code:
map MAP01 "Entryway" { next = "MAP02" secretnext = "MAP02" sky1 = "SKY1" cluster = 5 par = 30 music = "REQUIEM" }

Old Post 05-09-10 13:59 #
Gez is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
All times are GMT. The time now is 15:35. Post New Thread    Post A Reply
 
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > Help with changing music

Show Printable Version | Email this Page | Subscribe to this Thread

 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are OFF
[IMG] code is ON
 

< Contact Us - Doomworld >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Forums Directory