Skip to content

Concurrent Cluster scan setup

Yi Zhou edited this page Apr 5, 2024 · 2 revisions

By "Concurrent", it means: for a cluster scan containing a number of child bioscans, all children scan could only progress together, simultaneously.

Worth mentioning: setting up a concurrent cluster T-scan is also possible.

To do this, find the CP_Cluster_Core that corresponds to the parent of the child scans, and simply set ConcurrentCluster to true:

"ConcurrentCluster": true

Note that, you DON'T need to set this field for child scan - this field only takes effect for CP_Cluster_Core, i.e. the cluster scan parent.

Example setup result:

The scanning hud will be modified as shown below (a 2-duo concurrent cluster scan):

Concurrent Cluster hud


However, things are not gonna be easy. You have something to note:

  1. By definition of "Concurrent" here, there could not be more than 4 child bioscans, or otherwise the scan would be impossible to be solved.
  2. Cluster scan that contains only 1 child is deemed invalid.
  3. Setting up 4-solo and 2-duo concurrent scan are the most common use cases.
  4. To configure your cluster scan, you'll need to turn to MTFO. Make sure PlayerRequirement of your scan is not FullTeam, which is against the definition of "concurrent".