Capture & Hold Setup – Arma Reforger

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Reduced some unnecessary text.)
Line 25: Line 25:
Start by opening the mod in Workbench and launch the World Editor from either the Quick Launch screen or Editors context menu.
Start by opening the mod in Workbench and launch the World Editor from either the Quick Launch screen or Editors context menu.


<gallery mode="traditional" widths=600px heights=400px perrow=1>
<gallery widths="600" heights="400" perrow="1">
File:armareforger-cah_01_baseworld.jpg|'''1.''' Open the '''CAH_BaseWorld.ent''' world file by double clicking the file in {{hl|CaptureAndHold/Worlds/CaptureAndHold}} directory.
File:armareforger-cah 01 baseworld.jpg|'''1.''' Open the '''CAH_BaseWorld.ent''' world file by double clicking the file in {{hl|CaptureAndHold/Worlds/CaptureAndHold}} directory.
File:armareforger-cah_02_newworld.jpg|'''2.''' In the '''File''' context menu, select the '''New World''' option.
File:armareforger-cah 02 newworld.jpg|'''2.''' In the '''File''' context menu, select the '''New World''' option.
File:armareforger-cah_03_subscene.jpg|'''3.''' Make sure that the '''Sub-scene (of current world)''' option is selected in the dialog.
File:armareforger-cah 03 subscene.jpg|'''3.''' Make sure that the '''Sub-scene (of current world)''' option is selected in the dialog.
File:armareforger-cah_04_saveas.jpg|'''4.''' In the '''File''' context menu select the '''Save World As''' option and pick the scenario's save destination.
File:armareforger-cah 04 saveas.jpg|'''4.''' In the '''File''' context menu select the '''Save World As''' option and pick the scenario's save destination.
File:armareforger-cah_05_save_dir.jpg|'''4bis.''' In our case, we select the root directory.
File:armareforger-cah 05 save dir.jpg|'''4bis.''' In our case, we select the root directory.
File:armareforger-cah_06_location.jpg|'''5.''' Find a suitable scenario location. In our example, we chose St Philippe.
File:armareforger-cah 06 location.jpg|'''5.''' Find a suitable scenario location. In our example, we chose St Philippe.  
</gallery>
</gallery>


=== Scenario Setup ===
=== Scenario Setup ===
 
Drag and drop the following elements from the Resource Browser into the world:<gallery widths="600" heights="400" perrow="1">
<gallery mode="traditional" widths=600px heights=400px perrow=1>
File:armareforger-cah 07 gamemode.jpg|'''1.''' From {{hl|CaptureAndHold/Prefabs/MP/Modes/CaptureAndHold}} drag {{hl|GameMode_CaptureAndHold.et}}
File:armareforger-cah_07_gamemode.jpg|'''1.''' In the Resource Browser window navigate to {{hl|CaptureAndHold/Prefabs/MP/Modes/CaptureAndHold}} and drag the {{hl|GameMode_CaptureAndHold.et}} prefab into the world.
File:armareforger-cah 08 managers.jpg|'''2.''' From {{hl|Prefabs/MP/Managers/Factions}} drag the {{hl|FactionManager_USxUSSR.et}} and from {{hl|Prefabs/MP/Managers/Loadouts}} drag the {{hl|LoadoutManager_USxUSSR.et}}  
File:armareforger-cah_08_managers.jpg|'''2.''' In the Resource Browser window navigate to {{hl|Prefabs/MP/Managers/Factions}} and drag the {{hl|FactionManager_USxUSSR.et}} prefab into the world (or simply search for "USxUSSR"). In the Resource Browser window navigate to {{hl|Prefabs/MP/Managers/Loadouts}} and drag the {{hl|LoadoutManager_USxUSSR.et}} prefab into the world.
File:armareforger-cah 09 area.jpg|'''3.''' From {{hl|CaptureAndHoldPrefabs/MP/Modes/CaptureAndHold/Areas}} drag {{hl|CaptureAndHoldArea_Major.et}}
File:armareforger-cah_09_area.jpg|'''3.''' In the Resource Browser window navigate to {{hl|CaptureAndHoldPrefabs/MP/Modes/CaptureAndHold/Areas}} and drag the {{hl|CaptureAndHoldArea_Major.et}} prefab into the world.
File:armareforger-cah 10 area setup.jpg|'''4.''' While the '''SCR_CaptureAndHoldArea''' entity is still selected, adjust the shape as desired.  
File:armareforger-cah_10_area_setup.jpg|'''4.''' While the '''SCR_CaptureAndHoldArea''' entity is still selected, adjust the shape as desired.
File:armareforger-cah 11 spawns.jpg|'''5.''' From {{hl|Core*/Prefabs/MP/Spawning}} drag {{hl|SpawnPoint_US.et}} and from {{hl|Core*/Prefabs/MP/Spawning}} drag {{hl|SpawnPoint_USSR.et}} <br>''*Core is the {{armaR}} core data folder''
File:armareforger-cah_11_spawns.jpg|'''5.''' In the Resource Browser window navigate to {{hl|Core*/Prefabs/MP/Spawning}} and drag the {{hl|SpawnPoint_US.et}} prefab into the world. In the Resource Browser window navigate to {{hl|Core*/Prefabs/MP/Spawning}} and drag the {{hl|SpawnPoint_USSR.et}} prefab into the world.<br>''*Core is {{armaR}} core data''
</gallery>
</gallery>



Revision as of 23:13, 17 July 2023

Setting up a new Capture & Hold scenario based is easy, thanks to the Prefab system and already existing base world available as part of the Capture & Hold mod.

Prerequisites that you only need to do once

Before you start "Arma Reforger Tools", you need to get the "Capture & Hold" Mod subscription:

  • Start "Arma Reforger".
  • Enter the workshop.
  • Subscribe to the official mod "Capture & Hold" by Bohemia Interactive:
    Screenshot of the official mod Capture & Hold.png
  • When the download is finished: End "Arma Reforger".
  • Open "Arma Reforger Tools".
  • Click on "Add Existing" to add the mod that you just downloaded.
  • Add the file from this directory: C:\Users\[YOUR USER]\Documents\My Games\ArmaReforger\addons\CaptureAMPHold_591AF5BDA9F7CE8B\
  • If everything was done correctly your Enfusion Workbench Launcher should now contain the mod and look like this:
    Enfusion Workbench Launcher with Capture & Hold.png

Creation Steps

  • Open "Arma Reforger Tools".
  • Click on "Create New"
  • Give a good Project Name like "CAH The Cowshed by xyz" so that people can search, understand what this is about.
  • Important: Don't forget to activate the "CaptureAndHold" in Dependencies.
    Create CAH in Enfusion Workbench.png

Initial Setup

Start by opening the mod in Workbench and launch the World Editor from either the Quick Launch screen or Editors context menu.

Scenario Setup

Drag and drop the following elements from the Resource Browser into the world:

For automatic deletion of dead bodies and destroyed vehicles, the CaptureAndHold/Prefabs/MP/Managers/Garbage/CaptureAndHoldGarbageManager_Small.et or similar can be added into the world.

Now save the scenario and proceed.

System Test

Once done, save your changes once more and close the World Editor.

It is highly recommended to use BohemiaInteractive-prepared scenarios for inspiration and usage examples of individual features and components available in Arma Reforger and the Capture & Hold mod.

Scenario Header

To launch the scenario in-game a Scenario header (named MissionHeader) config must be created.

Exit the World Editor and return to the Resource Browser.

In the Resource Browser find your mod root directory and create a "Missions" directory inside.

Open the newly created Mission Header config.

In the World field, navigate to and select the world file. In our example it is the MyScenario.ent in the mod's root directory.

In-Game Test

Launching Arma Reforger with this newly created mod enabled should allow you to see the and launch the scenario directly:

Ship It

Now that the scenario can be launched from the game, only a few things remain. Testing the scenario in multiplayer is important, making sure that there are enough spawn points and other gameplay details.

Last, but not least is to publish the mod in the Bohemia Interactive Workshop for other people to see and play!