home *** CD-ROM | disk | FTP | other *** search
/ Total Meltdown / dukenukemtotalmeltdown.img / util / dukenet / commit.dat < prev    next >
INI File  |  1996-02-12  |  772b  |  42 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 = 2
  20. NUMPLAYERS = 2
  21. PAUSE = 0
  22. VECTOR = ~
  23. SOCKETNUMBER = 34889
  24. INITSTRING = "AT &F &C1 &D1 &K0 &Q6 S36=3"
  25. HANGUPSTRING = "AT Z H0"
  26. PHONENUMBER = "9,8644726"
  27. LAUNCHNAME = "DUKE3D.EXE"
  28. CONNECTTYPE = 0
  29. USETONE = 1
  30. COMPORT = 2
  31. IRQNUMBER = ~
  32. UARTADDRESS = ~
  33. PORTSPEED = 9600
  34. SHOWSTATS = 0
  35.