Enable Steam Workshop support in Server Browser – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Bot: Replacing category Arma 3 Multiplayer with Arma 3: Multiplayer)
Line 11: Line 11:


[[Category:Arma 3]]
[[Category:Arma 3]]
[[Category:Arma 3 Multiplayer]]
[[Category:Arma 3: Multiplayer]]

Revision as of 16:56, 3 December 2018

Arma 3 Launcher Server Browser can pair server mods with Steam Workshop items, activate required mods before joining the server and/or subscribe and download missing mods. At the present moment, the mods are paired only by Steam Workshop item identifier. Server administrators have to set this identifier to required Workshop item, otherwise user will have activate mods manually.

How to pair mod on server with Steam Workshop item

  1. In the root of the mod create a file meta.cpp.
  2. Add line protocol = 1;
  3. Add line publishedid = 123456789;, where 123456789 is a Steam Workshop id.

How to get Steam Workshop item identifier

  1. Open the Steam Workshop page of the mod in your web browser.
  2. The identifier is displayed in the address bar after id=, e..g. for the ACE3 mod (http://steamcommunity.com/sharedfiles/filedetails/?id=463939057) the Steam Workshop id is 463939057.