How to Set Up a Map Cycle on Your Insurgency: Sandstorm Server
With a map cycle your server automatically rotates through a list of scenarios (map + game mode) that you define. The list is stored in a text file and loaded via a launch parameter.
Step 1: Create the map cycle file
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Create the folder
Go to the folderInsurgency/Config/Server/. If theConfigandServerfolders do not exist yet, create them.Create the file
In this folder, create a text file, e.g.MapCycle.txt. The name is up to you — you can also create several lists (e.g.Coop.txt,Versus.txt).Enter the scenarios
Enter the desired scenarios — one scenario per line:Scenario_Refinery_Checkpoint_Security Scenario_Hideout_Push_Insurgents Scenario_Crossing_Firefight_WestScenario_Refinery_Checkpoint_Security Scenario_Hideout_Push_Insurgents Scenario_Crossing_Firefight_WestA full list of scenarios can be found in the Change Scenario guide or in the official Server Admin Guide.
Step 2: Load the map cycle
Open settings
Open the Settings in the dashboard.Adjust the parameter
The Additional Parameters field defaults to-Mods -Mapcycle=ppMapCycle. Change the-Mapcycle=value to the name of your file (without.txt) and keep-Mods— only one-Mapcycle=may be active:-Mods -Mapcycle=MapCycle-Mods -Mapcycle=MapCycleStart the server
Save the setting and start your server.
Note
The structure of a scenario name: Scenario_<Map>_<GameMode>_<Team>. The game mode Checkpoint is co-op, Push/Firefight/Skirmish are versus modes. For the Skirmish mode the team part is omitted.