Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Milian

Mod Music

Recommended Posts

Hi!
I'm trying to insert mod music into my wad, but it doesn't work correctly.
When I load a mod, XWE says, it's a "marker". I change the type to 56, so XWE recognizes it as a MUS-entry, but it can't read and play it.
How can I load a mod file correctly? What are the correct type numbers? Is there a list?

And I would also like to know, which mod-types are supported. What about
.it, *.s3m or *.xm?

Thanks for help!

Milian

Share this post


Link to post

When you initially import them, they do show up as "marker", this is nothing to be concerned about.

Here's why, I'll try to explain it, but all of this is sort of besides the point. MOD music files have 'late' type recognition, that is, they are custom lumps and XWE doesn't 'know' them right away. It does recognize some (IT, S3M, Apogee IMF and some MIDI variants) once you click on them. A few versions ago I added a feature to XWE so that when you click on an entry which has no type, and XWE does recognize the entry, the type will change (=late recognition). Here it won't work, because when you initially load them, XWE first internally creates an empty, untitled lump - which it recognises as MARKER type (because of the zero type). If you close your WAD and open it again, just click on the MOD, chances are, XWE will recognize it this time. (Or click change type from the popup and enter type zero - which is no type - and then click on the entry again.) This is a minor bug, it would be nicer if newly loaded entries would have no type (instead of marker) if XWE doesn't recognise them right away.

Like I said, this is besides the point though. It really doesn't matter if XWE recognises them or not. They are custom lumps, and XWE does nothing with them, they just stay in the WAD as they were imported. In this sense, XWE supports every single type of file (and not just music!), you can really import anything you want. What matters is whether the port you are using recognises them or not. If you use ZDooM, that port uses FMOD; you can go to fmod.org to find out what types are supported. But even if a type is supported, it needs to be either named properly (e.g. D_RUNNIN if you want to replace Doom2's first level music), or you need to use the MAPINFO lump and refer to whatever your music is called.

Share this post


Link to post

Ah, ok.
Yes, it's for ZDoom.
Now, I found out, that, at least in game, some mods are playing and others aren't. (The ones I like most don't work :-(

Ok, I'll have a look at fmod. Maybe I can find out why they don't play.

Thanks for your help.

Milian

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×