VSP ExcessivePlus Edition
We trying to dissable Grenades .L from parsing, but theres no way :/
It fuck our stats because we only ut grnades for jumps....
U know the exactly point to dissable em? (i've tried on vsp-q3a.php and pub/games/q3a/skillsets/ and pub/games/q3a/weaponsets/) but not lucky :S.
thanks lot.
Best Regards
.
Edited: Thanks for adding us.
oO you shouldn't modify default-weapons.php in weaponsets, or mess up with vsp-q3.php. That could mess up your hole stats system. Anyway, what you want is a custom filter. Those are in pub/configs/cfg-default.php, starting from line 143. So, to disable grenades you should add a line like this:
[code:1]$cfg['data_filter']['events']['kill']="/^GRENADE$/";[/code:1]
However, disabling a weapon only for acc stats oO. After doing it, you have to clear the db (-a clear_db) and then re-parse the log file.
these stats rok - nice work ![]()
Here is a new theme file if you are interested. Unzip to skins folder.
FEST wrote:We trying to dissable Grenades .L from parsing, but theres no way :/It fuck our stats because we only ut grnades for jumps....
U know the exactly point to dissable em? (i've tried on vsp-q3a.php and pub/games/q3a/skillsets/ and pub/games/q3a/weaponsets/) but not lucky :S.
thanks lot.
Best Regards
.
Edited: Thanks for adding us.
oO you shouldn't modify default-weapons.php in weaponsets, or mess up with vsp-q3.php. That could mess up your hole stats system. Anyway, what you want is a custom filter. Those are in pub/configs/cfg-default.php, starting from line 143. So, to disable grenades you should add a line like this:
[code:1]$cfg['data_filter']['events']['kill']="/^GRENADE$/";[/code:1]
However, disabling a weapon only for acc stats oO. After doing it, you have to clear the db (-a clear_db) and then re-parse the log file.
Ok, that filter only disables grenade kills (btw they dont fuck up your acc stats, so i suggest you to leave them). The actual filter for accuracy would be this:
[code:1]$cfg['data_filter']['events']['accuracy']="/^GRENADE/";[/code:1]
So if they dont fuck stats, theres no problem ![]()
Gracias ![]()
btw, as I am very competitive, I want to challenge paxi with this new hot skin! ![]()
Check it out
http://extremedivision.net/vsp/pub/themes/bismarck/index.php?config=cfg-default.php&skin=fest
Download below
So if they dont fuck stats, theres no problem
Gracias
The grenade kill stats don't mess up with other stats. But the low grenade acc stats do lower the overall stats for those that use grenades.
hahah n1 fest
I like the fade effect on the bars m8
Version 1.0.1:
- Improved accuracy awards calculation. Now there wont be any longer a player with 100 % accuracy with one weapon and only shot once in 30 games.
- Fixed double guids for players. If you are very annoyed by this bug that caused same player to be displayed twice with different guids, then you must clear the db (with a "php vsp.php -a clear_db" command) and reparse the log files.
- Corrected some locale-related bugs.
- Added skin by fest and set as default skin - i hope you don't mind
.
Main post links updated to new version.
Version 1.0.2
1.0.2
- Slightly changed formula for skill calculation.
- Tweaks on the skill file definition.



We trying to dissable Grenades .L from parsing, but theres no way :/
It fuck our stats because we only ut grnades for jumps....
U know the exactly point to dissable em? (i've tried on vsp-q3a.php and pub/games/q3a/skillsets/ and pub/games/q3a/weaponsets/) but not lucky :S.
thanks lot.
Best Regards
.
Edited: Thanks for adding us.