Page 1 of 1

How do I setup a custom map rotation?

Posted: Fri Feb 02, 2018 3:32 pm
by Spray
The current maps available are:
  • Liberation
  • Derailed
  • Coastal
  • Battery
  • Invasion
  • Outpost
  • ManorHouse_V1
  • Manorhouse_V2
The current gamemodes available are:
  • BOMB
  • TDM
  • CTF
  • DOM

The "DefaultGame.ini" file includes all maps and gamemodes in the rotation by default, located under the [/Script/ShooterGame.BattalionGameMode] heading in the file. You can remove these maps or modes from the following section to customize your gamemode / map rotation:

Code: Select all

+ModeRotation=/Script/ShooterGame.BombGameMode
+ModeRotation=/Script/ShooterGame.DOMGameMode
+ModeRotation=/Script/ShooterGame.CTFGameMode
+ModeRotation=/Script/ShooterGame.TDMGameMode
+MapRotation=Coastal
+MapRotation=Derailed
+MapRotation=Liberation
+MapRotation=Manorhouse_V1
+MapRotation=Manorhouse_V2
+MapRotation=Battery
+MapRotation=Outpost
+MapRotation=AimMap_01
By default, the rotation is randomized. To used a fixed rotation, you can set the "RandomMapRotationEnabled=" option to False.