home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / TOOL / T032.ZIP / readme < prev    next >
Encoding:
Text File  |  2000-01-06  |  1.9 KB  |  62 lines

  1. README - Q3S qStats
  2. -------------------
  3.  
  4. I haven't the time to write down a complete book about this little tool, so I start
  5. to explain a few important things on Q3S so you can use it through the development
  6. period.
  7.  
  8. First of all I encourage you to send me an eMail if Q3S says things like "error" and
  9. so on. These messages WILL appear, but I don't know under which circumstances.
  10. That's why I built these messages in the log parser.
  11. Please read the REPORT file, it will explain this all...
  12.  
  13. thanks, SC/HellraiseR (hellraiser@baden-online.de)
  14.  
  15. DEVELOPMENT
  16. -----------
  17. There are many things to do until final release.
  18. Next plans are
  19.  - stat database
  20.  - full ctf statistics (parts finished)
  21.  - overall statistics
  22.  - additional graphics
  23.  - top ten / "ueberchief" and "ueberloser" calculation
  24.  - any other suggestions? --> eMail
  25.  
  26. INFO
  27. ----
  28. This tool IS freeware.
  29. The PASCAL sourcecode will come with the final release.
  30. Idea by HellraiseR @ SuicideCommando
  31.  
  32. Thanks to [SC]<Shellshock> for helping me out with the building of many
  33. different logfiles to test Q3S.
  34.  
  35.  
  36. INSTALLATION
  37. ------------
  38. very simple ;)
  39. Just unZIP this archive somewhere in any directory.
  40. You only have to take care of the directory structures..
  41. That means that the LOGS/ directory exists.
  42. The DATA/ is only for design yet, but I wouldn't kill this one.. you'll see ;)
  43.  
  44. USAGE
  45. -----
  46. Hm. look into the Q3S.CFG - it should be self-explaining.
  47. Should I say that you'll NOT have any GUI? ;)
  48. You have to run the Q3S.EXE to build the HTML structures inside of LOGS/
  49.  
  50. To view the Stats, simply start your favourite browser and load the file LOGS/INDEX.HTM
  51.  
  52. LIMITS
  53. ------
  54. There are the following limits:
  55.  - max 64 players (connections) per game
  56.  - max 256 games per logfile
  57.  - max 65535 kills/deaths/suicides per player ;-)))
  58.  - max logfile size: don't know... ?? (i've tested a 2,3 meg logfile... worked.)
  59.  
  60. --------
  61. 01-06-00 03:04am
  62. ...to be continued!