Skip to content

Installing

AEnimka edited this page Feb 26, 2018 · 27 revisions

Back

Check out list of supported games and make sure that there is your game in the list. Don't be upset if it's not. After installation you can check the performance of Metamod-r with your unsupported mod after fine tuning by this article. There is a possibility that the game will start.

Compatibility

Do not forget that Metamod-r is compatible only with the following server versions and operating systems.

Original ReHLDS OS
6xxx, 7xxx API 3.1+

Installing on the game server

  • Download the latest version of Metamod-r Download into any convenient place.
  • Unzip the folder addons _ into your mod folder from the downloaded zip archive. In case of any problem with determining the name of the directory, please refer to the summary table, which is represented by here.
  • Find the 'liblist' file.gam`in the mod folder, make a backup copy of it (if you want) and open the file with any convenient text editor.
  • Find liblist ' in the file.gam 'strings containing' gamedlland 'gamedll_linux'. For example, `Half-Life 1 would look like this:_
gamedll "dlls\hl.dll"
gamedll_linux "dlls/hl.so"

as for Counter-Strike 1.6:

gamedll "dlls\mp.dll"
gamedll_linux "dlls/cs.so"
  • In the desired line replace the contents of the path to metamod-r: _ _ For Windows versions of your server:_
gamedll "addons\metamod\metamod.dll"

For Linux-versions of your server:

gamedll_linux "addons/metamod/metamod_i386.so"
  • Save the changes to `liblist.gam ' file.
  • Installation * * Metamod-r** is completed.

Check

After a successful installation of ** Metamod-r** you can check the performance by running the game server. ** Metamod-r ** works: If it doesn't, contact the Troubleshooting guide.