Modding/Official Tools – Arma Reforger Category

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Add tile link)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:




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


<div class="floating-box" style="font-size: 0.85em; width: 13em">
<div class="floating-box armaR-particle-editor" 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" style="font-size: 0.85em; width: 13em">
<div class="floating-box armaR-animation-editor" 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 26: Line 26:
</div>
</div>


<div class="floating-box" style="font-size: 0.85em; width: 13em">
<div class="floating-box armaR-script-editor" 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" style="font-size: 0.85em; width: 13em">
<div class="floating-box armaR-audio-editor" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:Audio Editor|Audio Editor]] ===
=== [[Arma Reforger:Audio Editor|Audio Editor]] ===
[[Arma Reforger:Audio Editor: Audio Variables|Audio Variables]]<br>
[[Arma Reforger:Audio Editor: Directivity|Directivity]]<br>
[[Arma Reforger:Audio Editor: Directivity|Directivity]]<br>
[[Arma Reforger:Audio Editor: Nodes|Nodes]]<br>
[[Arma Reforger:Audio Editor: Nodes|Nodes]]<br>
</div>
</div>


<div class="floating-box" style="font-size: 0.85em; width: 13em">
<div class="floating-box armaR-behavior-editor" 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" style="font-size: 0.85em; width: 13em">
<div class="floating-box armaR-string-editor" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:String Editor|String Editor]] ===
</div>
 
<div class="floating-box armaR-procedural-animation-editor" 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 class="floating-box" style="font-size: 0.85em; width: 13em">
=== [[Arma Reforger:String Editor|String Editor]] ===
</div>
</div>


Line 54: Line 55:


{{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}}

Latest revision as of 15:11, 13 February 2024

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.