home *** CD-ROM | disk | FTP | other *** search
/ Duke Nukem 3D - Kill-A-Ton / Duke_Nukem_3D_Kill-A-Ton_Collection_-_CD3.iso / progs / sec / commit.dat next >
INI File  |  1996-12-30  |  758b  |  51 lines

  1. [Commit]
  2. ;COMMIT data file
  3. ;This data file defines the configurable options of COMMIT.  Presumably,
  4. ;the user never sees this file, but rather it is setup by another
  5. ;program which launches COMMIT.
  6. ;COMMTYPE
  7. ; - SERIAL - 1
  8. ; - MODEM - 2
  9. ; - NETWORK - 3
  10. ; NUMPLAYERS
  11. ; - 0..MAXPLAYERS
  12. ; VECTOR
  13. ; - ~ find an empty one
  14. ; - 0x60..0x69 specify one
  15. ; CONNECTTYPE
  16. ; - DIALMODE - 0
  17. ; - ANSWERMODE - 1
  18. ; - ALREADYCONNECTED - 2
  19. COMMTYPE = 3
  20. NUMPLAYERS = 2
  21. PAUSE = 0
  22. VECTOR = ~
  23. SOCKETNUMBER = 34889
  24. INITSTRING = "ATZ"
  25. HANGUPSTRING = "ATH0 = 0"
  26. PHONENUMBER = ""
  27. LAUNCHNAME = "DUKE3D.EXE"
  28. CONNECTTYPE = 0
  29. USETONE = 1
  30. COMPORT = 2
  31. IRQNUMBER = ~
  32. UARTADDRESS = ~
  33. PORTSPEED = 9600
  34. SHOWSTATS = 0
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.