Skip to content

Install WS

Robomikel edited this page Jul 25, 2022 · 2 revisions

This is a legacy option that is still available. by adding the below variables to *_default.ps1 it will download steam workshop ids and copy them to desired folder. Most games have a API that will download them automatically.

    #                       WorkShop Mod Directory
    $global:moddir        = "$serverdir\Mods"

    #                       steam appID for SE regular game (workshop content tied to this appID)
    $global:reg_appID       = '107410'
    #                       list of mods to download and copy to server mod folder
    $global:wsmods          = "@('450814997','463939057','773125288','773131200','843593391','1439779114','333310405','1374639840')"