Welcome to the server setting page! Here, you will find some explanation about the server startup commands line.
Let’s take for example the following server command line:
start .\Binaries\Win32\MasterArena.exe server DM-SpaceDock?game=MasterArena.MATeamGame?AdminPassword=MAFPSADMIN?MaxPlayers=6?TimeLimit=5?bIsLanMatch=0 -Port=7777 -QueryPort=27015 -CONFIGSUBDIR=DedicatedServer1
Where you have:
?game=MasterArena.MATeamGame : Set the default gametype as Team Deathmatch mode. ?AdminPassword=####### : Set admin password. ?MaxPlayers=X : Server Max Players. ?TimeLimit=5 : Game Time up to 5 minutes. ?bIsLanMatch=0 : Define LAN or WAN server. -Port=7777 : Server port. -QueryPort=27015 : Steam Master Servers port. -CONFIGSUBDIR=DedicatedServer1 : Create a subfolder in \masterarenaserver\UDKGame\Config\
Game modes
To set a game mode, the commands are the following:
?game=MasterArena.MADeathMatch : for Deathmatch mode. ?game=MasterArena.MACTFGame : for Capture the Flag mode. ?game=MasterArena.MAArenaKing : for Arena Royale mode. ?game=MasterArena.MADeathmatchLarge : for Free for all mode (30 players). ?game=MasterArena.MATeamGame : for Team Deathmatch mode. ?game=MasterArena.MATeamGame?MaxPlayers=2 : for the DUEL mode
Other commands
?GamePassword=##### : Game password. ?AdminPassword=##### : Admin password. ?WarmupTime=60 : Warmup Time in seconds. ?PlayersMustBeReady=0 : 0 or 1 : Should all players be ready before the start of the game ? ?GoalScore=0 : A goal score set to 0 = unlimited score. ?BalanceTeams=0 : 0 or 1. ?ForceRespawn=0 : 0 or 1. ?MinNetPlayers=2 : Minimum human players to start the game. ?NumPlay=4 : Minimum in game player, if Numplay < NumHumanPlayer, bots are added. ?MaxSpectators=2 : Spectators slots. ?EnableMapVote=1 : 0 or 1.
MapsList Settings:
The maps list file is located at \masterarenaserver\UDKGame\Config\DedicatedServerX and under the name UDKMAMapList.ini
You will have something like this:
[MasterArena.MAMapList] MapList=DM-Fuse#DM MapList=DM-Mars#DM MapList=DM-Creuset#DM MapList=DM-Basement#DM MapList=DM-SpaceDock#DM Index=0
This defines a simple map rotation on DeathMatch (DM). If you want to play a specific map in TDM (in this example DM-Fuse), you should write:
MapList=DM-Fuse#TDM
To add mutators, you can add them as follow:
MapList=DM-Fuse#TDM#MAMutator_Instagib
If you want more mutators, you can add them one after another :
MapList=DM-Fuse#TDM#MAMutator_Instagib#MAMutator_TinyRobots#MAMutator_SlomoCombo#MAMutator_LowGravity#MAMutator_Frenetic#MAMutator_Dodges
To know more about mutators: click here.
- MAMutator_Instagib
- MAMutator_Frenetic
- MAMutator_MeleeArena
- MAMutator_RocketOnly
- MAMutator_SniperOnly
- MAMutator_AllWeapons
- MAMutator_FullAmmo
- MAMutator_OverLoaded
- MAMutator_NoPickups
- MAMutator_MegaHealth
- MAMutator_Regeneration
- MAMutator_TinyRobots
- MAMutator_SlomoCombo
- MAMutator_LowGravity
- MAMutator_CustomWeaponInventory
- MAMutator_AddMelee
- MAMutator_AddElectroGun
- MAMutator_AddPlasma
- MAMutator_AddSMG
- MAMutator_AddShotGun
- MAMutator_AddGrenadeLauncher
- MAMutator_AddRocketLauncher
- MAMutator_AddFlashRifle
- MAMutator_AddSniper
- MAMutator_NoWeaponPickups
- MAMutator_NoHealthPickups
- MAMutator_NoSuperPickups
- MAMutator_NoEnergyPickups
- MAMutator_NoHealthPickupDropped
- MAMutator_Degeneration
- MAMutator_InfiniteEnergy