diff --git a/docs/guides/gameservers/ark_mod.md b/docs/guides/gameservers/ark_mod.md new file mode 100644 index 0000000..eb051b7 --- /dev/null +++ b/docs/guides/gameservers/ark_mod.md @@ -0,0 +1,11 @@ +# Adding mods to ARK server +##### This way of adding mods require you to have them already downloaded locally + +## 1. Find mods you want to add to the server (\SteamLibrary\steamapps\common\ARK\ShoooterGame\Content\Mods) +![Mods](/img/ark/mods.png) + +## 2. Using SFTP connection transfer both folders and .mod files to the server (\deployment\serverfiles\ShooterGame\Content\Mods) + +## 3. Modify GameUserSettings.ini.scroll_template section [ServerSettings] by adding following line `ActiveMods=modNumber` for example `ActiveMods=889745138,821530042` + +## 4. Restart server and enjoy diff --git a/static/img/ark/mods.png b/static/img/ark/mods.png new file mode 100644 index 0000000..fe3ab66 Binary files /dev/null and b/static/img/ark/mods.png differ