Both sides previous revisionPrevious revisionNext revision | Previous revision |
en:troubleshooting:setting_up_hlds [2022-08-14-15-36] – [Installation Grundserver] 7saturn | en:troubleshooting:setting_up_hlds [2022-08-14-17-01] (current) – [Metamod] 7saturn |
---|
The first thing you need is the Metamod. This can be found at http://www.metamod.org or https://sourceforge.net/projects/metamod/files/Metamod%20Binaries/. [[https://sourceforge.net/projects/metamod/files/Metamod%20Binaries/1.18/metamod-1.18-linux.tar.gz/download?use_mirror=kumisystems&download=|1.18]] | The first thing you need is the Metamod. This can be found at http://www.metamod.org or https://sourceforge.net/projects/metamod/files/Metamod%20Binaries/. [[https://sourceforge.net/projects/metamod/files/Metamod%20Binaries/1.18/metamod-1.18-linux.tar.gz/download?use_mirror=kumisystems&download=|1.18]] |
- Create the folder ''addons'' (i.e. ''cstrike/addons'') | - Create the folder ''addons'' (i.e. ''cstrike/addons'') |
- Inside this folder create the folder ''metamod'' with the Metamod in it. Like this: ''cstrike/addons/metamod''. | - Inside this folder create the folder ''metamod'' with the Metamod in it. Like this: ''cstrike/addons/metamod/dlls''. |
- Then open the ''liblist.gam'' in ''cstrike'' and delete the entry (or comment it out with '';''): ''gamedll_linux <nowiki>"dlls/cs_i386.so"</nowiki>'' and write instead: ''gamedll_linux <nowiki>"addons/metamod/dlls/metamod.so"</nowiki>'' and save. | - Place the just obtained Metamod library file (//metamod_i386.so//) inside it. |
That should run the Metamod. Start briefly to test it. The CS server should already name it. | - Then open the ''liblist.gam'' in ''cstrike'' and delete the entry (or comment it out with '';''): //gamedll_linux <nowiki>"dlls/cs_i386.so"</nowiki>// and write instead: ''gamedll_linux <nowiki>"addons/metamod/dlls/metamod.so"</nowiki>'' and save. |
| That should run the Metamod. Start it briefly to test it. The CS server should already name it in a similar fashion as this: |
| <code> |
| Metamod version 1.18 Copyright (c) 2001-2005 Will Day <willday@metamod.org> |
| Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'. |
| This is free software, and you are welcome to redistribute it |
| under certain conditions; type `meta gpl' for details. |
| </code> |
==== AMXmodX ==== | ==== AMXmodX ==== |
This is an actual mod, using MetaMod. You can get it here: https://sourceforge.net/projects/amxmodx/files/ or here: https://www.amxmodx.org/downloads.php. It comes in two parts, the base package and the additional package for the game mod you intend to use (in our case: //cstrike//). | This is an actual mod, using MetaMod. You can get it here: https://sourceforge.net/projects/amxmodx/files/ or here: https://www.amxmodx.org/downloads.php. It comes in two parts, the base package and the additional package for the game mod you intend to use (in our case: //cstrike//). |