Raised This Month: $32 Target: $400
 8% 

[L4D & L4D2] Custom Player Stats v1.4B121


Post New Thread Reply   
 
Thread Tools Display Modes
rava
Senior Member
Join Date: Aug 2009
Old 01-11-2011 , 10:06   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1171

re...

What he has is with himself l4d2stats_sqldump file ...?
thank you

il sert a quoi avec se fichier ...l4d2stats_sqldump ...?
merci
__________________
rava is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 01-11-2011 , 11:08   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1172

Quote:
Originally Posted by rava View Post
re...

What he has is with himself l4d2stats_sqldump file ...?
thank you

il sert a quoi avec se fichier ...l4d2stats_sqldump ...?
merci
First execute this:
Code:
CREATE TABLE `server_settings` (
  `sname` varchar(64) NOT NULL,
  `svalue` blob,
  PRIMARY KEY  (`sname`)
);
Then execute these inserts:
Code:
INSERT INTO server_settings (sname, svalue) VALUES ('motdmessage', 'This server is the home of Custom Player Stats. Tip of the day: You can mute Custom Player Stats from Rank Menu. Type RANKMENU to open Rank Menu!');
INSERT INTO server_settings (sname, svalue) VALUES ('motdheader', 'Left 4 Dead Player Stats');
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
rava
Senior Member
Join Date: Aug 2009
Old 01-11-2011 , 12:20   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1173

everything ok create table server_settings

and now I put the l4d_stats.smx?
thank you for the help

tout ok create table server_settings

et maintenant je met le l4d_stats.smx ? merci pour l'aide
__________________
rava is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 01-11-2011 , 13:09   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1174

Quote:
Originally Posted by rava View Post
everything ok create table server_settings

and now I put the l4d_stats.smx?
thank you for the help

tout ok create table server_settings

et maintenant je met le l4d_stats.smx ? merci pour l'aide
I think so?
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
fenghf
Member
Join Date: Apr 2010
Old 01-16-2011 , 12:22   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1175

Reinstall it. find no logo. I did not modify other files.
Attached Thumbnails
Click image for larger version

Name:	QQ?????.jpg
Views:	166
Size:	28.1 KB
ID:	80829  

Last edited by fenghf; 01-17-2011 at 00:20.
fenghf is offline
salithus
New Member
Join Date: Jan 2011
Old 01-16-2011 , 17:28   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1176

I'm having an issue with the Rank Vote. The source code is looking for "addons/sourcemod/gamedata/l4d_stats.txt" (line 920) which I don't have because I'm running a forked server with multiple sourcemod installations, so my l4d_stats.txt file is in addons/sourcemod##/gamedata/

Is there a good way to modify that line so it can handle checking each installation? I can probably just comment it out for my needs since I know it will be there, but it seems like there's got to be a better way to do it.
salithus is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 01-17-2011 , 02:45   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1177

Quote:
Originally Posted by fenghf View Post
Reinstall it. find no logo. I did not modify other files.
There is no logo on that page, unless you have customized yours? Or am I missing something here?

Quote:
Originally Posted by salithus View Post
I'm having an issue with the Rank Vote. The source code is looking for "addons/sourcemod/gamedata/l4d_stats.txt" (line 920) which I don't have because I'm running a forked server with multiple sourcemod installations, so my l4d_stats.txt file is in addons/sourcemod##/gamedata/

Is there a good way to modify that line so it can handle checking each installation? I can probably just comment it out for my needs since I know it will be there, but it seems like there's got to be a better way to do it.
I'm sorry but I don't know anything about those forked servers. The file is required for the player team switch, so you can't just comment it out. You would have to look for someone that knows about this system and how to type the path to the file in that situation. I'm 100% sure someone else has had similar kind of problem and that it is solvable. Sorry I couldn't give you any good solution for your problem.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
salithus
New Member
Join Date: Jan 2011
Old 01-17-2011 , 08:14   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1178

Quote:
Originally Posted by muukis View Post
I'm sorry but I don't know anything about those forked servers. The file is required for the player team switch, so you can't just comment it out. You would have to look for someone that knows about this system and how to type the path to the file in that situation. I'm 100% sure someone else has had similar kind of problem and that it is solvable. Sorry I couldn't give you any good solution for your problem.
No worries. I compared the check to some other mods and it looks like the FileExists call is not needed since you're already checking for INVALID_HANDLE after LoadGameConfigFile. I put this patch together: link I'm testing it now - so far everything loaded correctly, but I'll give it a few games to make sure nothing breaks. It's a low-load server, so it might take a few days
salithus is offline
fenghf
Member
Join Date: Apr 2010
Old 01-17-2011 , 11:16   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1179

Quote:
Originally Posted by muukis View Post
There is no logo on that page, unless you have customized yours? Or am I missing something here?
I did not modify the logo.png
Re-install the new version v1.4B105, the picture did not appear.
I reinstalled several times.

Last edited by fenghf; 01-17-2011 at 11:18.
fenghf is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 01-17-2011 , 12:32   Re: [L4D & L4D2] Custom Player Stats v1.4B105
Reply With Quote #1180

Quote:
Originally Posted by fenghf View Post
I did not modify the logo.png
Re-install the new version v1.4B105, the picture did not appear.
I reinstalled several times.
Oh you mean this MOTD.PHP logo? I did not add that image to other pages... at least not yet. I'll deliver a new version quite soon, I hope, in which I could add the logo image to the default template pages?
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis 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 06:38.


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