Skip to content

1. How to install Mod?

z0h1r-LK edited this page Aug 1, 2025 · 5 revisions

⚠️ – Hey Escaper!

  • This topic is made for installing requirements manually. If you're still a beginner and would like to install it on a Linux server, you can use the fast and easy method via ReHLDS Full Pack.

👋 – Let's begin:

Requirements:

Version
ReHLDS 3.14.0.857 or newer
ReGameDLL_CS 5.28.0.756 or newer
Metamod-R (Recommended) 1.3.0.149 or newer
AMX Mod X 1.10.0.5467 or newer
ReAPI Module 5.26.0.338 or newer

🔨 – Instructions && Installation:

0. Dedicated Server or ListenServer?

  • If you would like to install the Mod on a ListenServer (your game) for testing or trying the Mod, just ignore this step and go to the next step 1. ReHLDS.
  • But if you would like to install the Mod on a Dedicated Server (HLDS), you should install the full HLDS pack via SteamCMD or the method below: If you own a Game Panel (Pterodactyl, Open Game Panel or whatever...) from a hosting provider, the hosting always provides a Reinstall Server service via Game Panel quickly. The important thing! Install a clean HLDS build via SteamCMD, Reinstall Server or whatever.
  • Official HLDS Build: hlds-run/hlds_builds

1. ReHLDS:

  • Decompress it and you will find two folders in the directory bin: win32 and linux32. If you have:
OS File?
Linux Open linux32 and copy the file engine_i486.so
Windows Open win32 and copy the file swds.dll
  • After copying it, paste it in the HLDS directory.

2. ReGameDLL_CS

  • After downloading and decompressing it, you will again find two folders in the directory bin: win32 and linux32. But this time, you will copy the directory cstrike and paste it in the HLDS directory.

3. MetaMod-R

  • After downloading and decompressing it, go to the directory called addons and copy this:
OS File?
Linux Copy the file metamod_i386.so
Windows Copy the file metamod.dll
  • Go to cstrike inside your HLDS directory and create a new directory named addons, another one inside addons named metamod, and another one inside metamod named dlls. The path will be {HLDS_Directory}/cstrike/addons/metamod/dlls/.
  • For config.ini, put it directly inside the metamod directory. But create an empty file using Notepad or whatever named plugins.ini inside the metamod directory.
  • For simplicity:
Binaries Path
metamod.dll or metamod_i386.so {HLDS_Directory}/cstrike/addons/metamod/dlls/
config.ini and plugins.ini {HLDS_Directory}/cstrike/addons/metamod
  • Good! The last step in Metamod: Inside the HLDS directory, you will find a file called liblist.gam. You can edit this file via Notepad or whatever and remove these: gamedll, gamedll_osx, and gamedll_linux. Then add only one of these:
OS Modify
Linux gamedll_linux "addons/metamod/dlls/metamod_i386.so"
Windows gamedll "addons/metamod/dlls/metamod.dll"
  • And save the changes.

4. AMX Mod X

  • Open the AMX Mod X link from the requirements table and download the AMX Mod X package:
  • AMX Mod X Package
  • Then decompress both amxmodx-10.0.0-git-cstrike-linux.tar.gz first, then amxmodx-10.0.0-git-base-linux.tar.gz, and merge cstrike with base. You will get a full folder addons. Copy it and paste it in the cstrike directory.

5. ReAPI Module

  • ReAPI Module is easy to install. Inside addons/amxmodx/modules/, keep this:
OS Keep or Delete?
Linux Keep the file reapi_amxx_i386.so and delete the file reapi_amxx.dll
Windows Keep the file reapi_amxx.dll and delete the file reapi_amxx_i386.so

6. Our Mod:

  • Congratulations! Download file Zombie Escape Mod
  • When you download our 🧟 Zombie Escape Mod, Compile all .sma files using compile.exe on Windows or compile on Linux.
  • When your compilation is finished, you will find a directory called compiled containing your compiled plugins. Put these plugins inside addons/amxmodx/plugins/.
  • Now, copy the files addons, models, sound, sprites.

7. Our mod was tested on these games:

Game Work?
CS Steam ✔️
GSClient ✔️
NextClient ✔️
CS Original
CS WaRzOnE
CS Fenix
Old CS

Avoid old CS versions that use old builds. Dev Team: I tried to make this tutorial as easy as possible!

Tutorial video coming soon... 😄