Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
And while you are here, do you know how I can change weapons for the bots on Co-Op? I searched everywhere..
1) Get a copy of hlstatsxce, find the install.sql within the archive
2) Do a Find & Replace, replace the CHARSET variable to utf8mb4 for ALL table creation queries
3) Using MySQL Workbench or whichever tool of your preference, make a new schema (whichever name you want). For Table Collation, select utf8mb4_general_ci.
Why all the utf8? Because players with funny symbols in their names ♥♥♥♥ up the data entry and causes the db to desync from an improper charset :D
4)Open up that schema and then File > Open SQL Script. Open install.sql, let it populate your db.
5) If all goes well, next, find the folder named scripts within the hlxce archive. This will be where the daemon, hlstats.pl is executed.
6) Make sure to edit the hlstats.conf to set up the ports/access properly. If you dont see this file, you might have to run hlstats.pl once for it to autocreate. The most important bit here is the UDP socket settings.
7) Automation!
=========================================================
IMPORTANT NOTE:
Enable cvar "logaddress ip port" in your server. This is required as the log data is sent to the daemon server. Failure to do so = no data logging :D
For each server instance, you need its own daemon as well, so multiple batch files scenario kinda thing.
=========================================================
You could use ActiveState Perl (32bit) if you're planning to host on windows. Then, make a batch script e.g
Once this is done, this should only need to be run once per startup (unless it crashes which so far I haven't noticed any). If your server/pc is always on then just once is enough :). You also need to daemonize hlstats-awards.pl through task scheduler for the awards and stuff to update.
Thank you so much!
Now I just have to try to install the DBD-Mysql, I just can't get it to work. Tried cpan, ppm, strawberrypearl.. But I'm getting there.
Thanks for the help!
Before I coudlnt even get that ♥♥♥♥ to start download, not I almost get it to work.
I get that error. I tried to install like Net::SSH and that worked fine.
I suck at programming so I just googling around..
also @jballou great work on taking up and improving the logger and all, couldn't have envisioned this to be such a big project
Wtf is going on..
Still nothing in database..
I have logaddress_add 192.168.1.100:27500 in server.cfg