Skip to content

Deathmatch Classic

Installation

Before installing, make sure you follow the Pre-Installation section from Counter-Strike 1.6. To install this server, open SteamCMD, login anonymously and run the following commands:

force_install_dir /home/steam/dmc
app_set_config 90 mod dmc
app_update 90 validate

Configuration

Info

This section is still under progress.

AMX

Installation

To install plugins in your server you'll need AMX and Metamod which can be downloaded here. To install these, download the files inside the dmc mod folder and extract them.

cd ~/dmc/dmc
wget https://www.amxmodx.org/release/metamod-1.21.1-am.zip
wget https://www.amxmodx.org/release/amxmodx-1.8.2-base-linux.tar.gz
unzip metamod-1.21.1-am.zip
tar -xvf amxmodx-1.8.2-base-linux.tar.gz
rm metamod-1.21.1-am.zip amxmodx-1.8.2-base-linux.tar.gz

Now we have to add the corresponding dlls to the liblist.gam:

nano liblist.gam

Inside the editor, replace the following line:

gamedll_linux "dlls/xxx.so

To:

gamedll_linux "addons/metamod/dlls/metamod.so"

Close and save the file, we'll need to edit another file now.

nano addons/metamod/plugins.ini

Inside it, write the following line:

linux addons/amxmodx/dlls/amxmodx_mm_i386.so

AMX is now installed. We need to make ourselves admin, for this edit the following file:

nano addons/amxmodx/configs/users.ini

And add the following line:

"STEAM:O:1:23456789" "" "abcdefghijklmnopqrstu" "ce"

Replace STEAM:0:1:23456789 with your *STEAMID32 which you can find here.

Adding Plugins

Info

This section is still under progress.

Running the Server

To run the server, simply launch hlds_run from the dmc folder with the required parameters.

./hlds_run -game dmc +maxplayers 10 +map dmc_dm2

Last update: May 30, 2020