Modding/Official Tools – Arma Reforger Category

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
It can be found in Steam's {{hl|Tools}} category, under the name {{hl|Arma Reforger Tools}}.
It can be found in Steam's {{hl|Tools}} category, under the name {{hl|Arma Reforger Tools}}.


Through [https://community.bistudio.com/wiki/Arma_Reforger:Resource_Manager '''Resource Manager'''], it provides access to the following tools:
Through '''[[Arma Reforger:Resource Manager|Resource Manager]]''', it provides access to the following tools:
<!--
<!--
the order is the same as Workbench's welcome screen
the order is the same as Workbench's welcome screen

Revision as of 13:59, 20 September 2023

The Workbench is the Tools suite provided on Steam for users to mod Arma Reforger. It can be found in Steam's Tools category, under the name Arma Reforger Tools.

Through Resource Manager, it provides access to the following tools:

See Mod Project Setup for mod project setup information.


General Information

Link

A Workbench link is composed of the enfusion:// protocol, the Module to open, eventually an addon ID, the relative file path and eventual parameters:

  • enfusion://ResourceManager/~ArmaReforger:Configs/Factions/BLUFOR.conf
  • enfusion://ScriptEditor/scripts/Game/Editor/Containers/UIInfo/SCR_UIInfo.c;8
  • enfusion://WorldEditor/worlds/arland/arland.ent;3458.4,34.5587,2820.21;-15.107,297.881,0;46247
Module Parameters
ResourceManager N/A
ScriptEditor
  • file line number
WorldEditor
  • camera's world position (x, y, z)
  • camera's angles (x, y, z) - angles in -180..+180 range, z is always 0
  • entity ID - to select a specific entity

Links can be prefixed with https://enfusionengine.com/api/redirect?to=; the Enfusion Engine website provides a redirection for platforms that do not see enfusion:// as a valid protocol (e.g Discord).