Modding/Official Tools – Arma Reforger Category

From Bohemia Interactive Community
Jump to navigation Jump to search
(Add enfusion:// link format explanation (more to come in a later patch))
(Fix link info formatting and data)
Line 59: Line 59:
=== Link ===
=== Link ===


A Workbench link is as follows:
A Workbench link is composed of the {{hl|enfusion://}} protocol, the Module to open, eventually an addon ID, the relative file path and eventual parameters:
* {{Color|blue|enfusion://}}{{Color|darkorange|ResourceManager}}'''/'''{{Color|green|~ArmaReforger:}}{{Color|#555|Configs/Factions/BLUFOR.conf}}
* {{Color|blue|enfusion://}}{{Color|darkorange|ResourceManager}}'''/'''{{Color|green|~ArmaReforger:}}{{Color|#555|Configs/Factions/BLUFOR.conf}}
* {{Color|blue|enfusion://}}{{Color|darkorange|WorldEditor}}'''/'''{{Color|#555|worlds/arland/arland.ent}}''';'''{{Color|red|3458.4,34.5587,2820.21}}''';'''{{Color|darkred|-15.107,297.881,0}}<!-- ''';'''{{Color|teal|0.000129365,1989,8,20}} -->
* {{Color|blue|enfusion://}}{{Color|darkorange|ScriptEditor}}'''/'''{{Color|#555|scripts/Game/Editor/Containers/UIInfo/SCR_UIInfo.c}}''';'''{{Color|red|8}}
* {{Color|blue|enfusion://}}{{Color|darkorange|WorldEditor}}'''/'''{{Color|#555|worlds/arland/arland.ent}}''';'''{{Color|red|3458.4,34.5587,2820.21}}''';'''{{Color|darkred|-15.107,297.881,0}};{{Color|teal|46247}}<!-- ''';'''{{Color|purple|0.000129365,1989,8,20}} -->


{| class="wikitable"
{| class="wikitable align-center-col-1"
! Protocol
! Module
! Module
!
! Parameters
! Addon Prefix
|-
! Path
| [[Arma Reforger:Resource Manager|ResourceManager]]
!
| {{n/a}}
! Camera Coordinates
!
! Camera Angles
<!--
!
! Entity ID
!
! Date & Time
-->
|-
|-
| rowspan="2" | enfusion://
| [[Arma Reforger:Script Editor|ScriptEditor]]
| ResourceManager
|
| /
* file line number
| ~ArmaReforger:
| Configs/Factions/BLUFOR.conf
|-
|-
| WorldEditor
| [[Arma Reforger:World Editor|WorldEditor]]
| /
|
| {{n/a}}
* camera's world position (x, y, z)
| worlds/arland/arland.ent
* camera's angles (x, y, z) - angles in -180..+180 range, z is always 0
| ;
* entity ID - to select a specific entity
| 3458.4,34.5587,2820.21
| ;
| -15.107,297.881,0
<!--
<!--
| ;
* daytime (in range 0..1), year, month, day
| 0.000129365,1989,8,20
-->
-->
|}
|}

Revision as of 17:16, 23 March 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).