Skip to content

Commit 00c53d8

Browse files
authored
Create ark_mod.md
1 parent b0dab39 commit 00c53d8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)