
Cod 4 promod pitanje


Bok ljudi, evo uzeo sam cod4 server, a pošto još nikada nisam imao cod server imam problem :D Naime htio sam staviti promod na server. Na ftp sam ubacio pod Mods, promod, stavio sljedeći cfg, ali server i dalje pokreće obični ranked server :/
//promod live v2 - sample server config v1.1
//for public ruleset customizations, see z_custom_ruleset.iwd
//info strings
sets _Admin ""
sets _Email ""
sets _Website ""
sets _Location ""
sets sv_hostname "Server"
//scorebot info strings, no need to modify
sets __promod_attack_score "" // attackers info, score
sets __promod_defence_score "" // defenders info, score
sets __promod_ticker "" // the info ticker
sets __promod_version "" // displays promod version
sets __promod_mode "" // displays promod mode
//password settings
set sv_privatePassword "" // private slots password
set g_password "" // server password
//player slots, maxclients - privateclients = public slots
set sv_maxclients 12 // maximum number of clients
set sv_privateclients "" // number of private slots
// 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"
//seta sv_wwwBaseURL "http://91.150.72.227/resource/cod4/"
seta sv_wwwDlDisconnected "0"
//map rotation, change to your liking
set sv_maprotationcurrent ""
set sv_mapRotation "gametype war map mp_backlot gametype dom map mp_crash gametype koth map mp_crossfire gametype sab map mp_citystreets gametype sd map mp_strike gametype dm map mp_killhouse"
//promod settings
set promod_mode "custom_public" // promod mode, for a list of promod modes see attached readme
set promod_enable_scorebot "0" // match-modes only
ja sam isto imao server, i modove sam mjenjao po potrebi tako što bi naredbu ukucao u consolu, pa tako ako bi htio public u consolu bi ukucao: promod_mode custom_public
i tu ti je možda i greška jer si stavio navodnike, nezz...
za ostale promod modove ukucao bih:
promod_mode 2v2_mr10
promod_mode knockout_mr13
promod_mode match_mr16
promod_mode match_mr10
promod_mode custom_public
promod_mode strat (ovo je mod za treniranje nade-ova)
Bok ljudi, evo uzeo sam cod4 server, a pošto još nikada nisam imao cod server imam problem :D Naime htio sam staviti promod na server. Na ftp sam ubacio pod Mods, promod, stavio sljedeći cfg, ali server i dalje pokreće obični ranked server :/
//promod live v2 - sample server config v1.1
//for public ruleset customizations, see z_custom_ruleset.iwd
//info strings
sets _Admin ""
sets _Email ""
sets _Website ""
sets _Location ""
sets sv_hostname "Server"
//scorebot info strings, no need to modify
sets __promod_attack_score "" // attackers info, score
sets __promod_defence_score "" // defenders info, score
sets __promod_ticker "" // the info ticker
sets __promod_version "" // displays promod version
sets __promod_mode "" // displays promod mode
//password settings
set sv_privatePassword "" // private slots password
set g_password "" // server password
//player slots, maxclients - privateclients = public slots
set sv_maxclients 12 // maximum number of clients
set sv_privateclients "" // number of private slots
// 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"
//seta sv_wwwBaseURL "http://91.150.72.227/resource/cod4/"
seta sv_wwwDlDisconnected "0"
//map rotation, change to your liking
set sv_maprotationcurrent ""
set sv_mapRotation "gametype war map mp_backlot gametype dom map mp_crash gametype koth map mp_crossfire gametype sab map mp_citystreets gametype sd map mp_strike gametype dm map mp_killhouse"
//promod settings
set promod_mode "custom_public" // promod mode, for a list of promod modes see attached readme
set promod_enable_scorebot "0" // match-modes only