home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / action / rift.zip / RIFT.CFG < prev    next >
Text File  |  1996-08-27  |  3KB  |  89 lines

  1. #################################################
  2. #
  3. # file:rift.cfg for Rift 0.6.4
  4. #
  5. # 1996, Robert Jamison
  6. #
  7. # Remember to enclose any arguments with white
  8. # space with quotes:  "now is the time ..."
  9. #
  10. #  Quit Rift and start again for changes to take effect
  11. #
  12. #################################################
  13. #
  14. # This line is used to enable Rift to be run from a 
  15. #  different directory from Quake.
  16. #  If not "." then the value MUST contain the drive
  17. #  letter.  Ex:  "g:\quake_sw"
  18. #  default: quakedir "."
  19. quakedir "."
  20. #
  21. # The following line is the list of parameters used by
  22. # Rift to launch Quake.  These can be edited to match those
  23. # that you have in your favorite Q95.bat settings.
  24. # default: quakeargs " "
  25. quakeargs "-noipx -noserial -mpath"
  26. #
  27. # The following line is used to control whether
  28. #  reverse DNS lookups are performed
  29. #  default: reverseDNS TRUE
  30. reverseDNS TRUE
  31. #
  32. # The following line is used to control whether
  33. #  background AutoPinging is performed
  34. #  default: AutoPing TRUE
  35. AutoPing TRUE
  36. #
  37. # This line is used to control whether the items are sorted
  38. #  by UDP response times or ping times. Choices: PING or UDP
  39. #  default: sortstyle UDP
  40. sortstyle UDP
  41. #
  42. # UDPMax is used for filtering out unwanted servers from your
  43. #  Rift listing.  TO reduce the number of servers displayed,
  44. #  you can reduce the millisecond threshold of a "good" server
  45. #  to something you prefer, say "udpmax 400"
  46. #  default: udpmax 10000   (ten seconds, in other words, everything ;-)
  47. udpmax 10000
  48. #
  49. # ServerOpen is a list-filtering flag, that determines is a server
  50. #  is displayed or not.  If ServerOpen is set to TRUE, then only
  51. #  those server with open slots are shown.  If FALSE, then all
  52. #  servers, even full (8/8, 16/16,  etc) will be shown.
  53. serveropen TRUE
  54. #
  55. # ShowHost determines if the domain name of the server is displayed
  56. #  as well as the IP address
  57. #  default: ShowHost TRUE
  58. showhost TRUE
  59. #
  60. # Do you want Rift to embed a server list in Quake via a script?
  61. #  default: script TRUE
  62. script TRUE
  63. #
  64. # If you want a script, what should the hotkey for it be?
  65. #  default: hotkey r
  66. hotkey r
  67. #
  68. # Do you want to get the server list from www.stomped.com?
  69. #  default: stomped TRUE
  70. stomped FALSE
  71. #
  72. # Do you want to get the ][ronman list from citrix.progress.com?
  73. #  default: ironman TRUE
  74. ironman TRUE
  75. #
  76. # THE NEXT 3 WORK TOGETHER
  77. # Do you want to create an HTML file with the list results? (Cool)
  78. #   default: html TRUE
  79. html TRUE
  80. # What do you want the source (template) file to be be?
  81. # This file needs to have a line starting with "RIFT HERE" in it
  82. # where you want the rift table inserted.
  83. htmltmpl tmpl.htm
  84. # What do you want the final output file to be?
  85. htmlout rift.htm
  86. #
  87. # Thanks for flying Rift
  88. #
  89.