Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
08-06-2010, 09:31 PM
(This post was last modified: 08-06-2010, 09:49 PM by issac.)
Edit: Sorry, please move this to the mods forum. Missed it at first.
Sorry if this has already been posted and resolved, to start off.
My friend and I have been working on installing HLStats for a few days now, and we finally sorted everything out.
Just one issue however, and I'm not able to figure it out.
First, some information.
Mod: Counter-Strike: Source, orangebox and up to date.
Server Platform: Dedicated Server(s) on Windows XP Pro SP3
HLStats is running on Fedora 12 and communicates with srcds on WinXP
On to the issue,
When a player types rank in chat hlstats pushes ma_msay to the console. That works properly.
However, it doesn't display correctly.
This is what it pushes:
And this is what displays:
I've checked all the configuration that I could find. I even poked around the script files and those look fine, and I would assume they are or else many others would be discussing this.
Anyone have any ideas? Please help.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
08-06-2010, 11:07 PM
(This post was last modified: 08-06-2010, 11:07 PM by realchamp.)
When you added the server you were asked about which server administration plugin your server was running.
See here:
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
(08-06-2010, 11:07 PM)realchamp Wrote: When you added the server you were asked about which server administration plugin your server was running.
See here:
In the server configuration, "mod" is set to "MANI."
Is this incorrect?
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
Depends on what mod you're using. I guess you're using SourceMod, right? As where you load the HLX plugin from.
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
08-07-2010, 12:42 AM
(This post was last modified: 08-07-2010, 12:43 AM by issac.)
(08-07-2010, 12:25 AM)realchamp Wrote: Depends on what mod you're using. I guess you're using SourceMod, right? As where you load the HLX plugin from.
Mani Admin Mod.
Also, I don't have any hlx plugins. I simply couldn't find any.
But commands like rank, statsme, etc still work perfectly. Well, except for the issue above.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
Is the HLX deamon collecting the correct information? Check if it say anything about (IGNORED) or so.
Also have you set the logadress_add?
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
(08-07-2010, 02:12 AM)realchamp Wrote: Is the HLX deamon collecting the correct information? Check if it say anything about (IGNORED) or so.
Also have you set the logadress_add?
The pearl daemon is receiving and logging all the information correctly.
If it weren't, it wouldn't show any stats at all I would think.
Appreciate you working with me, by the way.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
How about the logaddress_add?
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
08-07-2010, 02:23 AM
(This post was last modified: 08-07-2010, 02:26 AM by issac.)
(08-07-2010, 02:19 AM)realchamp Wrote: How about the logaddress_add?
It wouldn't receive any stats if logaddress_add were not in the cfg, I assume.
But yes, the setting is present.
If you'd like, I can paste some log info from hlstatsx.
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
08-07-2010, 02:47 AM
(This post was last modified: 08-07-2010, 02:49 AM by realchamp.)
Try using SourceMod. You might need the serverside plugin to control the sessions etc or the Mani loader file(don't remember the name).
EDIT: Seems like it only supports SourceMod.
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
(08-07-2010, 02:47 AM)realchamp Wrote: Try using SourceMod. You might need the serverside plugin to control the sessions etc or the Mani loader file(don't remember the name).
EDIT: Seems like it only supports SourceMod.
Wait, so it's not formatting properly because it's not collecting session info?
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
(08-07-2010, 02:55 AM)issac Wrote: (08-07-2010, 02:47 AM)realchamp Wrote: Try using SourceMod. You might need the serverside plugin to control the sessions etc or the Mani loader file(don't remember the name).
EDIT: Seems like it only supports SourceMod.
Wait, so it's not formatting properly because it's not collecting session info?
Well as far as I know you need a plugin to control the collection of stuff.
Perhaps you should search about Mani - HLX. Not sure if it even exists.
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
08-07-2010, 03:22 AM
(This post was last modified: 08-07-2010, 03:25 AM by issac.)
(08-07-2010, 03:09 AM)realchamp Wrote: (08-07-2010, 02:55 AM)issac Wrote: (08-07-2010, 02:47 AM)realchamp Wrote: Try using SourceMod. You might need the serverside plugin to control the sessions etc or the Mani loader file(don't remember the name).
EDIT: Seems like it only supports SourceMod.
Wait, so it's not formatting properly because it's not collecting session info?
Well as far as I know you need a plugin to control the collection of stuff.
Perhaps you should search about Mani - HLX. Not sure if it even exists.
The statistic collection itself is working. I just don't understand what's causing the problem with the rank command in chat.
Unless you see a problem with stat collection, please let me know the problem that you see?
As a quick note, that screen cap was taken right after I joined my server, I had not joined a team or done anything, yet.
Please see:
http://www.withfrosted.com/stats
Posts: 7,778
Threads: 176
Joined: May 2008
Reputation:
83
Honestly everything looks correct. And if you're sure about it's collecting the logs correctly, I'm afraid my personal experience with HLX is fairly low at that point. I usually like to try stuff myself.
Btw what OS are you running? I'm mostly familiar with Linux enviorments running with SourceMod, instead of Mani.
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
(08-07-2010, 03:42 AM)realchamp Wrote: Honestly everything looks correct. And if you're sure about it's collecting the logs correctly, I'm afraid my personal experience with HLX is fairly low at that point. I usually like to try stuff myself.
Btw what OS are you running? I'm mostly familiar with Linux enviorments running with SourceMod, instead of Mani.
The srcds server is on Windows XP Pro SP3.
All the perl scripts associated with HLStatsX:CE is running from Fedora 12.
|