Enable Steam Workshop support in Server Browser – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "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....")
 
No edit summary
Line 3: Line 3:
== How to pair mod on server with Steam Workshop item ==
== How to pair mod on server with Steam Workshop item ==
# In the root of the mod create a file <tt>meta.cpp</tt>.
# In the root of the mod create a file <tt>meta.cpp</tt>.
# Add line <tt>protocol = 1; </tt>
# Add line <tt>publishedid = 123456789;</tt>, where 123456789 is a Steam Workshop id.
# Add line <tt>publishedid = 123456789;</tt>, where 123456789 is a Steam Workshop id.



Revision as of 16:31, 19 February 2016

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.