Raised This Month: $ Target: $400
 0% 

[L4D] PounceRecord 1.1


Post New Thread Reply   
 
Thread Tools Display Modes
ddxsamx
Junior Member
Join Date: Oct 2009
Old 10-27-2009 , 19:52   Re: [L4D] PounceRecord 1.1
Reply With Quote #91

Quote:
Originally Posted by Sun View Post
You can get a patch to add this functionality here: http://l4d.freel4dservers.com/Pounce...uncerank.patch

If you're unfamiliar with patching, just put that file in the directory of parse.php and template.tpl and run `patch -i pouncerank.patch`.

An example of this can be seen here: http://l4d.freel4dservers.com/Pounce_Statistics/
This is exactly what I wanted.
Thank you very much.
ddxsamx is offline
eRazorzEDGE
Junior Member
Join Date: Jul 2009
Old 11-25-2009 , 20:06   Re: [L4D] PounceRecord 1.1
Reply With Quote #92

Is this plugin working for anyone in L4D2?
eRazorzEDGE is offline
p4tch3r
Junior Member
Join Date: May 2009
Location: Netherlands
Old 12-13-2009 , 15:57   Re: [L4D] PounceRecord 1.1
Reply With Quote #93

Quote:
Originally Posted by eRazorzEDGE View Post
Is this plugin working for anyone in L4D2?
nope it doesnt record @ my l4d2 servers.
I do hope on an updated version.
__________________
p4tch3r is offline
ldoh0112
Member
Join Date: Nov 2009
Location: The Republic of Korea
Old 12-16-2009 , 08:09   Re: [L4D] PounceRecord 1.1
Reply With Quote #94

pounce rank to L4D2 Support ?
ldoh0112 is offline
RoMaNo06
Junior Member
Join Date: May 2010
Old 05-14-2010 , 12:55   Re: [L4D] PounceRecord 1.1
Reply With Quote #95

Hello,

When will this plugin splendid be available on Left 4 Dead 2?

Cordially Romain.
RoMaNo06 is offline
panda82
Member
Join Date: Aug 2007
Old 05-30-2010 , 15:35   Re: [L4D] PounceRecord 1.1
Reply With Quote #96

In the plugin description says:

Quote:
PounceRecord records each pounce to a central database, which can be displayed via web or in-game
Quote:
So how can i see pounce rank in game?
panda82 is offline
commandertediz
Junior Member
Join Date: Jul 2010
Old 01-29-2011 , 17:26   Re: [L4D] PounceRecord 1.1
Reply With Quote #97

Quote:
Originally Posted by n0limit View Post
Description
PounceRecord records the pouncer, pounced, date and time, distance, damage, and map in which any pounce that achieved a pounce damage occurred (any pounce in which distance > z_pounce_damage_range_min). At the moment it only records the pounces, but I hope to eventually have an entire in-game system with extended pounce stats for each player and notification when a new top pounce has been achieved.

Installation
1. Create the pounces table in the database of your choice. The table SQL is as follows:
Code:
CREATE TABLE IF NOT EXISTS `pounces` (
  `ID` int(10) unsigned NOT NULL auto_increment,
  `datetime` datetime NOT NULL,
  `pouncer` varchar(64) NOT NULL,
  `pounced` varchar(64) NOT NULL,
  `distance` smallint(5) unsigned NOT NULL,
  `damage` float NOT NULL,
  `map` varchar(64) NOT NULL,
  `steamid` varchar(64) NOT NULL,
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
You can also find a copy in Icettiflow's php package posted below.

2. Open addons\sourcemod\config\databases.cfg and add the following database:
Code:
    "PounceDB"
    {
        "driver"            "default"
        "host"                "mysqlhost
        "database"            "mypouncedatabase"
        "user"                "mysqluser"
        "pass"                "mysqlpass"
    }
3. Load the plugin. Pounces should start streaming in. If not, check the server console for any errors.

CVARS
pouncerecord_version - Current version of this plugin

CHANGES
1.1 - Fixed player names with special characters (by escaping them).
1.0 - Initial version

TODO
- In-game pounce achievements
- In-game stats (n0limit pounced Icettiflow for 25 damage. His average pounce is 27.3, and has pounced 48 people on this server.)
-In-game extended stats on request (pounces over x, favorite pounce target, your pounce bitch, your target dummy, just loads of stats can be gathered from this db).
-What else? Your recommendations will make this plugin.

Thanks
-Icettiflow, who has kindly made the php package to display the pounces and helped me with this project

Want to help?
If this plugin gets a lot of attention, it may be more than we can handle. We ask that anyone who is interested please provide any help you can give with this pawn script or PHP pages that show the data off. We're both busy guys and can only give so much time these days.
This is a great idea for a mod but you are seriously lacking in installation instructions. Your instructions should be written exactly step by step what to do as if the person installing the mod has never done so before. I have had to do so much guess work with this mod that i'm starting to give up. i uploaded the files to my webserver, imported the table.sql file, edited my databases.cfg file, entered in the wildcard % for remotemysql and have verified my web interface does come up, it just doesn't display any pounces. it says zero records. You owe it to the people who install your mod to make sure it works, and make sure the installation instructions are perfect. if they aren't, your mod should not be approved for install. I should not have to guess 80% of how to get this mod working.

Here is my live page so you can see: http://www.badtediz.com/index.php

Please let me know what i am missing. i also don't see anyting in my console for the server that mentions it can't connect. it is simply not sending any data to the table so the records remain at zero.
commandertediz is offline
kevinbrunet
Member
Join Date: Nov 2010
Old 08-11-2011 , 06:05   Re: [L4D] PounceRecord 1.1
Reply With Quote #98

Here is my L4D2 Version of this plugin.

For the installation, please look at the first post of this plugin.

I will shortly post the Web Version of this plugin but I'm making some arrangement. ==> DONE

I am working on a new version of this plugin to make the detection of bots easier when you have a 9v9 server and some bots called themselves (1)Rochelle etc...

To see what it can be like, go here : http://pounces.clannff.fr
Attached Files
File Type: sp Get Plugin or Get Source (pouncerecord.sp - 279 views - 4.3 KB)
File Type: zip hunterpounce_web.zip (42.0 KB, 101 views)
__________________

Last edited by kevinbrunet; 08-13-2011 at 12:35. Reason: Add Web Version
kevinbrunet is offline
siangc
Senior Member
Join Date: Mar 2010
Old 08-17-2011 , 11:31   Re: [L4D] PounceRecord 1.1
Reply With Quote #99

Thanks for your version kevinbrunet, but i hope you can add ingame stats, it would improve this plugin a whole lot.
__________________
siangc is offline
kevinbrunet
Member
Join Date: Nov 2010
Old 08-17-2011 , 12:23   Re: [L4D] PounceRecord 1.1
Reply With Quote #100

What do you mean by that ?
__________________
kevinbrunet is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode