CirothUngol wrote:Incidently, I still plan on trying to clean this up (can you say "Selection = yes"), but Real Life has been getting in the way. ^_^
Heretic SotSR & H!Zone - Coming Soon.
"Selection = yes" in dmenu.cfg can select only one file, I think.
If you want to select IWAD ( doom.wad, doom2.wad, plutonia.wad, tnt.wad ),
you can write dmenu.cfg like this.
MenuItem Dooms
{
Icon = "res/ports/doomgoo/ultimatedoom.png"
Name = "The DOOM iwad Selectable"
Executable = "chmod +x prboom ; ./prboom -iwad"
WorkDir = "/usr/local/ports/prboom"
Selector = yes
}
If the PWAD needs doom2.wad for IWAD, you can also write dmenu.cfg like this.
MenuItem Doom2_pwads
{
Icon = "res/ports/doomgoo/ultimatedoom.png"
Name = "The DOOM2 Pwad Selectable"
Executable = "chmod +x prboom ; ./prboom -iwad doom2.wad -file"
WorkDir = "/usr/local/ports/prboom"
Selector = yes
}
If you want play PWAD which needs two or more wad-files and/or deh-files, you must write MenuItems for each PWAD in dmenu.cfg because of "Selector = yes" can select only 1 file.