You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
5
5
# Building a Half-Life server and setting it up
6
6
7
-
First you need to build **hl.so** or **hl.dll**, depending on your platform, from source [hlsdk-portable branch hlbridge](https://github.com/Elinsrc/hlsdk-portable/tree/hlbridge/)
7
+
First you need to build metamod plugin, depending on your platform, from source [HLBridge_metamod](https://github.com/Half-Life-Collective/HLBridge_metamod)
8
8
9
-
After building **hl.so** or **hl.dll**, move it to valve/dlls and replace the files.
9
+
After building **hlbridge_mm_i386.so** or **hlbridge_mm_i386.dll**, move it to valve/dlls/addons/metamod and replace the files.
10
+
11
+
After that you need to edit valve/dlls/addons/metamod/plugins.ini and enable **hlbridge_mm_i386.so** or **hlbridge_mm_i386.dll**.
10
12
11
13
After that you need to edit **server.cfg** and add commands.
0 commit comments