I have my server mostly working properly but one issue. After one map it auto-changes to DM everytime. I want my server to run battle constantly(unless I say to change it) but after the time limit has been reached it auto changes to deathmatch. How do I keep it on the same gametype, is there something I am doing wrong?
hey buddy. i don't have warband or have ever played it, but most server configs generally follow a pattern. take a look inside your sample.txt (or maybe the command line).
look for this line:
"set_mission multiplayer_"
if it's changing to deathmatch every time, the line is probably:
"
set_mission multiplayer_tdm" or "
set_mission multiplayer_dm"
try changing it to:
"
set_mission multiplayer_bt" (i assume bt stands for battle).
other variables are:
cf - capture the flag
hq - headquarters/conquest
bt - battle
dm - deathmatch
fad - no idea
sg - no idea
tdm - team deathmatch
let us know if this works.