Capture & Hold Setup – Arma Reforger

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added some additional tipps for tweaking CAH properties)
Line 115: Line 115:


==== Scoring: Multipliers ====
==== Scoring: Multipliers ====
You can adjust several actions so that they will have a bigger impact on the game.
You can adjust several actions so that they will have a bigger impact on the game / scoring.
[[File:CAH Score Multipliers.png|none|thumb]]
[[File:CAH Score Multipliers.png|none|thumb]]




{{GameCategory|armaR|Modding|Tutorials|Scenario}}
{{GameCategory|armaR|Modding|Tutorials|Scenario}}

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

Changeable details of the CAH-Gameplay

This is added as additional information so that you get up and running with a simple version first and then start worrying about the details.

Score that will end the game

  • Hierarchy Window: Select the object "GameMode_CaptureAndHold"
  • Object Properties: Select "SCR_ScoringSystemComponent"
  • In the settings for "Scoring:Actions" change the Score Limit
    Set the score to end the CAH game.

Time that will end the game

  • Hierarchy Window: Select the object "GameMode_CaptureAndHold"
  • Object Properties: Select "SCR_CaptureAndHoldManager"
  • In the settings for "End Game Duration" change the value which is given in seconds
CAH Duration.png

Scoring: Multipliers

You can adjust several actions so that they will have a bigger impact on the game / scoring.

CAH Score Multipliers.png