How do I setup a custom map rotation?

Post Reply
User avatar
Spray
Former staff
Former staff
Posts: 630
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

How do I setup a custom map rotation?

Post 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.
Post Reply