home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / network / ser7 / ser7.cfg < prev    next >
Text File  |  1995-07-20  |  3KB  |  87 lines

  1. #These Must Be Set to be able to play
  2. #Please Use All Capital Letters for these fields
  3. #All Dirs MUST be absolute with a Trailing '\'
  4. #
  5. DOOMDIR=C:\GAMES\DOOM\
  6. DOOMEXE=DOOM.EXE
  7. DOOMWADDIR=C:\GAMES\DOOM\WADS\
  8. DOOM2DIR=C:\GAMES\DOOM2\
  9. DOOM2EXE=DOOM2.EXE
  10. DOOM2WADDIR=C:\GAMES\DOOM2\WADS\
  11. HERETICDIR=C:\GAMES\HERETIC\
  12. HERETICEXE=HERETIC.EXE
  13. HERETICWADDIR=C:\GAMES\HERETIC\WADS\
  14. #
  15. #These are general Hardware Setting.
  16. COM=1
  17. IRQ=
  18. PORT=
  19. VECTOR=
  20. PULSEDIAL=
  21. MOUSEFORDOOM=C:\MOUSE\MOUSE /S100
  22. MOUSENORMAL=C:\MOUSE\MOUSE /S50
  23. #
  24. #These are Defaults to be later overridden by phone book
  25. INIT1=AT &F
  26. INIT2=AT &D2 &Q6 %C0 
  27. HANGUP=AT Z
  28. BAUD=9600
  29. CONFIG=
  30. EPISODE=
  31. MAP=
  32. DEATHMATCH=
  33. ALTDEATH=
  34. NOMONSTERS=
  35. RESPAWN=
  36. LOADGAME=
  37. SKILL=4
  38. WHICHGAME=
  39. MISC=
  40.  
  41. Explanations (keep these Commented using a '#'):
  42. #DOOMDIR=        Directory of DOOM
  43. #DOOMEXE=        Name of the DOOM Executable
  44. #DOOMWADDIR=     Directory of DOOM Wad files
  45. #DOOM2DIR=       Directory of DOOM 2
  46. #DOOM2EXE=       Name of the DOOM 2 Executable
  47. #DOOM2WADDIR=    Directory of DOOM 2 Wad files
  48. #HERETICDIR=     Directory of HERETIC
  49. #HERETICEXE=     Name of the HERETIC Executable
  50. #HERETICWADDIR=  Directory of HERETIC Wad files
  51.  
  52. #com=n           com port number n. (default = 1)
  53. #irq=n           irq number n. (default set according to com port used)
  54. #port=0xn        com port hex address n. (default set according to com port used)
  55. #vector=0xn      irq hex vector number n (default found automatically in 0x60-66)
  56. #pulsedial=n     set n = 1 for pulse dial. (default = 0 = tone dial)
  57.  
  58. #If you set these, you must set both!
  59. #mousefordoom=   This is the dos command line to execute to initialize mouse
  60.                         sensitivities for use in DOOM.
  61. #mousenormal=    This is the dos command line to execute to reset mouse to
  62.                         normal parameters.
  63.  
  64. #init1=<string>  modem init string #1.  Ex. INIT1=AT &F
  65. #init2=<string>  modem init string #2.  Ex. INIT2=AT &K0 &M0 &N6
  66. #hangup=<string> modem hangup string.  Ex. HANGUP=AT H0
  67. #baud=n          9600 (default), 14400, 19200, 38400, 57600, 115200 (16550 only).
  68. #config=<string> alternate doom config file.  Ex. CONFIG=c:\new.cfg
  69. #episode=n       episode number n. (default = 1)
  70. #map=n           map number n. (default = 1)
  71. #deathmatch=n    set n = 1 for deathmatch mode. (default = 0 = cooperative)
  72. #altdeath=n      set n = 1 for DeathMatch 2.0 (default = 0)
  73. #nomonsters=n    set n = 1 for no monsters. (default = 0)
  74. #respawn=n       set n = 1 for monster respawn after 8 seconds. (default = 0)
  75. #loadgame=n      load saved game number n (0 - 5).
  76. #skill=n         skill level n. (default = 3)
  77. #player=n        player number n (0/1). (default = 0) use 1 on slower computer
  78. #WHICHGAME=      Set to 0 for Doom, 1 for Doom 2, and 2 for Heretic
  79. #MISC=           Any CommandLine Parameter for Doom
  80.  
  81.   * Values can be left empty.  Ex. CONFIG=
  82.   * 8250 UARTs do not support 115200 baud.
  83.   * Unlimited number of phonebook name/number entries -- Just add more.
  84.   * Any parameter can be used in the MISC= string, whether it requires
  85.     -devparm or not.  See list of other parameters in the Doom FAQ which is
  86.     included in the latest version of Doom.
  87.