Verdiğiniz bağlantıdaki cfg'ler büyük ihtimal PAM4 moduna ait, tam isabet olmuş. Aşağıda verdiğim cfg'yi başlangıç olarak kullanınız. Modu aktifleştirdikten sonra ise ayarlarını yapmak ve geliştirmek için // PAM4 Server Settings kısmından devam ederiz.
//***************************************************************************
// Call of Duty 4 PAM4 default_server.cfg by Veteran_Soldier
//************************************************************************
//************************************************************************
// PUBLIC INFORMATION
//************************************************************************
sets _Location "TR"
sets _Admin "Kensei"
sets _Hosting ""
sets _Website "oyun.news"
sets _Mod "PAM 4"
sets _CfgUpdate "19.05.2017"
sets _CfgUpdate_by "Veteran_Soldier"
sets _Maps ""
sets sv_hostname "^7PAM4^1MOD ^5Public Server"
//******************************************************
// COMMON/GENERAL SERVER SETTINGS
//******************************************************
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"
// Network options
set net_ip "" // Set your servers IP address
set net_port "" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet
// Password Settings
set rcon_password "" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots
// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""
// Player slots setup
set sv_maxclients "32" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots
// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "250" // MAX player ping on CONNECT, any higher and player isnt allowed to connect
// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "1" // enable download redirection
seta sv_wwwBaseURL "" // defines url to download from
seta sv_wwwDlDisconnected "0" // disconnect clients while downloading
// Rate
set sv_maxRate "25000"
// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"
// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "3"
// Master servers
set sv_master1 "cod4master.activision.com"
set sv_master2 "cod4authorize.activision.com"
set sv_master3 "cod4master.infinityward.com"
set sv_master3 "cod4update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_master8 "cod4master.activision.com"
set sv_master9 "master1.evenbalance.com"
set sv_gamespy "1"
//************************************************************************
// PAM4 Server Settings
//************************************************************************
set sv_pam "1"
set pam_mode "pub" // All Match Modes (61) (Search: z_svr_pam400.iwd/pam/rules/all/
//************************************************************************
// MAP ROTATION SETTINGS
//***************************************************************************
set sv_maprotationcurrent ""
set sv_mapRotation "gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_backlot gametype sd map mp_strike gametype sd map mp_vacant"
set g_gametype "sd"
