Modding/Official Tools – Arma Reforger Category

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Move link info to Arma Reforger:Workbench Links)
Line 54: Line 54:


{{Feature|informative|See [[Arma Reforger:Mod Project Setup|Mod Project Setup]] for mod project setup information.}}
{{Feature|informative|See [[Arma Reforger:Mod Project Setup|Mod Project Setup]] for mod project setup information.}}
== General Information ==
=== Link ===
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|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 align-center-col-1"
! Module
! Parameters
|-
| [[Arma Reforger:Resource Manager|ResourceManager]]
| {{n/a}}
|-
| [[Arma Reforger:Script Editor|ScriptEditor]]
|
* file line number
|-
| [[Arma Reforger:World Editor|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
<!--
* daytime (in range 0..1), year, month, day
-->
|}
Links can be prefixed with {{hl|<nowiki>https://enfusionengine.com/api/redirect?to=</nowiki>}}; the {{Link|https://enfusionengine.com|Enfusion Engine website}} provides a redirection for platforms that do not see {{hl|enfusion://}} as a valid protocol (e.g Discord).




{{GameCategory|armaR|Modding}}
{{GameCategory|armaR|Modding}}

Revision as of 18:11, 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.