PDA

View Full Version : Sample config?


Heinz
10-31-2003, 11:30 PM
my game host rental provider has us up and running with Cod, but I am in the dark. I checked the server and the obvioius config files are blanks! can someone giove me a sample config they are running so I can get this scene together?

Thanks. As I have learned, this ain't like running no MOH server. Crikey. Who needs this aggravation? ;)

AADiC
10-31-2003, 11:35 PM
set dedicated "2"
set sv_pure "1"
set sv_hostname "Codadmin.com Server1"
seta sv_maxclients "36"
seta sv_privateclients "2"
seta sv_privatepassword "*********"
rconPassword "*************"

set g_gametype "tdm" //gametype: bel, dm, re, sd, tdm
set scr_motd "Welcome to CoDadmin.com dedicated game server. we are testing cfg files. Server may reset"

set scr_allow_vote "1" //Allow call voting
set scr_drawfriend "1" //Draws a team icon over teammates
set scr_forcerespawn "0" //Force respawning - DM & TDM
set scr_friendlyfire "1" //0 - off 1 - on 2 - reflect damage

//Team Deathmatch Default Description
set scr_tdm_scorelimit "100" //Map score limit
set scr_tdm_timelimit "20"

set g_banIPs ""
set g_password ""
set g_log "games_mp.log"
set g_logsync "0"

set sv_mapRotation "gametype tdm map mp_brecourt gametype tdm map mp_carentan gametype tdm map mp_chateau gametype tdm map mp_dawnville gametype tdm map mp_depot gametype tdm map mp_harbor gametype tdm map mp_hurtgen gametype tdm map mp_pavlov gametype tdm map mp_powcamp gametype tdm map mp_railyard gametype tdm map mp_rocket gametype tdm map mp_ship"

map "mp_brecourt"

imported_IW-Inherent
10-31-2003, 11:41 PM
You can use map_rotate to get the map rotation going instead of loading a map.

AADiC
10-31-2003, 11:57 PM
You can use map_rotate to get the map rotation going instead of loading a map.

So I don't need that last line?

Heinz
11-01-2003, 12:07 AM
thanks for the info. looks like I have some learning to do!

HankScorpio
11-01-2003, 01:23 AM
So I don't need that last line?

No, you don't. If you use map_rotate in place of just map then you'll be assured of always starting off the first map in rotation. This means you can swap out a new rotation string and not have to worry about changing the map line.

imported_Flatliner
11-01-2003, 10:21 AM
Are we adding map_rotate to the end of the short cut, I am very confused on this and can't figure out how to rotate maps, can some one help me out please! :?

Heinz
11-01-2003, 10:25 AM
heh. me too.

I was hoping to get a complete config posted. My server rental co set my server up (iLan games), and the cod-server.cfg file is BLANK! So, I don't know what the deal is. I got my server set up using RCON commands (thanks to the wonderful and helpful people right HERE! :!: ), but I will need a cfg soon obviously.

Thoughts? :smile:

AADiC
11-01-2003, 11:21 AM
the config i posted will work, that is our servers config.

imported_Flatliner
11-01-2003, 12:56 PM
how do i load a config file!? :oops:

Heinz
11-01-2003, 03:14 PM
the config i posted will work, that is our servers config.

thanks.

but the server I want to set up would be Search and Destroy. We don;t do no TDM . ;)