7. The ModMenu - Dreamcast
--------------------------
The ModMenu is used to load mods on a Dreamcast. It is stored in DOOM/MODMENU.TXT on the CD
It's a plain text file, with one line for each mod. Each line has the following format:
Name,MainWad,CommandLine,Description
Name is the name of the mod, as it will show up on the Mod Menu.
MainWad is the name of the main WAD file to be used, such as "doom2.wad" or "doom.wad"
CommandLine is the command like that would be given to the PC version (nearly)
Description is a long description of the mod. A # is a new line.
Note that all filenames have to be in KOS format. In other words, to load ALIENSTC.WAD from
the DOOM directory on the cd, you would use this as the command line:
-file /cd/doom/alienstc.wad
You can also specify DeHacked patches using the -file parameter. So, to load Aliens TC,
your command line might be something like:
-file /cd/doom/alienstc.wad /cd/doom/alienstc.deh
Note that most mods require a certain version of Doom to work. For example, the version of
Aliens TC that I have requires Ultimate Doom. So, I would have the line in the modmenu as:
Aliens TC,doomu.wad,-file /cd/doom/alienstc.wad /cd/doom/alienstc.deh,Aliens for Doom#Very cool TC!
Other Mods/TCs, like Batman Doom, require Doom2. For these, you'd use something like this:
Batman Doom,doom2.wad,-file /cd/doom/batman.wad /cd/doom/batman.deh,Batman Doom#Run around shooting people as Batman!
There is an example MODLIST.TXT included, along with an example DeHacked file.
The normal versions of Doom are automatically added to the Mod Menu.