home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac_os2 / qwerty10.zip / QWERTY.CFG < prev    next >
Text File  |  1996-06-06  |  1KB  |  36 lines

  1. DEFAULT=3
  2. PLAYER=7
  3. BEEP=2000
  4. STATUSDELAY=333
  5. COMPUTER=8,300
  6. UPDATE_WHEN_PRESSED=1
  7.  
  8. So this is the config file...
  9. The following items are valid:
  10. 1. DEFAULT=<default-text-attribute>
  11.    default is 7
  12. 2. BEEP=<Frequence for the incorrect-beep> (set to 0 for no beep)
  13.    default is 2000
  14. 3. PLAYER=<or-mask> for the user (you)
  15.    default is 8
  16. 4. COMPUTER=<or-mask>,<approximately chars per minute>
  17.    default is no computer at all... each line adds a new computer player.
  18. 5. STATUSDELAY=<delay in milliseconds> for the status at the bottom
  19.    default is 250 milliseconds -> approx 4 updates per second.
  20.    (0 is NOT a good choice).
  21. 6. UPDATE_WHEN_PRESSED=<1/0> 1: The status is updated every time you press
  22.    a key. If 0, it's not.
  23.  
  24.  
  25. No spaces allowed inside the "config-options" ie. the following lines are
  26. NOT valid:
  27.  BEEP=500
  28. BEEP =1000
  29.  
  30. Each line without the correct syntax is ignored.
  31. Last valid reconfiguration is used.
  32.  
  33. The speed of the computers are not exact due to some conversions between
  34. clock ticks (18.2064971923 per second) and hundredths (100 per second)
  35. and some other things...
  36.