home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / JUEGOS / DM_STATS.ZIP / DM_STATS.TXT < prev    next >
Encoding:
Text File  |  1996-09-09  |  2.5 KB  |  78 lines

  1.  
  2. ========Death Match Stats=============
  3. ==============v1.0====================
  4.  
  5. by Stephen D. Taht
  6.  
  7. Purpose,
  8.  
  9. The purpose of this patch is to Provide more information about who killed who in deathmatch 
  10. games as it is with Descent and Duke3d. Currently this patch is not all that I would 
  11. like it to be, which is primarily why I posted it. I'm hoping someone out there can
  12. pick it up and make it better.
  13.  
  14. Features:
  15.  
  16. Displays players in a standard matrix format whenever a specified key is depressed.
  17.  
  18. i.e.
  19.     player1 player2 player3
  20. player1       1       10      2
  21. player2    2       1       3
  22. player3    0       4       0
  23.  
  24. Suicides are displayed on the right descending diaganal.
  25.  
  26. ----------------------------------------------------------------------------------
  27.  
  28. Known Problems:
  29.  
  30. 1. In order to keep the columns lined up player names are limited to five characters
  31.    each.
  32.  
  33. 2. The matrix is displayed only when a user chooses to see it and is only displayed
  34.    briefly in the top left hand corner. To study it the "tilda" key must be depressed
  35.    to enter the command shell.
  36.  
  37. 3. Due to limitation in the size of the screen and the fonts used I believe the 
  38.    max number of players that can be displayed in the matrix is about 6 ( I do not 
  39.    have a large network so I don't know if that is true or not ).
  40.  
  41. ----------------------------------------------------------------------------------
  42.  
  43. Installation:
  44.  
  45. Create a sub-directory in your quake directory called DM_stats and move the progs.dat
  46. and config.cfg file there. Edit the config.cfg file and create a new bind statement:
  47. i.e.
  48.  
  49. bind r "impulse 15" 
  50.  
  51. The character after bind can be anything you want just as long it does not conflict
  52. with any of your personal settings. The impulse must be set to 15. 
  53.  
  54. start the quake using the command line
  55.  
  56. quake -game dm_stats
  57.  
  58. and away you go.
  59.  
  60. Everyone on the network must have this patch and load it the same way.
  61.  
  62. ----------------------------------------------------------------------------------
  63.  
  64. What I'd like to see: ( I am still working with this patch but  it is no longer a priority)
  65.  
  66. 1. I'd like to have the stats come up for review after the game is over automatically.
  67.  
  68. 2. I don't know if it is possible but I'd like to replace the existing stats page with
  69.    dm_stats page entirely. 
  70.  
  71. 3. Figure out a way to display more than 6 players and preferably all 16.
  72.  
  73. ----------------------------------------------------------------------------------
  74.  
  75. Monday 9 September 1996, 13:50 CEST
  76. Stephen Taht
  77. staht@acy.digex.net
  78.