VSP ExcessivePlus Edition

65 replies [Last post]
FEST
User offline. Last seen 18 hours 11 min ago. Offline
Joined: Sep 2003
Posts:
ES Spain
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 Wink.

Edited: Thanks for adding us.

beast+
Developer
User offline. Last seen 2 days 8 hours ago. Offline
Joined: Jan 2008
Posts:
NI Nicaragua
VSP ExcessivePlus Edition
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 Wink.

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.

Había una vez un barco chiquito...

K-PAXIAN
User offline. Last seen 1 week 2 days ago. Offline
Joined: Nov 2007
Posts:
GB United Kingdom
VSP ExcessivePlus Edition

these stats rok - nice work Smile

Here is a new theme file if you are interested. Unzip to skins folder.

beast+
Developer
User offline. Last seen 2 days 8 hours ago. Offline
Joined: Jan 2008
Posts:
NI Nicaragua
VSP ExcessivePlus Edition
beast+ wrote:

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 Wink.

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]

Había una vez un barco chiquito...

FEST
User offline. Last seen 18 hours 11 min ago. Offline
Joined: Sep 2003
Posts:
ES Spain
VSP ExcessivePlus Edition

So if they dont fuck stats, theres no problem Smile

Gracias Laughing out loud

FEST
User offline. Last seen 18 hours 11 min ago. Offline
Joined: Sep 2003
Posts:
ES Spain
VSP ExcessivePlus Edition

btw, as I am very competitive, I want to challenge paxi with this new hot skin! Smile

Check it out

http://extremedivision.net/vsp/pub/themes/bismarck/index.php?config=cfg-default.php&skin=fest

Download below

beast+
Developer
User offline. Last seen 2 days 8 hours ago. Offline
Joined: Jan 2008
Posts:
NI Nicaragua
VSP ExcessivePlus Edition
FEST wrote:

So if they dont fuck stats, theres no problem Smile

Gracias Laughing out loud

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.

Había una vez un barco chiquito...

K-PAXIAN
User offline. Last seen 1 week 2 days ago. Offline
Joined: Nov 2007
Posts:
GB United Kingdom
VSP ExcessivePlus Edition

hahah n1 fest Laughing out loud I like the fade effect on the bars m8

beast+
Developer
User offline. Last seen 2 days 8 hours ago. Offline
Joined: Jan 2008
Posts:
NI Nicaragua
Version 1.0.1 released

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 Wink.

Main post links updated to new version.

Había una vez un barco chiquito...

beast+
Developer
User offline. Last seen 2 days 8 hours ago. Offline
Joined: Jan 2008
Posts:
NI Nicaragua
VSP ExcessivePlus Edition

Version 1.0.2

1.0.2
- Slightly changed formula for skill calculation.
- Tweaks on the skill file definition.

Había una vez un barco chiquito...