Call of Duty 5: Beta Server Config

From COD Modding & Mapping Wiki
Revision as of 16:12, 8 November 2008 by Novemberdobby (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

By Bullet-Worm and Zeroy

Port Forwarding

In order to run your own server and open it up to internet users, you need to do some port forwarding in your Router. The ports to forwards are as follow:

UDP 20800
UDP 20810
UDP 28960-28970

For a detailed How-to setup port forwarding on your router, see Portforward.com

Make sure your Windows Firewall has either added rules for those ports or/and CoDWaWbeta.exe is unblocked from it!


Allowed Gametypes

  mp_castle mp_makin mp_roundhouse
Gametypes      
DM Yes Yes Yes
TWAR Yes Yes Yes
TDM Yes Yes Yes
SD Yes Yes Yes
SAB Yes Yes Yes
DOM Yes Yes Yes
KOTH Yes Yes Yes
CTF Yes Yes Yes
SUR No No No

Server Config

This next section will give you a base server config, a more detailed Server Config can be found HERE

Now Create a file called server.cfg and place in /Main -- Server.cfg can contains (change passwords of course):

seta sv_punkbuster 1
wait
pb_sv_enable

// Server name
set sv_hostname "MY CoDWW Beta Server" 

// Server password
set g_password "" // blank means NO password

// Rconpassword
set rcon_password "changeme"

// Maximum Clients
//set sv_privateclients "6"
set sv_maxclients "32"

// Max Ping
set sv_maxping "225"

// Rate
set sv_maxRate "25000"

// Map_rotation
set g_gametype "tdm"

set sv_mapRotation "gametype tdm map mp_castle gametype tdm map mp_makin gametype tdm map mp_roundhouse";

Starting Server

Windows ONLY and not for servers from Game Servers Providers!

  • Right-click your Shorcut for CoDWaWbeta.exe and add this at the end:
+set dedicated 2 +set net_ip xxx.xxx.xxx.xxx +set net_port 28960 +exec server.cfg +map_rotate

Make sure that " are present in the Shorcut around CoDWaWbeta.exe. Example:

"C:/Program Files/Activision/Call of Duty- World at War Beta\CoDWaWbeta.exe" +set dedicated 2 +set net_ip xxx.xxx.xxx.xxx +set net_port 28960 +exec server.cfg +map_rotate

Replace xxx.xxx.xxx.xxx by your Public IP adress. If unsure of your Public IP Address you can go HERE to check it out.


  • Once the server starts you should get the console: