Mod Project Setup – Arma Reforger

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add .gproj location)
(Add default directory info)
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:


* {{GameCategory|armaR|link= y}} installed
* {{GameCategory|armaR|link= y}} installed
* Workbench installed
* [[Arma Reforger:Workbench|Workbench]] installed




== Project Creation ==
== Project Creation ==


* Start the Workbench either through Steam ({{hl|Tools > Arma Reforger Tools > START}}) or by double-clicking '''ArmaReforgerWorkbench.exe''' located in the Workbench installation directory.<br>The following screen will appear:<br><!--
* Start the Workbench either through Steam ({{hl|Tools > Arma Reforger Tools > START}}) or by double-clicking '''ArmaReforgerWorkbenchSteam.exe''' located in the Workbench installation directory.<br>The following screen will appear:<br><!--
-->[[File:armareforger_modsetup-launcherwindow-reforgerfound.png]]<br><!--
-->[[File:armareforger_modsetup-launcherwindow-reforgerfound.png]]<br><!--
-->This interface displays existing projects known to Workbench and will later display the current creation; an existing project is openable by selecting it and clicking '''Open''' to edit it.
-->This interface displays existing projects known to Workbench and will later display the current creation; an existing project is openable by selecting it and clicking '''Open''' to edit it.
Line 19: Line 19:
** the project's name can only contain '''letters''', '''numbers''', '''spaces''' and the following symbols: '''-''' (dash) '''_''' (underscore) and '''.''' (dot).
** the project's name can only contain '''letters''', '''numbers''', '''spaces''' and the following symbols: '''-''' (dash) '''_''' (underscore) and '''.''' (dot).
* Confirm or edit the project's location<!--
* Confirm or edit the project's location<!--
-->{{Feature|important|Be sure to pick a location where the current Windows user has write permissions (e.g {{hl|C:\Users\Username\Documents}} - '''not''' {{hl|C:\Program Files}}).}}
-->{{Feature|important|Be sure to pick a location where the current Windows user has write permissions (e.g {{hl|C:\Users\Username\Documents}} - '''not''' {{hl|C:\Program Files}}).}}<!--
-->{{Feature|informative|
The default project directory's location is {{hl|%userProfile%\Documents\My Games\ArmaReforgerWorkbench\addons}}; the default project name (and directory name) is {{hl|New Enfusion Project}} - it can only contain letters, numbers, ampersands, spaces, dashes, dots and underscores.
}}
* Pick the project's dependencies:
* Pick the project's dependencies:
** dependencies are other projects (and/or mods) on which the current project relies to work
** dependencies are other projects (and/or mods) on which the current project relies to work
Line 28: Line 31:


''Et voilà !'' The project is created and the Workbench is waiting for input.
''Et voilà !'' The project is created and the Workbench is waiting for input.
{{Feature|informative|The {{hl|addon.gproj}} file can be renamed to have a more fitting name; the project will then need to be re-added to the Projects list on Workbench opening.}}





Revision as of 15:41, 22 September 2022

Prerequisites


Project Creation

  • Start the Workbench either through Steam (Tools > Arma Reforger Tools > START) or by double-clicking ArmaReforgerWorkbenchSteam.exe located in the Workbench installation directory.
    The following screen will appear:
    armareforger modsetup-launcherwindow-reforgerfound.png
    This interface displays existing projects known to Workbench and will later display the current creation; an existing project is openable by selecting it and clicking Open to edit it.
  • Click "Create New" to open the project creation interface
Vanilla Arma Reforger
Modded Arma Reforger
  • Enter the project's name
    • the project's name can only contain letters, numbers, spaces and the following symbols: - (dash) _ (underscore) and . (dot).
  • Confirm or edit the project's location
    Be sure to pick a location where the current Windows user has write permissions (e.g C:\Users\Username\Documents - not C:\Program Files).
    The default project directory's location is %userProfile%\Documents\My Games\ArmaReforgerWorkbench\addons; the default project name (and directory name) is New Enfusion Project - it can only contain letters, numbers, ampersands, spaces, dashes, dots and underscores.
  • Pick the project's dependencies:
    • dependencies are other projects (and/or mods) on which the current project relies to work
    • a project cannot be loaded if a dependency is missing
    • the dependency link is one-way: a dependency does not need the current project in order to be loaded
    • Arma Reforger is a default dependency: an Arma Reforger mod needs Arma Reforger data to run properly
  • Click "OK" to create the project.

Et voilà ! The project is created and the Workbench is waiting for input.

The addon.gproj file can be renamed to have a more fitting name; the project will then need to be re-added to the Projects list on Workbench opening.


Troubleshooting

Arma Reforger project is not found in the Projects window

armareforger modsetup-launcherwindow-reforgernotfound.png

Clicking "Create New" will bring the following pop-up

armareforger modsetup-reforgernotfound.png

Browse to ArmaReforger.gproj (located in <Arma Reforger installation directory>\addons\data\ArmaReforger.gproj) and select it - the Workbench will confirm the proper setup

armareforger modsetup-reforgerfound.png

Arma Reforger project is now listed in the Projects window.

armareforger modsetup-launcherwindow-reforgerfound.png