Mod Publishing Process – Arma Reforger

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by R3vo (talk) to last revision by Reyhard)
Tag: Rollback
(Replaced list with table. Improved formatting)
Line 26: Line 26:
The following fields are offered:
The following fields are offered:
[[File:armareforger-publishing-mod-workshop-categories.png|thumb|right|600px|Workshop categories]]
[[File:armareforger-publishing-mod-workshop-categories.png|thumb|right|600px|Workshop categories]]
* '''Project Name:''' Project's workshop name. max 30 characters
{| class="wikitable"
* '''Working dir:''' directory where bundled version of the project will be stored. By default it is ''%userprofile%\Documents\My Games\ArmaReforger\publish\addonName''
|-
* '''Preview Image:''' the project's workshop preview image. Maximum allowed size of the image is 2MB, can be JPG or PNG.
! Field Name !! Description !! Additional Notes
* '''Screenshots:''' a gallery of pictures for the users to browse. Maximum allowed size of the image is 2MB, can be JPG or PNG.
|-
* '''Category:'''One or multiple categories in which the mod fit. At least one category has to be selected.  
| '''Project Name''' || Project's workshop name. || A maximum of 30 characters is allowed.
* '''Tags:''' search tags used to get a more precise search result (e.g WW2, CTF, Survival etc). Tags are separated by space
|-
* '''Version:''' the project's version. In the format <major>.<minor>.<bugfix>, should ideally be incremented on every update, with the exception of workshop information fix.
| '''Working Dir''' || Directory where bundled version of the project will be stored. || By default it is ''%userprofile%\Documents\My Games\ArmaReforger\publish\addonName''.
* '''Visibility:'''
|-
** '''Public:''' make the project visible to everyone
| '''Preview Image''' || The project's workshop preview image. || Maximum allowed size of the image is 2MB,. It can be JPG or PNG.
** '''Private:''' makes the project visible only to the uploader
|-
** '''Unlisted:''' hides the project in search results. Mod can be still used on dedicated server and downloaded by other users
| '''Screenshots''' || A gallery of pictures for the users to browse. || Maximum allowed size of the image is 2MB. It can be JPG or PNG.
** '''Test:''' makes the project visible only in Test mods category
|-
* '''Summary:''' the project's workshop '''short''' text preview
| '''Category''' || One or multiple categories in which the mod fit. || At '''least one category''' has to be selected.  
* '''Description:''' the project's workshop '''full''' description. It is possible to open larger, pop up window, for longer descriptions.  
|-
| '''Tags''' || Search tags used to get a more precise search result (e.g WW2, CTF, Survival etc). || Tags are separated by space.
|-
| '''Version''' || The project's version. In the format <major>.<minor>.<bugfix>, should ideally be incremented on every update, with the exception of workshop information fix.
|-
| '''Visibility''' ||
* '''Public:''' Makes the project visible to everyone.
* '''Private:''' Makes the project visible only to the uploader.
* '''Unlisted:''' Hides the project in search results. Mod can be still used on dedicated server and downloaded by other users.
* '''Test:''' Makes the project visible only in Test mods category.
|-
| '''Summary''' || The project's workshop '''short''' text preview
|-
| '''Description''' || The project's workshop '''full''' description. It is possible to open larger, pop up window, for longer descriptions.  
|-
| '''Change Notes''' || A summary of all changes introduced in this version of the update.
|}
{{Clear}}
{{Clear}}



Revision as of 10:10, 5 June 2022

Publishing a Mod

Prerequisites

To publish mod on the Workshop, following things are necessary:

  • Working mod (if it was published before, you have be owner of that mod)
  • Bohemia Account

If you already have Bohemia Account, then you can login to Bohemia backend by using Workbench > Login option. This option should open new pop up window where it is possible to type email & password associated with Bohemia Account. After that was typed in, you can click on Login button.

armareforger-publishing-mod-window.png armareforger-publishing-mod-login.png

If you don't have account or you don't remember password to it, it is possible to click on Forgot Password? link, to initiate password recovery or use Create Account link, to create a new Bohemia Account.

Interface

Publishing a mod is the process of making the mod available on the Workshop. A bundled mod is required.

In order to do so, click on Workbench > Publish Project


This will open the following interface:

Publish project window
Workshop in-game interface

The following fields are offered:

Workshop categories
Field Name Description Additional Notes
Project Name Project's workshop name. A maximum of 30 characters is allowed.
Working Dir Directory where bundled version of the project will be stored. By default it is %userprofile%\Documents\My Games\ArmaReforger\publish\addonName.
Preview Image The project's workshop preview image. Maximum allowed size of the image is 2MB,. It can be JPG or PNG.
Screenshots A gallery of pictures for the users to browse. Maximum allowed size of the image is 2MB. It can be JPG or PNG.
Category One or multiple categories in which the mod fit. At least one category has to be selected.
Tags Search tags used to get a more precise search result (e.g WW2, CTF, Survival etc). Tags are separated by space.
Version The project's version. In the format <major>.<minor>.<bugfix>, should ideally be incremented on every update, with the exception of workshop information fix.
Visibility
  • Public: Makes the project visible to everyone.
  • Private: Makes the project visible only to the uploader.
  • Unlisted: Hides the project in search results. Mod can be still used on dedicated server and downloaded by other users.
  • Test: Makes the project visible only in Test mods category.
Summary The project's workshop short text preview
Description The project's workshop full description. It is possible to open larger, pop up window, for longer descriptions.
Change Notes A summary of all changes introduced in this version of the update.

Bundling process

Bundling creates packed data, where any unneeded source files are removed, manifset.json - where backend related data is stored, copies pictures (preview image, screenshots, mission previews) and prepares zip file, with all previously generated data, which is ready to be uploaded to Workshop. The editable data set is called the source files. Once packaged, this is called packaged files or package – the data is compressed, indexed and encrypted.

  • Packaged files are meant for public distribution
  • Packaged files cannot be extracted back to source files – so be sure to keep them safe and with backups!
  • Source files are ignored:
    • .meta
    • .txa (text animation)
    • .txo (text model) see File Types and Extensions for full list
  • Deflate compression is applied to the resulting files
    • .anm, .data, .edds, .et, .nmn, .wav, and .xob are excluded from compression
  • Encryption

Depending on the size of the project, bundling process can take from few seconds to couple minutes.

Publishing process

When everything needed is filled and bundle was prepared, click on Publish to publish the package to the workshop.

Updating a mod

To update an already published mod, open the mod project again with the Workbench. Apply any changes needed (data, metadata), fill the new Change Notes field with the changes applied, and press Bundle to update the data.

Once bundling is completed, push Publish button to send your changes to the server.

Any change to description, visibility, pictures, etc has to be bundled first and then published as new version.

Using CLI parameters

Mods can be bundled and packed using following command line parameters

https://community.bistudio.com/wiki/Arma_Reforger:Startup_Parameters#Workbench

Troubleshooting

If you have problems with logging to Bohemia Account or publishing mod, first thing to do is to look at Console Log.

You are not the owner of the asset

Make sure that the account that you are using is owner of the given asset. If you are using Samples as the base,

Failed to load metafile of mission config image

RESOURCES  : Packaging project successful RESOURCES (E): Failed to load metafile of mission config image: DEFAULT (E): Cannot copy image: RESOURCES (E): Creating bundle failed

https://community.bistudio.com/wiki/Arma_Reforger:Known_Issues