Skip to content

Commit 586a8d0

Browse files
authored
Merge pull request #11 from samokythr/master
Added information about addind mods to ARK server
2 parents d4b5203 + 00c53d8 commit 586a8d0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/guides/gameservers/ark_mod.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Adding mods to ARK server
2+
##### This way of adding mods require you to have them already downloaded locally
3+
4+
## 1. Find mods you want to add to the server (\SteamLibrary\steamapps\common\ARK\ShoooterGame\Content\Mods)
5+
![Mods](/img/ark/mods.png)
6+
7+
## 2. Using SFTP connection transfer both folders and .mod files to the server (\deployment\serverfiles\ShooterGame\Content\Mods)
8+
9+
## 3. Modify GameUserSettings.ini.scroll_template section [ServerSettings] by adding following line `ActiveMods=modNumber` for example `ActiveMods=889745138,821530042`
10+
11+
## 4. Restart server and enjoy

static/img/ark/mods.png

66.3 KB
Loading

0 commit comments

Comments
 (0)