Server Mix Gametypes

Hello
 
 
 
I saw Some requests about how to mix gametypes like map rotation be The hunt - OBJ , Stalingrad - FFA , Remagen TDM .
 
So first you must have server.cfg in your server that the important thing so go to this file open it you will see something like that written in the middle of the file :
 
// Game Type Settings - ATTN-May be overwritten by MOH config file below
// Set the type of game: 1=Deathmatch 2= Team match 3 = OBJ 4 = Roundbased

seta g_gametype "3"
seta timelimit "10"
seta fraglimit "0"

set g_ft_settings "cvar: meltgun scanvis"

set g_extgametype_mohdm1 ctf // Free-For-All for Southern France
set g_extgametype_mohdm2 ft // Team-Match on Destroyed Village
set g_extgametype_mohdm3 ftctf // Freeze-Tag on Remagen
set g_extgametype_mohdm4 ftctf // Freeze-Tag on Crossroads
set g_extgametype_mohdm5 ftdem // Round-Based-Match on Snowy Park
set g_extgametype_mohdm6 ftdem // Demolition on Stalingrad
set g_extgametype_mohdm7 ft// Capture-The-Flag on Algiers
set g_extgametype_obj_team1 ftobj // Freeze-Tag-Objective on The Hunt
set g_extgametype_obj_team2 ftobj // Objective-Match on V2 Rocket Facility
set g_extgametype_obj_team3 ftctf // Capture-The-Flag on Omaha Beach
set g_extgametype_obj_team4 ftobj // Freeze-Tag-Objective on The Bridge

 

If u want the map rotation be The hunt OBJ , Stalingrad FFA , Remagen TDM you must remove the lines that you saw him above before and add this lines about your request in each gametype you want like Timelimit , Fraglimit , Round limit above of the seta sv_maplist line in the bottom of the server.cfg :

 

 

set g_ffa_settings "fraglimit: 50 roundlimit: 0 timelimit: 0"

set g_obj_settings "fraglimit: 10 roundlimit: 3 timelimit: 0"

set g_tdm_settings "fraglimit: 10 roundlimit: 5 timelimit 0"

set g_extgametype_mohdm6 ffa

set g_extgametype_mohdm3 tdm

set g_extgametype_obj_team1 obj

 

set g_gametype 1

 

seta sv_maplist "dm/mohdm6 obj/obj_team1 dm/mohdm3"

 

//

 

Here you can see that the first map begin Stalingrad with FFA Gametype so the gametype must be 1 so you type above of seta sv_maplist : set g_gametype 1

 

For adding Freeze Tag gametype you must be using the freeze tag if you want CUSTOM maps you can download it from here :

 

 

If you want STOCK maps you can download it from The Attachment Files in the bottom.

 

 

 

when you download it replace the files and add in the last lines above of the seta sv_maplist this lines : 

 

set g_extgametype "ftobj"

set g_ft_settings "meltgun: on"

set g_ft_settings "melttime: 1"

 

and if you want to be one map in the map rotation with ftobj in for example V2 add this line the lines that you added him before :

 

set g_extgametype_obj_team2 ftobj

set g_ftobj_settings "fraglimit: 10 roundlimit: 5 timelimit 0"

 

so all the lines must be look like this :

 

set g_ffa_settings "fraglimit: 50 roundlimit: 0 timelimit: 0"

set g_obj_settings "fraglimit: 10 roundlimit: 3 timelimit: 0"

set g_tdm_settings "fraglimit: 10 roundlimit: 5 timelimit 0"

set g_ftobj_settings "fraglimit: 10 roundlimit: 5 timelimit 0"

set g_extgametype_mohdm6 ffa

set g_extgametype_obj_team2 ftobj

set g_extgametype_mohdm3 tdm

set g_extgametype_obj_team1 obj

 

set g_gametype 1

 

seta sv_maplist "dm/mohdm6 obj/obj_team1 dm/mohdm3 obj/obj_team2"

 

 

in that way the map rotation with mix gamtypes will be done so if you have problems with adding him you can Download this server.cfg done with him or Just contact me if you want help

 

this is the server.cfg

 

 

 

 

 

Hope That Helped.

 

 

Thanks.

 

 

 

 

 

 

 

 

 

 

 
Login or register to view attached files