Tutoriale

Ghiduri de configurare, remedieri, dezvoltare de pluginuri și administrare pentru servere CS 1.6.

70 Tutoriale

How to Install Metamod-P (Legacy) on Classic HLDS

Install Metamod-P on a stock Valve HLDS server, when to still use it instead of Metamod-r, and how to verify the load with meta list.

Fix: Players Kicked for 'Invalid STEAM UserID Ticket'

The 'Invalid STEAM UserID Ticket' kick means the server rejected the client's Steam auth. Either allow non-Steam clients with Reunion/dproto, or fix the Steam auth path. Both covered.

Fix: 'Reliable channel overflowed' Disconnects

What 'Reliable channel overflowed' really means, which plugins and HUD/menu spam cause it, and how to stop the per-client netchannel from bursting past its buffer.

Fix: My CS 1.6 Server Doesn't Show in the Internet Server List

A methodical checklist for a CS 1.6 server that runs fine but never appears in the internet server browser: sv_lan, heartbeats, inbound UDP, NAT, and the master server.

CS 1.6 Server Setup Checklist: From Empty VPS to Public Server

An ordered checklist for standing up a public CS 1.6 server: OS prep, engine and game DLL, Metamod and AMXX, non-Steam support, security, and the go-live verification.

Install a CS 1.6 Server on Ubuntu 24.04 LTS

A focused, current install of a CS 1.6 dedicated server on Ubuntu 24.04 LTS: the exact i386 packages, SteamCMD from multiverse, and the 24.04-specific gotchas.

How to Install Metamod-r on ReHLDS

Install Metamod-r, the modern fork of Metamod, on a ReHLDS server: liblist.gam, plugins.ini, meta list verification and the usual traps.

How to Compile ReGameDLL_CS from Source

Build cs.so / mp.dll yourself from the ReGameDLL_CS repository in a clean 32-bit Docker toolchain, and verify the binary before you deploy it.

Fix: Server Only Visible on LAN, Not on the Internet

Your server shows up on LAN but not in the internet list. Nine times out of ten it is sv_lan 1, a blocked UDP port, or the server never heartbeating the master. Full checklist.

Fix: 'PF_precache_model: Model overflow'

Why the engine aborts with PF_precache_model: Model overflow, how the fixed precache table works, and how to find and cut the plugin or map that blew the limit.

Fix: Non-Steam Players Can't Join My Server

Non-Steam clients get rejected at connect because your server has no non-Steam auth provider. Install and configure Reunion on ReHLDS or dproto on HLDS the right way.

How to Add Custom Maps to a CS 1.6 Server

Add custom maps to a CS 1.6 server the right way: where the .bsp and its assets go, the mapcycle, fast download so players actually get the files, and the missing-resource crashes.