• tfTeam Fortress 2

    SnipeZilla -Sz- Snipin's a good job, mate!
    SnipeZilla -Sz- You call that snipin'?
  • tfCounter-Strike Source

    SnipeZilla -Sz- DeathMatch Adventure [DM][AWP][ALL]
    SnipeZilla -Sz- Point And Click Adventure [AWP]
  • tfCounter-Strike 2

    SnipeZilla -Sz- AWP Famous Sniping Server
Resource icon

HLstatsZ CounterStrikeSharp plugin 1.3.0

No permission to download
## HLstatsZ Plugin for CounterStrikeSharp (CS2) 🎯
This plugin extends CounterStrikeSharp to enable full(mostly) HLstatsX:CE support on CS2 servers.

## ✨ Overview
* This plugin emulates the classic `hlstats.smx` behavior, allowing CounterStrikeSharp CS2 servers to communicate seamlessly with HLstatsX backends.
* It receives RCON commands from your daemon (`HLX_SM_XX`) and also dispatches enriched event logs via HTTP

## 🔧 Key Features
- ☝ Spoofs SOURCEMOD's hlstats.smx; Server Mod set as 'SOURCEMOD', Events unchanged hlx_sm_xx
- ✅ Sends additional HTTP game event which are not logged by cs2
- 🚀 Optimized for modern CS2 servers and the revamped HLstatsX ecosystem
- 🧩️ Minimal performance and Fully configurable
- ⚙️ CS2 x-server.cfg:

## ⚙️ Config
# Easy server setup—just two config changes
- CS2 x-server.cfg:
```
log on
logaddress_add_http "http://127.0.0.1:27500"
```
- CounterStrikeSharp\Configs\Plugins\HLstatsZ\HLstatsZ.json:

```
"Log_Address": "127.0.0.1",
"Log_Port": 27500,
"BroadcastAll": 0,
"ServerAddr":"64.74.97.164:27015"
```
✅ Only works with the updated HLxce daemon v2, which supports both UDP and HTTP log ingestion on the same port.

* Log_Port: The UDP/HTTP port your daemon is listening on (make sure port are open for UDP and TCP)

* BroadcastAll: 1 to Emulate old hlstatsx.smx (tf2,css...), 0 for sourcemod csgo/cs2

* ServerAddr: force ip:port if you see not authorized in the log. still highly recommended to force log on known ip:port

* BroadcastAll: 1 to Emulate old hlstatsx.smx (tf2,css...), 0 for sourcemod csgo


## 🧪 Current Status and disclamer
* 🐣 Early-stage plugin!
* not everything work.
* But the core idea is here. I couldn't make everything I wanted. (My first css plugin!)
* The menu is horrible.
* Teams color are done by hlstatsx v2 (for now, until i figure out how to do it inside the plugin)
* Needs community to improve this plugin for the love of HlstatsX/Z!
Extra logs are now sent via HTTP. This version woks only with HLstatsX/Z v2
Back
Top