home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / games / vmsnet / vmstrek / xtrekrc < prev   
Encoding:
Text File  |  1992-11-29  |  3.8 KB  |  129 lines

  1. Newsgroups: vmsnet.sources.games
  2. Path: uunet!elroy.jpl.nasa.gov!decwrl!usenet.coe.montana.edu!news.u.washington.edu!raven.alaska.edu!acad2.alaska.edu!asdmf
  3. From: asdmf@acad2.alaska.edu
  4. Subject: VMSNETREK .XTREKRC file
  5. Message-ID: <1992Nov25.173429.1@acad2.alaska.edu>
  6. Lines: 116
  7. Sender: news@raven.alaska.edu (USENET News System)
  8. Nntp-Posting-Host: acad2.alaska.edu
  9. Organization: University of Alaska
  10. Date: Wed, 25 Nov 1992 21:34:29 GMT
  11. Xref: uunet vmsnet.sources.games:554
  12.  
  13. Ok folks here is the code for the config file...this file MUST go into your
  14. default directory...
  15.  
  16. # This is a sample default file for netrek.
  17. # Specify this file with:
  18. #   netrek -r defaults
  19. #
  20. # If you do not specify a file, then .xtrekrc from your home directory
  21. #   is used (if it exists).
  22.  
  23. color.white:            white
  24. color.black:            black
  25. color.red:              orange
  26. color.green:            green
  27. color.yellow:           yellow
  28. color.cyan:             cyan
  29. color.light grey:       light grey
  30. font:                   vtsingle
  31. boldfont:               vtsingle
  32. italicfont:             vtsingle
  33. bigfont:                vtsingle
  34. name:                   NightRanger
  35. showshields:            on
  36. showstats:              off
  37. keeppeace:              on
  38. reportkills:            on
  39.  
  40. # Here I start messing around with window placement.
  41. # For *all* of the windows listed, you can specify if you want them mapped,
  42. #   their geometry, and their parent.
  43. # When specifying geometry for text (and scrolling) windows, specify
  44. #   in terms of characters wide and high.  Specify size of a menu only
  45. #   at your own risk (there is no real benefit to doing this).
  46.  
  47. # The icon
  48. netrek_icon.geometry:   50x15+1031+0
  49.  
  50. # The main window
  51. ynetrek.geometry:        +0+0
  52.  
  53. # The player list
  54. player.geometry:        +0+551
  55.  
  56. # This is my keymap, but you *really* don't want it...
  57. #keymap:                bbccddeeffhhiikklloopprrssttuuwwxxyyzz 
  58. BBCCDDEEIILLOOMM
  59. NNPPRRSSTTUUVV??[[]]**00112233445566778899))!!@@%%##
  60. keymap:                bbccadeeffhhiidklloopprrssttuuwwxxyyzz
  61. @BBCCDDEEIILLOOMMN
  62. NPPRRSSTTUUVV??[[]]**00112233445566778899))!!@@%%##
  63.  
  64. # Main message window
  65. #review.geometry:       81x7+0+570
  66.  
  67. # Your message window
  68. review_your.geometry:  81x6+0+794
  69.  
  70. # All message window
  71. review_all.geometry:   82x10+500+570
  72.  
  73. # Kills message window
  74. review_kill.geometry:  82x5+500+705
  75.  
  76. # Team message window
  77. review_team.geometry:  82x5+500+806
  78.  
  79.  
  80. # This puts the war window to the right of the options window.  (Wow!  Neat!)
  81. war.geometry:           +800
  82.  
  83. # This is demented.  It puts the rank window near the bottom of the screen!
  84. #rank.parent:           root
  85. #rank.geometry:         +0+718
  86.  
  87. # This tells the program that I want my kill review window and my main
  88. #   review window automatically mapped.  In general, something like this
  89. #   is not always safe to do.
  90. review_kill.mapped:     on
  91. review.mapped:          off
  92. review_all.mapped:      on
  93. review_team.mapped:     on
  94. review_your.mapped:     on
  95. main.mapped:            on
  96.  
  97. # This will make your personal review window appear on the galactic map!
  98. (yucko)
  99. #review_your.parent:    map
  100. #review_your.geometry:  80x20+0+0
  101. #review_your.mapped:    on
  102.  
  103. # This will put the countdown clock to the right of your main window!  (ugh)
  104. #quit.parent:           root
  105. #quit.geometry:         +1020+0
  106.  
  107. # Other windows:
  108. #fed - Fed selection window
  109. #ori - Orion selection window
  110. #rom - Romulan selection window
  111. #kli - Klingon selection window
  112. #local - Main fighting window
  113. #map - Galactic map
  114. #tstat - Tells your damage, etc.
  115. #warn - 1 line of warning messages
  116. #message - 1 line for sending messages.
  117. #planet - List of planets
  118. #help - help window
  119. #review_all - message window for messages to all
  120. #review_team - message window for messages to team
  121. #stats - graphical stat window (damage, shield, etc.)
  122. #option - The options window
  123.  
  124.  
  125. Now....you must change the name in the file for this to work...Change the name
  126. o what ever your heart desires...
  127.  
  128.  
  129.