Modding/Official Tools – Arma Reforger Category

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix dupe)
(Add enfusion:// link format explanation (more to come in a later patch))
Line 53: Line 53:


{{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 as follows:
* {{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}} -->
{| class="wikitable"
! Protocol
! Module
!
! Addon Prefix
! Path
!
! Camera Coordinates
!
! Camera Angles
<!--
!
! Entity ID
!
! Date & Time
-->
|-
| rowspan="2" | enfusion://
| ResourceManager
| /
| ~ArmaReforger:
| Configs/Factions/BLUFOR.conf
|-
| WorldEditor
| /
| {{n/a}}
| worlds/arland/arland.ent
| ;
| 3458.4,34.5587,2820.21
| ;
| -15.107,297.881,0
<!--
| ;
| 0.000129365,1989,8,20
-->
|}
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 16:45, 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 as follows:

  • enfusion://ResourceManager/~ArmaReforger:Configs/Factions/BLUFOR.conf
  • enfusion://WorldEditor/worlds/arland/arland.ent;3458.4,34.5587,2820.21;-15.107,297.881,0
Protocol Module Addon Prefix Path Camera Coordinates Camera Angles
enfusion:// ResourceManager / ~ArmaReforger: Configs/Factions/BLUFOR.conf
WorldEditor / N/A worlds/arland/arland.ent ; 3458.4,34.5587,2820.21 ; -15.107,297.881,0

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