VSP ExcessivePlus Edition

77 replies [Last post]
FEST
Offline
Joined: Sep 2003
Posts:
VSP ExcessivePlus Edition

We trying to dissable Grenades .L from parsing, but theres no way Confused

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

thanks lot.

Best Regards Winking.

Edited: Thanks for adding us.

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
VSP ExcessivePlus Edition
FEST wrote:

We trying to dissable Grenades .L from parsing, but theres no way Confused

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

thanks lot.

Best Regards Winking.

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

pax
pbm's picture
Offline
Joined: Nov 2007
Posts:
VSP ExcessivePlus Edition

these stats rok - nice work Happy

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

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
VSP ExcessivePlus Edition
lagstard wrote:

FEST wrote:
We trying to dissable Grenades .L from parsing, but theres no way Confused

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

thanks lot.

Best Regards Winking.

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
Offline
Joined: Sep 2003
Posts:
VSP ExcessivePlus Edition

So if they dont fuck stats, theres no problem Happy

Gracias Big grin

FEST
Offline
Joined: Sep 2003
Posts:
VSP ExcessivePlus Edition

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

Check it out

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

Download below

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
VSP ExcessivePlus Edition
FEST wrote:

So if they dont fuck stats, theres no problem Happy

Gracias Big grin

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

pax
pbm's picture
Offline
Joined: Nov 2007
Posts:
VSP ExcessivePlus Edition

hahah n1 fest Big grin I like the fade effect on the bars m8

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
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 Winking.

Main post links updated to new version.

Había una vez un barco chiquito...

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
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...