home *** CD-ROM | disk | FTP | other *** search
/ Cyberpuk / Cyberpuk_Essex_Entertainment_1996.iso / second.cfg < prev   
Text File  |  1996-05-15  |  1KB  |  54 lines

  1. rem Roadhog test installation file (v1.00)
  2.  
  3.  
  4. rem * title at top *
  5. TITLE: "C Y B E R P U C K"
  6.  
  7.  
  8. rem * fill character for background *
  9. SCREENFILLCHAR: "▒"
  10.  
  11.  
  12. rem * color settings *
  13. BOTTOMBACKGROUND: BLUE
  14. BOTTOMFOREGROUND: BRIGHT CYAN
  15. PROMPTBACKGROUND: BLUE
  16. PROMPTFOREGROUND: BRIGHT CYAN
  17. SCREENBACKGROUND: BLACK
  18. SCREENFOREGROUND: BRIGHT BLACK
  19. TITLEBACKGROUND: BLUE
  20. TITLEFOREGROUND: BRIGHT CYAN
  21. WINDOWBACKGROUND: BLUE
  22. WINDOWFOREGROUND: BRIGHT CYAN
  23.  
  24.  
  25. OVERWRITEFILE: no
  26.  
  27. rem * main selection screen *
  28.  
  29. BEGINGROUP EXCLUSIVE
  30.  
  31.    Use the up and down arrows to move the cursor; press spacebar
  32.    to select the desired option.
  33.  
  34. 10   [X] Play Cyberpuck
  35.          Start having fun!
  36.  
  37. 20   [ ] Make Boot Disk
  38.          You may need to do this if you have problems running
  39.          normally. You need a high-density (1.2 or 1.44 meg) disk.
  40.  
  41.  
  42.    The first time Cyberpuck is run, you will have to set-up your sound and
  43.    music card as well as some general system data. If you have trouble,
  44.    please read the on-line manual for help.
  45.  
  46. ENDGROUP
  47.  
  48.  IF GROUP=20
  49.   FILE: "boot.dat"
  50. ENDIF
  51.  
  52. DEFAULTDIR: "$SYSTEM$", noaskdrive, noaskdir
  53.  
  54.