Frequently Asked Questions
**************************

Prog: Q3 Log Generator HTML (stat-prog for Quake 3)
home: http://www.cs.tu-berlin.de/~hanspete
auth: Jacobs, Hans-Peter <hanspete@cs.tu-berlin.de>
upd.: 14th jan 2000

Q: Q3 LogGen displays funny numbers in the weapon-table (0,14,15,21) !
   What does this mean ?
A: Quake 3 logs kills like "kill: 0 2 12", meaning that client 0
   killed client 2 with weapon 12 (BFG). The numbers for the weapons
   reach from 0 to 22 (at least, I did never find any other values),
   where 1 means Shotgun,..., 12 BFG,..., 16 Lava and 22 Trigger_Hurt.
   Unfortunately I do not have any clue what weapons 0, 14, 15, and 21
   are standing for. If you ever find a games-log where this weapons
   were used (counted in the weap-table with values above 0), please
   mail me immediatly.

Q: Why cant I use "P" (ping) for effectiveness-calculations ?
A: There is just one way to get a players ping -> the final Q3-score.
   If a player left the server before the game was finished the player
   will be handled with a ping of "0", thats not a very good value
   for computations .. :-(

Q: Why I do get messages with "_score-calculation wrong" ?
A: I do not know, really !
   Internally the prog counts all kills, all deaths, pickups,
   suicides, etc.. And when the game is finished it knows, how many
   frags a player scored. Q3 knows this too and writes a final Q3-score.
   If the values differ, you will be informed, internally the prog
   uses the counted frags, so the tables are always consistent.
   The Q3-Scores are just for verification.
   The warning just appears for Real-Time games, for games against
   bots I never observed this prob. If you find a reason, please mail
   it to me.....

Q: Your layouts are really, really "dark"! Cant you make them a
   little bit nicer and brighter ?
A: No, I like them that way :-)
   However, in the Template-directory you can create a new subdir.
   Copy all the templates from "framed" to your new subdir and modify
   all the HTML-files in you new dir. Then you start q3_loggen with
   " -t Templates/YourNewDir" as an additional command-line parameter,
   and the prog should generate a new output-HTMLs with your
   modification.
   If your layout is really cute, send it to me, so we all can share
   your sweet little Template ;-)

Q: I miss the xyz - function !
A: Mail me, I try to put everything (of any use) into the prog.
