home *** CD-ROM | disk | FTP | other *** search
/ Phenomenon / Phenomenon.iso / quake / utils / network / rift / rift.cfg < prev    next >
Encoding:
Text File  |  1996-08-13  |  2.0 KB  |  71 lines

  1. #################################################
  2. #
  3. # file:rift.cfg for Rift 0.6
  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. # Do you want Rift to embed a server list in Quake via a script?
  43. #  default: script TRUE
  44. script TRUE
  45. #
  46. # If you want a script, what should the hotkey for it be?
  47. #  default: hotkey r
  48. hotkey r
  49. #
  50. # Do you want to get the server list from www.stomped.com?
  51. #  default: stomped TRUE
  52. stomped TRUE
  53. #
  54. # Do you want to get the ][ronman list from citrix.progress.com?
  55. #  default: ironman TRUE
  56. ironman TRUE
  57. #
  58. # THE NEXT 3 WORK TOGETHER
  59. # Do you want to create an HTML file with the list results? (Cool)
  60. #   default: html TRUE
  61. html TRUE
  62. # What do you want the source (template) file to be be?
  63. # This file needs to have a line starting with "RIFT HERE" in it
  64. # where you want the rift table inserted.
  65. htmltmpl tmpl.htm
  66. # What do you want the final output file to be?
  67. htmlout rift.htm
  68. #
  69. # Thanks for flying Rift
  70. #
  71.