Page MenuHomeFeedback Tracker

[request] add advanceInMissionRotationBy command
Acknowledged, WishlistPublic

Description

Add a command that lets you advance the queue of the mission rotation setup via server.cfg.

advanceInMissionrotationBy x; int x;

right now mission rotations are the only way to start missions with a predefined set of Parameters via 'Class Params', also kown as multiple mission parameters configuration, without admin interaction.

currently the only way to simulate "advanceInMissionRotationBy 9;" would be to do 9 times the following:
'endMission "END1";' -> load new mission -> load into the mission

The new command "advanceInMissionRotationBy" would ease this tedious task. Additionally it would make it possible for Scriptwriters to load a random Map when a mission Ends that has already been pre-configured via the multiple mission parameters configuration method.

Details

Legacy ID
414040005
Severity
None
Resolution
Open
Reproducibility
N/A
Category
Feature Request
Additional Information

The other commands that do similar things are:
#missions - will select a new mission, when that mission is over Arma3server picks up at the spot in the mission rotation where it left off.
M1 -> M2 -> #mission -> M3 -> M4

selecting Mission via Rcon - will do the same as #missions

scripting command 'endMission "END1";' executed global - will end the current mission and go to the next one in the rotation (this is what the proposed 'advanceInMissionRotationBy 1;' would do.

Event Timeline

ECID edited Steps To Reproduce. (Show Details)Oct 5 2014, 8:08 PM
ECID edited Additional Information. (Show Details)
ECID set Category to Feature Request.
ECID set Reproducibility to N/A.
ECID set Severity to None.
ECID set Resolution to Open.
ECID set Legacy ID to 414040005.May 7 2016, 7:33 PM
Bohemia added a subscriber: Dwarden.Oct 5 2014, 8:08 PM