Author: Niall <chrisniallathotmaildotcom>     Reply to Message
Date: 1/6/2004 5:13:16 AM
Subject: wfa log analyzer

players
games

These are the stats from the new Acid Trip, from the day it started until saturday when garric got the log file for me. Notice that if you click on a player, you get the real list of WFA weapons, which i don't THINK any other program currently can do.

So this is basically a modified version of Q3LA, the vanilla q3 log analyzer, but since that didn't support wfa weapons, i made some minor code changes to fix that up. I still don't have all the ways of dying, so if you can find some that aren't in there, that would be cool. Also, any other suggestions on what would make the program show better wfa related stats, that would be great too. I'm planning to muck around a bit still, need to make it read the list of REAL weapon names from the config, as right now i just have it reading the "MOD_*" weapons from there, and i have the real names hardcoded... didn't feel like messing around in the config reading code, but i'll get to it.

Here's the current list of MOD_*'s i've got. Again, hook me up with any more you can think of. I have to search the 6 meg log looking for a MOD_ type, so it's a pain in the ass looking for new ones at this point.

SS, makefile is coming, slowly and surely. :(


define_weaponset "WFA"
weaponname 0 "All weapons"
weaponname 1 "MOD_SHOTGUN"
weaponname 2 "MOD_GAUNTLET"
weaponname 3 "MOD_MACHINEGUN"
weaponname 4 "MOD_MEGACHAIN"
weaponname 5 "MOD_GRENADE_SPLASH"
weaponname 6 "MOD_GRENADE"
weaponname 7 "MOD_ROCKET"
weaponname 8 "MOD_ROCKET_SPLASH
weaponname 9 "MOD_RAILGUN"
weaponname 10 "MOD_LIGHTNING"
weaponname 11 "MOD_SHRAPNEL"
weaponname 12 "MOD_TELEFRAG"
weaponname 13 "MOD_SNIPERRIFLE"
weaponname 14 "MOD_SNIPERRIFLE_HEADSHOT"
weaponname 15 "MOD_SENTRY"
weaponname 16 "MOD_LASER"
weaponname 17 "MOD_HYPERBLASTER"
weaponname 18 "MOD_KAMIKAZE"
weaponname 19 "MOD_PLASMABOMB"
weaponname 20 "MOD_SHRAPNEL"
weaponname 21 "MOD_UZI"
weaponname 22 "MOD_SUICIDE"
weaponname 23 "MOD_ONFIRE"
weaponname 24 "MOD_NAPALMGRENADE"
weaponname 25 "MOD_SENTRY_ROCKET"
weaponname 26 "MOD_SENTRYKILLER"
weaponname 27 "MOD_PISTOL"
weaponname 28 "MOD_HANDGRENADE"
weaponname 29 "MOD_SINGLESHOTGUN"
weaponname 30 "MOD_FLACHETTEGUN"
weaponname 31 "MOD_FREEZEGUN"
weaponname 32 "MOD_FLAMETHROWER"
weaponname 33 "MOD_DART_LAUNCHER"
weaponname 34 "MOD_IONFUSER"
weaponname 35 "MOD_PLAGUE"
weaponname 36 "MOD_NAPALM_SPLASH"
weaponname 37 "MOD_NAPALM_ROCKET"
_