home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / sound2 / modshell.zip / MODSHELL.DOC < prev    next >
Text File  |  1993-07-02  |  2KB  |  38 lines

  1. ModShell - Provides selection of .Mod files to be played using any mod
  2.            player that supports list files.
  3.  
  4. All the new .Mod players coming out seem to lack selection menus, but
  5. will accept list files of mods to be played.  So, I threw together a
  6. little shell program to handle it for them.  I know of only one
  7. other shell; it's specifically for Wow II and I didn't care for it
  8. (it's very pretty, but it ignores your selection order and has other 
  9. characteristics that bug me).
  10.  
  11. Anyway, this isn't a marvel of design, it just gets the job done.
  12. QuickBASIC source is included if you feel like making changes
  13. (or need to fix any bugs <g>).  It's public domain, so feel free to
  14. do with it as you please.   Also, don't blame me if it doesn't work
  15. or causes problems (though it should and shouldn't, respectively).
  16. By the way, ModShell needs DOS 5 or later (or some DOS that supports
  17. "dir /b/l/on").
  18.  
  19. To run it, you'll probably want to use a batch file with the parameters,
  20. which are 1) where your mods are and 2) what to use to play them.  The
  21. mods you select are stored in the file "ModList" in the same directory as
  22. ModShell.  You'll need to tell your player to use this list file.  For
  23. example, if your mods are in "\Mods" and your player is in "\Players" 
  24. is called "PlayMod" and you use parameters "-sbp -r20000 @ModList", you
  25. would use "ModShell \Mods \Players\PlayMod -sbp -r20000 @ModList" in your
  26. batch file.
  27.  
  28. When ModShell starts, you have a choice of loading the descriptions 
  29. contained in the mods.  Depending on circumstances, this can take a little 
  30. while to accomplish, so it's optional.  "No" is the default, so a simple
  31. [Enter] will suffice to skip it.
  32.  
  33. Once you're in, scroll and page up/down with [Up Arrow], [Dn Arrow], 
  34. [Pg Up], and [Pg Dn].  Select/deselect mods with [space].  Play them 
  35. with [Enter].  Exit with [Esc].  Pretty basic stuff.
  36.  
  37. Wendell Martin
  38.