Server Help

Have a question you need to ask? Need help? Ask here!

Moderator: Core Staff

Post Reply
User avatar
MuRpHy*
Past/Inactive Team Member
Past/Inactive Team Member
Posts: 2159
Joined: May 10th, 2005, 11:02 pm
Location: Tha A.T.L Baby ;)

Server Help

Post by MuRpHy* » September 4th, 2005, 3:21 am

Thanks to drofder for this explanation ^^. This is so no more people ask for this question!

Fill in the blanks on this form and save as dedicated.cfg in your main folder.

--------------------------------------------------------------------------
set sv_hostname "_____" //Name of your Server
set scr_motd "_____" //Welcome Message

set sv_cheats 0

//Passwords
set g_password "_____" // sets a password on your server. Put nothing between the quotes for no password
seta rconpassword "_____" //Rcon password used to admin your server from within the game
set sv_privatepassword "_____" //Password players can enter to use private slots

//Network Settings
//IP address of the game server. I like to specify this in the command line but you can do as you wish
// Port that the server will use. Only one game server per port, per IP address
set sv_maxping 250 // Maximum ping allowed on the server
set sv_maxrate 25000 //Maximum conn rate for players to the server.
set com_hunkmegs "256" //Amount of CPU usage.
sv_allowDownload "1" //Alow downloading

//Player Slot Settings
set sv_maxclients "8" //Maximum Players at a time
set sv_privateclients "2" //Private Spaces (Can only be used if private pass is used)
set g_banIPs "" //IP Bans?
set sv_timeout "___" //Kicks players that have timed out for more than xxx seconds

// Reports your server to master browsers so players can find your server
sets sv_master1 "codmaster.activision.com"
sets sv_master2 "master.gamespy.com:28960"
sets sv_master3 "master0.gamespy.com"
sets sv_master4 "clanservers.net"
sets sv_master5 "codauthorize.activision.com"
seta sv_gamespy "1"

// Team Settings
set scr_drawfriend "1" // Tells the server to draw an avatar above friendly players
set scr_forcerespawn "1" // A setting of 1 forces players to respawn on respawn type games

//weapon settings
set scr_allow_bar "1" //0 - disable weapon 1 - enable weapon
set scr_allow_bren "1"
set scr_allow_enfield "1"
set scr_allow_fg42 "1"
set scr_allow_kar98k "1"
set scr_allow_kar98ksniper "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_nagant "1"
set scr_allow_nagantsniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_ppsh "1"
set scr_allow_springfield "1"
set scr_allow_sten "1"
set scr_allow_thompson "1"

// advanced settings
set scr_allow_vote "1" // scr_allow_vote and g_allowvote must BOTH be set to 0 to disable voting
set g_allowvote "1"
set g_allowvotetempbanuser "0"
set g_allowvotetempbanclient "0"
set g_allowvotekick "0"
set g_allowvoteclientkick "0"
set g_allowvotegametype "1"
set g_allowvotetypemap "1"
set g_allowvotemap "1"
set g_allowvotemaprotate "1"
set g_allowvotemaprestart "1"

// KillCam
set scr_killcam "0" // 0 Turns killcam off and 1 turns killcam on
set scr_freelook "1" // 1 allows players to free spectate after they are dead
set scr_spectateenemy "1" // 1 allows players to spectate their own team as well as the enemy

// Auto Team Balance
set scr_teambalance "0" // Set to 1 to allow the server to auto balance teams. Set to 0 to disable

// Friendly Fire
set scr_friendlyfire "0" //0 - off 1 - on 2 - reflect damage 3 - Shared

// PURE server settings
set sv_pure "0"

//GameType Settings

//Behind Enemy Lines Default Description (bel)
set scr_bel_alivepointtime "15" // Number of seconds to get a point for staying alive as allied.
set scr_bel_scorelimit "75" // Round will end when team reaches xxx score
set scr_bel_timelimit "20" // Game will end after xx minutes

//Deathmatch Default Description (dm)
set scr_dm_scorelimit "0" // Round will end if player reaches xx points
set scr_dm_timelimit "60" // Game will end after xx minutes

//Retrieval Default Description (re)
set scr_re_graceperiod "15" // Time at round start where spawning and weapon choosing is still allowed, 0 - 60 seconds
set scr_re_roundlength "5" // Round will end after x minutes
set scr_re_roundlimit "0" // Game will end after x number of rounds have been played
set scr_re_scorelimit "0" // Round will end when team reaches xxx score
set scr_re_showcarrier "0" // Objective carrier will show on compass when set to 1
set scr_re_timelimit "20" // Game will end after xx minutes

//Search and Destroy Default Description (sd)
set scr_sd_graceperiod "60" // Time at round start where spawning and weapon choosing is still allowed, 0 - 60 seconds
set scr_sd_roundlength "60" // Round will end after x minutes
set scr_sd_roundlimit "0" // Game will end after x number of rounds have been played
set scr_sd_scorelimit "0" // Round will end when team reaches xxx score
set scr_sd_timelimit "60" // Game will end after xx minutes

//Team Deathmatch Default Description (tdm)
set scr_tdm_scorelimit "0" // Round will end when team reaches xxx score
set scr_tdm_timelimit "60" // Game will end after xx minutes

//HeadQuarters Default Description (hq)
set scr_hq_timelimit "20" // Game will end after xx minutes
set scr_hq_scorelimit "450" // Round will end when team reaches xxx score

//PUNKBUSTER
PB_SV_disable // PB Disabled (pb_sv_enable for pb enabled server)
WAIT // Pauses the server for PB to load

// Set starting game type
set g_gametype "dm" //Gametype (DM, TDM, SD, HQ, BEL, RE)

// Map rotation.
set sv_mapRotation "map mp_pavlov" //Rotation, add maps in format "map <mapname> map <mapname>"
set sv_mapRotationCurrentmap "" //
MAP_ROTATE // Begins the servers rotation

// SETS/PUBLIC INFO (stuff that shows up in server info)
sets g_needpass "1" // tell's ASE etc the server is passworded
sets .Admin "_____" // Make it your IRC or site nick maybe (optional)
sets .Email "_____" // You're email address (optional)

------------------------------------------------------------------
Now make a shortcut to your CoDMP.exe (Right-click, make shortcut).
Open the properties of the shortcut (RightClick<Properties)
In the "target" box, you will already have something similar to Code:
"C:\Program Files\Call of Duty\CoDMP.exe"

change it to...
Code:
"C:\Program Files\Call of Duty\CoDMP.exe" +net_ip ___.___.___.___ +set net_port 28960 +set dedicated 2 +exec dedicated.cfg"

Where it says net_ip you need to enter your ip (check Murphys post for 1 way, another way is open command promt [Start<Run, then type cmd and press enter], then type "ipconfig" and press enter. You will see...
Code:
Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : ___.___.___.___
Subnet Mask . . . . . . . . . . . : ___.___.___.___
Default Gateway . . . . . . . . . : ___.___.___.___


You want the numbers from IP Address.

then run the shortcut. It will open up a window similar to command prompt. Now, open CoD and type "/connect ___.___.___.___:28960 (where __. is your IP Address)

It should hopefully load your server
Image
Image

User avatar
=>REG<=Sylence
CJ Newbie
CJ Newbie
Posts: 75
Joined: September 10th, 2005, 11:06 am
Location: Germany
Contact:

Post by =>REG<=Sylence » September 16th, 2005, 1:27 pm

thats a nice list :shock: ,thx
The best Jumper is not the One that can do all of the Jumps,its the One who respect all Jumpers^^

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 6 guests