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

gruppe-adler/ar3play-addon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Arma 3 addon for ar3play logging. discontinued.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SQF 69.3%
  • Batchfile 18.2%
  • C++ 12.5%