Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Latest commit

 

History

History
68 lines (41 loc) · 1.76 KB

README.md

File metadata and controls

68 lines (41 loc) · 1.76 KB

Arma3 mission replays.

Prerequisites

Parts of the whole

How to build

Mikero Tools are most easily used to build. It will also display any syntax errors encountered.

PboProject is recommended and can be used either through the GUI or the jenkins.bat

The following parts of the Mikero tool suit is required to build:

  • DePBO
  • MakePBO
  • PboProject
  • Rapify

All Mikero tools can be downloaded from https://dev.withsix.com/projects/mikero-pbodll/filespre

PboProject GUI

Setup your P: drive by double clicking the mapdisk.bat

Set the P:\@ar3play folder as Output Mod Folder and the P:\ar3play folder as Source Folder. Press Crunch

CLI

Invoke jenkins.bat with a free drive as parameter, i.e. jenkins.bat P:

Usage

These are the global config variables, can be set in mission init.sqf:

AR3PLAY_ENABLE_REPLAY

  • boolean
  • default: true

Whether replay data should be recorded at all

AR3PLAY_IS_STREAMABLE

  • boolean
  • default: false

Whether ar3play-server should allow data from currently running missions to be fetched via REST

AR3PLAY_TIMEOUT_PLAYERS

  • number
  • default: 60

Stop to collect replay data N seconds after the last player stopped playing. Hint: dead players waiting to respawn count as "disconnected", so increase to a bit more than respawn timeout if needed