Customizing mission behavior
- Last UpdatedDec 04, 2023
- 1 minute read
The missione_cfg.xml file enables you to configure the mission and mode behavior.
Customize the mission behavior
-
With the XR Settings, select the missione_cfg.xml file.
-
Modify the parameters.

Parameters
These are the mission behavior parameters.
|
Parameter |
Description |
|---|---|
|
missionNumber |
Defines the mission started using debug shortcut. P on the start screen. |
|
missionMode |
Defines the modality started using debug shortcut. P on the start screen. |
|
scoreRange |
The allowed range for the score. |
|
scoregraphMode |
Selects between the two score displays. Time shows score against time while tasks shows the percentage accuracy for each first level task. |
|
scoregraphRefresh |
Used if the scoregraphMode is Time. Defines the score sampling rate. Remember that there are always 200 samples, so setting 0.1 means showing the last 20 seconds. |
|
finishPopup |
Standard shows normal evaluation panel with time, score, and face emojis. The Action Logger shows the list of the logged right and wrong actions performed by the player. |
|
maxWrongActions |
When player reaches this amount of wrong actions, the session ends. Setting to 0 means unlimited wrong actions allowed. |