Make sure you are executing the configs correctly.
I just ran a listen server with g_gametype pty and map mp_crossfire and it worked. You just need a normal config file. Execute the configs and resart the server.
Start shortcut looked like this: "C:\Games\Call of Duty 4 - Modern Warfare\iw3mp.exe" +set r_fullscreen 1 +set dedicated 0 +set fs_game Mods/hitloc +exec server.cfg +set g_gametype pty +devmap mp_crossfire
//Config (Save to a notepad file and rename to server.cfg) set sv_hostname "HitLoc Test" set rcon_password "password" set g_password ""
//Log settings set g_logsync 2 set logfile 1 set g_log "games_mp.log" set sv_log_damage 0
//Game rules set scr_hardcore 1 set scr_team_fftype 1 set scr_game_allowkillcam 0 set scr_game_spectatetype 1
//Download set sv_allowdownload 1 set sv_wwwDownload 0 set sv_wwwBaseURL "http://mywebsite.com" set sv_wwwDlDisconnected 0
//Game types set g_gametype war set sv_maprotation "map mp_crash map mp_crossfire map mp_showdown map mp_bloc map mp_backlot map mp_vacant" set sv_maprotationcurrent "map mp_crash map mp_crossfire map mp_showdown map mp_bloc map mp_backlot map mp_vacant" set g_allowvote 0
//Team deathmatch set scr_war_numlives 0 set scr_war_playerrespawndelay 4 set scr_war_roundlimit 1 set scr_war_scorelimit 0 set scr_war_timelimit 15 set scr_war_waverespawndelay 0
//Free for all set scr_dm_numlives 0 set scr_dm_playerrespawndelay 4 set scr_dm_roundlimit 1 set scr_dm_scorelimit 0 set scr_dm_timelimit 15 set scr_dm_waverespawndelay 0
//Domination set scr_dom_numlives 0 set scr_dom_playerrespawndelay 5 set scr_dom_roundlimit 1 set scr_dom_scorelimit 0 set scr_dom_timelimit 15 set scr_dom_waverespawndelay 0
//Headquarters set koth_autodestroytime 60 set koth_capturetime 20 set koth_delayplayer 0 set koth_destroytime 10 set koth_kothmode 0 set koth_spawndelay 60 set koth_spawntime 0 set scr_koth_numlives 0 set scr_koth_playerrespawndelay 4 set scr_koth_roundlimit 1 set scr_koth_scorelimit 0 set scr_koth_timelimit 15 set scr_koth_waverespawndelay 0
|