home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / billy164.zip / install.txt < prev    next >
Text File  |  1997-12-21  |  2KB  |  68 lines

  1. Install the EMX runtime library:
  2.  
  3. unzip the emxrt.zip and follow the instructions in the file
  4. emx\doc\emxrt.doc (text file) or use the OS/2 help viewer to read
  5. emx\book\emxrt.inf (recommended).
  6.  
  7.  
  8.  
  9. Install the joystick driver:
  10.  
  11. Add the following line to your CONFIG.SYS file, which assumes you
  12. installed to the default path:
  13.  
  14.     device=d:\<billybetadir>\sys\gamedd.sys
  15.  
  16. Be sure to replace d: with the letter of drive with the billy
  17. beta. The driver will take effect next time you reboot your system.
  18.  
  19.  
  20.  
  21. Install DART and DIVE:
  22.  
  23. DART (Direct Audio RouTines) contains system calls for sound.
  24. DIVE (Direct Interface Video Extension) contains system calls 
  25. for manipulating the screen.
  26.     DART and DIVE are already installed in Warp 4 and should NOT
  27. be reinstalled.
  28.     This installation is not official, perfect or guaranteed to
  29. work. It is how I installed DART and DIVE on my own machine (as far as
  30. I remember). I would like to hear some feedback on this if you know
  31. better. Anyway: If you backup files you overwrite you can always copy
  32. them back, so your system won't be harmed in any way.
  33.     If you don't know wether DART is installed on your machine try
  34. to look at the files ampmxmcd.dll and audiosh.dll in \mmos2\dll on
  35. your boot drive. if the sizes of the files are 544 and 532 bytes, you
  36. don't have it installed.
  37.     I don't know how to check if you have updated your DIVE, but
  38. you can try the included dive.dll.
  39.     all three files are located in d:\<billybetadir>\sys\ and
  40. should be copied into your \mmos2\dll.
  41.  
  42.  
  43.  
  44. Install the VESA-DLLs:
  45.  
  46. make sure ";d:\<billybetadir>" or "." is in your libpath in your
  47. config.sys, or copy the VESA_*.DLLs files to a directory in your
  48. existing LIBPATH. "emx\dll" is the official place for the VESA_*.DLLs
  49. since they are a contribution to EMX. Be sure to (re)move existing
  50. VESA*.DLL files from the directories mentioned in your libpath. Also
  51. append "SET VESADLL=VESA_PM" to your config.sys.  You can set it
  52. to 3 different .DLLs: VESA_PM.DLL, VESA_DIV.DLL or VESA_ALL.DLL. Read
  53. about them in the readme.txt.
  54.     If you want, you can move the DIVESCR.EXE and PMSCREEN.EXE to
  55. "emx\bin" since they really belong here.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.