mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-07-26 07:01:34 +03:00
Updated Installing (markdown)
parent
06813f6e0d
commit
627d1a9e84
@ -10,5 +10,32 @@ Do not forget that **Metamod-r** is compatible only with the following server ve
|
||||
| `6xxx`, `7xxx` | `API 3.1+` |   |
|
||||
|
||||
# Installing on the game server
|
||||
* Unload the latest version of_** Metamod-r * * _ [](http://teamcity.rehlds.org/guestAuth/downloadArtifacts.html?buildTypeId=Metamod_Publish&buildId=lastSuccessful) into any convenient place.
|
||||
* Download the latest version of_** Metamod-r * * _ [](http://teamcity.rehlds.org/guestAuth/downloadArtifacts.html?buildTypeId=Metamod_Publish&buildId=lastSuccessful) into any convenient place.
|
||||
* Unzip the folder _**addons** * _ into your mod folder from the downloaded zip archive. ![]
|
||||
(https://i.imgur.com/QYpJ6vI.png)
|
||||
In case of any problem with determining the name of the directory, please refer to the summary table, which is represented by **[here](https://github.com/theAsmodai/metamod-r/wiki/Troubbleshouting)**._
|
||||
* 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' gamedll`and 'gamedll_linux'. For example, `Half-Life 1 would look like this:_
|
||||
```
|
||||
gamedll "dlls\hl.dll"
|
||||
gamedll_linux "dlls/hl.so"
|
||||
```
|
||||
_а у `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.
|
||||
|
||||

|
Loading…
x
Reference in New Issue
Block a user