LogMod ReadMe
From HLSW Wiki
Contents |
Installation
Linux Installation
Unzip the LogMod file and copy it to this directory on your server:
hlds/gamedir/
Example:
hlds_l/cstrike/
Add this line to your Metamod INI file (plugins.ini):
linux addons/logmod/dlls/logmod_mm_i386.so
Restart your server!
NOTICE MetaMod 1.17 or higher must be installed.
Type in your console below line, if you want to see that your LogMod works.
meta list
Windows Installation
Unzip the LogMod file and copy it to this directory on your server:
hlds/gamedir/
Example:
hlds_l/cstrike/
Add this line to your Metamod INI file (plugins.ini):
win32 addons/logmod/dlls/logmod_mm_i386.dll
Restart your server!
NOTICE: MetaMod 1.17 or higher must be installed
Type in your console below line, if you want to see that your LogMod works.
meta list
LogMod Settings
Console commands
| Command | Description |
|---|---|
| logmod ver | Show version |
| logmod reinit | Reinitialize LogMod |
| logmod options | View and edit options |
| logmod add | Add a log address |
| logmod remove | Remove a log address |
| logmod list | List all log addresses |
| logmod traffic | View traffic stats |
CVars
| Cvar | Description |
|---|---|
| lm_db | 0: LogMod Online Database Support is disabled
1: LogMod Online Database Support is enabled |
| lm_port | lm_port shows the current port LogMod use |
| lm_query | 0: LogMod Query Support is disabled
1: LogMod Query Support is enabled |
| lm_status | 0: LogMod is not running
1: LogMod is running |
Known Issues
Please install the compat or linux compat package on your system.
Missing libstdc++5 on Debian 3.0 Stable
You need to seperately install the package.
Insert these lines into /etc/apt/sources.list
deb http://www.fs.tum.de/~bunk/debian woody/bunk-2 main contrib non-free deb-src http://www.fs.tum.de/~bunk/debian woody/bunk-2 main contrib non-free
and after that run
apt-get update apt-get install libstdc++5