Modding/Official Tools – Arma Reforger Category

From Bohemia Interactive Community
Jump to navigation Jump to search
(Fix link info formatting and data)
m (Fix presentation)
Line 1: Line 1:
{{TOC|none}}__NOEDITSECTION__
{{TOC|none}}__NOEDITSECTION__
The '''{{Link|https://store.steampowered.com/app/1874910/Arma_Reforger_Tools/|Workbench}}''' is the Tools suite provided on [[Steam]] for users to mod {{armaR}}. It can be found in Steam's {{hl|Tools}} category, under the name {{hl|Arma Reforger Tools}}.
The '''{{Link|https://store.steampowered.com/app/1874910/Arma_Reforger_Tools/|Workbench}}''' is the Tools suite provided on [[Steam]] for users to mod {{armaR}}.
It can be found in Steam's {{hl|Tools}} category, under the name {{hl|Arma Reforger Tools}}.


It provides access to the following tools:
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
-->
<div class="floating-box-container" style="margin: 1.5em auto">


<div class="floating-box-container" style="margin: 1.5em auto">
 
-->
<div class="floating-box" style="font-size: 0.85em; width: 13em">
<div style="display: flex; justify-content: center">
<div class="floating-box">
=== [[Arma Reforger:World Editor|World Editor]] ===
=== [[Arma Reforger:World Editor|World Editor]] ===
</div>
</div>


<div class="floating-box">
<div class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:Particle Editor|Particle Editor]] ===
=== [[Arma Reforger:Particle Editor|Particle Editor]] ===
</div>
</div>


<div class="floating-box">
<div class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:Animation Editor|Animation Editor]] ===
=== [[Arma Reforger:Animation Editor|Animation Editor]] ===
[[Arma Reforger:Animation Editor: Human Variables|Human Variables]]<br>
[[Arma Reforger:Animation Editor: Human Variables|Human Variables]]<br>
Line 25: Line 26:
</div>
</div>


<div class="floating-box">
<div class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:Script Editor|Script Editor]] ===
=== [[Arma Reforger:Script Editor|Script Editor]] ===
</div>
</div>


<div class="floating-box">
<div class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:Audio Editor|Audio Editor]] ===
=== [[Arma Reforger:Audio Editor|Audio Editor]] ===
[[Arma Reforger:Audio Editor: Directivity|Directivity]]<br>
[[Arma Reforger:Audio Editor: Directivity|Directivity]]<br>
Line 35: Line 36:
</div>
</div>


<div class="floating-box">
<div class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:Behavior Editor|Behavior Editor]] ===
=== [[Arma Reforger:Behavior Editor|Behavior Editor]] ===
[[Arma Reforger:Behavior Editor: Nodes|Nodes]]<br>
[[Arma Reforger:Behavior Editor: Nodes|Nodes]]<br>
</div>
</div>


<div class="floating-box">
<div class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:Procedural Animation Editor|Proced...Editor]] ===
=== [[Arma Reforger:Procedural Animation Editor|Proced...Editor]] ===
[[Arma Reforger:Procedural Animation Editor: Nodes|Nodes]]<br>
[[Arma Reforger:Procedural Animation Editor: Nodes|Nodes]]<br>
</div>
</div>


<div class="floating-box">
<div class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:String Editor|String Editor]] ===
=== [[Arma Reforger:String Editor|String Editor]] ===
</div>
</div>

Revision as of 14:31, 15 June 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.

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).