-
-
Notifications
You must be signed in to change notification settings - Fork 5
1. How to install Mod?
z0h1r-LK edited this page Aug 1, 2025
·
5 revisions
-
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.
- If you have difficulties understanding or installing, join our Discord Community
| 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 |
- 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 Serverservice via Game Panel quickly. The important thing! Install a clean HLDS build via SteamCMD,Reinstall Serveror whatever. - Official HLDS Build: hlds-run/hlds_builds
- Decompress it and you will find two folders in the directory
bin:win32andlinux32. 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.
- After downloading and decompressing it, you will again find two folders in the directory
bin:win32andlinux32. But this time, you will copy the directorycstrikeand paste it in the HLDS directory.
- After downloading and decompressing it, go to the directory called
addonsand copy this:
| OS | File? |
|---|---|
| Linux | Copy the file metamod_i386.so
|
| Windows | Copy the file metamod.dll
|
- Go to
cstrikeinside your HLDS directory and create a new directory namedaddons, another one insideaddonsnamedmetamod, and another one insidemetamodnameddlls. The path will be{HLDS_Directory}/cstrike/addons/metamod/dlls/. - For
config.ini, put it directly inside themetamoddirectory. But create an empty file using Notepad or whatever namedplugins.iniinside themetamoddirectory. - 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, andgamedll_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.
- Open the AMX Mod X link from the requirements table and download the AMX Mod X package:
-
- Then decompress both
amxmodx-10.0.0-git-cstrike-linux.tar.gzfirst, thenamxmodx-10.0.0-git-base-linux.tar.gz, and mergecstrikewithbase. You will get a full folderaddons. Copy it and paste it in the HLDS directory.
- 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
|
- Congratulations! Download file Zombie Escape Mod
- When you download our 🧟 Zombie Escape Mod, Compile all
.smafiles usingcompile.exeon Windows orcompileon Linux. - When your compilation is finished, you will find a directory called
compiledcontaining your compiled plugins. Put these plugins insideaddons/amxmodx/plugins/. - Now, copy the files
addons,models,sound,sprites.
| 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... 😄